From afed9c1092e28eb8a54bb84e1e69de471ed95d58 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Mon, 8 Aug 2016 12:45:16 +0700
Subject: [PATCH] prototipe webadmin

---
 index.js                                           |     3 +
 npm-debug.log                                      | 18256 +++++++++++++++++++
 package.json                                       |    10 +-
 public/bootstrap-themes/cosmo/bootstrap.min.css    |    11 +
 public/bootstrap-themes/flatly/bootstrap.min.css   |    11 +
 .../bootstrap-themes/superhero/bootstrap.min.css   |    11 +
 public/bootstrap-themes/yeti/bootstrap.min.css     |    11 +
 public/bootstrap.min.js                            |     7 +
 public/ie-emulation-modes-warning.js               |    51 +
 public/ie10-viewport-bug-workaround.css            |    15 +
 public/ie10-viewport-bug-workaround.js             |    23 +
 public/signin.css                                  |    40 +
 public/starter-template.css                        |     7 +
 sample.config.ini                                  |    12 +
 views/restart.html                                 |    20 +
 views/starter-template.html                        |    77 +
 webadmin.js                                        |    33 +
 17 files changed, 18594 insertions(+), 4 deletions(-)
 create mode 100644 npm-debug.log
 create mode 100644 public/bootstrap-themes/cosmo/bootstrap.min.css
 create mode 100644 public/bootstrap-themes/flatly/bootstrap.min.css
 create mode 100644 public/bootstrap-themes/superhero/bootstrap.min.css
 create mode 100644 public/bootstrap-themes/yeti/bootstrap.min.css
 create mode 100644 public/bootstrap.min.js
 create mode 100644 public/ie-emulation-modes-warning.js
 create mode 100644 public/ie10-viewport-bug-workaround.css
 create mode 100644 public/ie10-viewport-bug-workaround.js
 create mode 100644 public/signin.css
 create mode 100644 public/starter-template.css
 create mode 100644 sample.config.ini
 create mode 100644 views/restart.html
 create mode 100644 views/starter-template.html
 create mode 100644 webadmin.js

diff --git a/index.js b/index.js
index 2533f1d..b6c3b0e 100644
--- a/index.js
+++ b/index.js
@@ -9,6 +9,8 @@ var winston = require('winston');
 
 var config = ini.parse(fs.readFileSync(__dirname + '/config.ini', 'utf-8'));
 
+var webadmin = require('./webadmin');
+
 var warming_up = true;
 
 var log_level = 'info';
@@ -154,6 +156,7 @@ xmpp.on('subscribe', function(from) {
 });
 
 createHttpListener();
+webadmin.init({config: config, logger: logger});
 xmppConnect();
 
 setInterval(pingMySelf, 60000);
diff --git a/npm-debug.log b/npm-debug.log
new file mode 100644
index 0000000..3e7fc97
--- /dev/null
+++ b/npm-debug.log
@@ -0,0 +1,18256 @@
+0 info it worked if it ends with ok
+1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install' ]
+2 info using npm@3.9.6
+3 info using node@v4.4.7
+4 silly loadCurrentTree Starting
+5 silly install loadCurrentTree
+6 silly install readLocalPackageData
+7 silly install normalizeTree
+8 silly loadCurrentTree Finishing
+9 silly loadIdealTree Starting
+10 silly install loadIdealTree
+11 silly cloneCurrentTree Starting
+12 silly install cloneCurrentTreeToIdealTree
+13 silly cloneCurrentTree Finishing
+14 silly loadShrinkwrap Starting
+15 silly install loadShrinkwrap
+16 silly loadShrinkwrap Finishing
+17 silly loadAllDepsIntoIdealTree Starting
+18 silly install loadAllDepsIntoIdealTree
+19 silly fetchNamedPackageData ini
+20 silly mapToRegistry name ini
+21 silly mapToRegistry using default registry
+22 silly mapToRegistry registry https://registry.npmjs.org/
+23 silly mapToRegistry data Result {
+23 silly mapToRegistry   raw: 'ini',
+23 silly mapToRegistry   scope: null,
+23 silly mapToRegistry   name: 'ini',
+23 silly mapToRegistry   rawSpec: '',
+23 silly mapToRegistry   spec: 'latest',
+23 silly mapToRegistry   type: 'tag' }
+24 silly mapToRegistry uri https://registry.npmjs.org/ini
+25 silly fetchNamedPackageData request
+26 silly mapToRegistry name request
+27 silly mapToRegistry using default registry
+28 silly mapToRegistry registry https://registry.npmjs.org/
+29 silly mapToRegistry data Result {
+29 silly mapToRegistry   raw: 'request',
+29 silly mapToRegistry   scope: null,
+29 silly mapToRegistry   name: 'request',
+29 silly mapToRegistry   rawSpec: '',
+29 silly mapToRegistry   spec: 'latest',
+29 silly mapToRegistry   type: 'tag' }
+30 silly mapToRegistry uri https://registry.npmjs.org/request
+31 silly fetchNamedPackageData simple-xmpp
+32 silly mapToRegistry name simple-xmpp
+33 silly mapToRegistry using default registry
+34 silly mapToRegistry registry https://registry.npmjs.org/
+35 silly mapToRegistry data Result {
+35 silly mapToRegistry   raw: 'simple-xmpp',
+35 silly mapToRegistry   scope: null,
+35 silly mapToRegistry   name: 'simple-xmpp',
+35 silly mapToRegistry   rawSpec: '',
+35 silly mapToRegistry   spec: 'latest',
+35 silly mapToRegistry   type: 'tag' }
+36 silly mapToRegistry uri https://registry.npmjs.org/simple-xmpp
+37 silly fetchNamedPackageData strftime
+38 silly mapToRegistry name strftime
+39 silly mapToRegistry using default registry
+40 silly mapToRegistry registry https://registry.npmjs.org/
+41 silly mapToRegistry data Result {
+41 silly mapToRegistry   raw: 'strftime',
+41 silly mapToRegistry   scope: null,
+41 silly mapToRegistry   name: 'strftime',
+41 silly mapToRegistry   rawSpec: '',
+41 silly mapToRegistry   spec: 'latest',
+41 silly mapToRegistry   type: 'tag' }
+42 silly mapToRegistry uri https://registry.npmjs.org/strftime
+43 silly fetchNamedPackageData url
+44 silly mapToRegistry name url
+45 silly mapToRegistry using default registry
+46 silly mapToRegistry registry https://registry.npmjs.org/
+47 silly mapToRegistry data Result {
+47 silly mapToRegistry   raw: 'url',
+47 silly mapToRegistry   scope: null,
+47 silly mapToRegistry   name: 'url',
+47 silly mapToRegistry   rawSpec: '',
+47 silly mapToRegistry   spec: 'latest',
+47 silly mapToRegistry   type: 'tag' }
+48 silly mapToRegistry uri https://registry.npmjs.org/url
+49 silly fetchNamedPackageData winston
+50 silly mapToRegistry name winston
+51 silly mapToRegistry using default registry
+52 silly mapToRegistry registry https://registry.npmjs.org/
+53 silly mapToRegistry data Result {
+53 silly mapToRegistry   raw: 'winston',
+53 silly mapToRegistry   scope: null,
+53 silly mapToRegistry   name: 'winston',
+53 silly mapToRegistry   rawSpec: '',
+53 silly mapToRegistry   spec: 'latest',
+53 silly mapToRegistry   type: 'tag' }
+54 silly mapToRegistry uri https://registry.npmjs.org/winston
+55 verbose request uri https://registry.npmjs.org/request
+56 verbose request no auth needed
+57 info attempt registry request try #1 at 12:41:42
+58 verbose request id b1f82b6e0513f026
+59 verbose etag "80MGYVDGZSQY9VU7Q2TJ1DQ6W"
+60 http request GET https://registry.npmjs.org/request
+61 verbose request uri https://registry.npmjs.org/strftime
+62 verbose request no auth needed
+63 info attempt registry request try #1 at 12:41:42
+64 verbose etag "8TW8KEXRACXAG8I6RN6X11WO9"
+65 http request GET https://registry.npmjs.org/strftime
+66 verbose request uri https://registry.npmjs.org/ini
+67 verbose request no auth needed
+68 info attempt registry request try #1 at 12:41:42
+69 verbose etag "73ZFJR65IMIDAR71CCCKAXDT2"
+70 http request GET https://registry.npmjs.org/ini
+71 verbose request uri https://registry.npmjs.org/simple-xmpp
+72 verbose request no auth needed
+73 info attempt registry request try #1 at 12:41:42
+74 verbose etag "A5HVNOA46H5F5MIYGIGW56V7O"
+75 http request GET https://registry.npmjs.org/simple-xmpp
+76 verbose request uri https://registry.npmjs.org/url
+77 verbose request no auth needed
+78 info attempt registry request try #1 at 12:41:42
+79 verbose etag "4T46X14OT2DHNVZ6GY1FH7OZY"
+80 http request GET https://registry.npmjs.org/url
+81 verbose request uri https://registry.npmjs.org/winston
+82 verbose request no auth needed
+83 info attempt registry request try #1 at 12:41:42
+84 verbose etag "BE04B4FIVDGJ3C04CQBVHYLY6"
+85 http request GET https://registry.npmjs.org/winston
+86 http 304 https://registry.npmjs.org/ini
+87 verbose headers { date: 'Mon, 08 Aug 2016 05:41:42 GMT',
+87 verbose headers   via: '1.1 varnish',
+87 verbose headers   'cache-control': 'max-age=300',
+87 verbose headers   etag: '"73ZFJR65IMIDAR71CCCKAXDT2"',
+87 verbose headers   age: '120',
+87 verbose headers   connection: 'keep-alive',
+87 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+87 verbose headers   'x-cache': 'HIT',
+87 verbose headers   'x-cache-hits': '9',
+87 verbose headers   'x-timer': 'S1470634902.920782,VS0,VE0',
+87 verbose headers   vary: 'Accept-Encoding' }
+88 silly get cb [ 304,
+88 silly get   { date: 'Mon, 08 Aug 2016 05:41:42 GMT',
+88 silly get     via: '1.1 varnish',
+88 silly get     'cache-control': 'max-age=300',
+88 silly get     etag: '"73ZFJR65IMIDAR71CCCKAXDT2"',
+88 silly get     age: '120',
+88 silly get     connection: 'keep-alive',
+88 silly get     'x-served-by': 'cache-sin6920-SIN',
+88 silly get     'x-cache': 'HIT',
+88 silly get     'x-cache-hits': '9',
+88 silly get     'x-timer': 'S1470634902.920782,VS0,VE0',
+88 silly get     vary: 'Accept-Encoding' } ]
+89 verbose etag https://registry.npmjs.org/ini from cache
+90 verbose get saving ini to /home/adhisimon/.npm/registry.npmjs.org/ini/.cache.json
+91 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+92 http 304 https://registry.npmjs.org/url
+93 verbose headers { date: 'Mon, 08 Aug 2016 05:41:42 GMT',
+93 verbose headers   via: '1.1 varnish',
+93 verbose headers   'cache-control': 'max-age=300',
+93 verbose headers   etag: '"4T46X14OT2DHNVZ6GY1FH7OZY"',
+93 verbose headers   age: '87',
+93 verbose headers   connection: 'keep-alive',
+93 verbose headers   'x-served-by': 'cache-sin6922-SIN',
+93 verbose headers   'x-cache': 'HIT',
+93 verbose headers   'x-cache-hits': '78',
+93 verbose headers   'x-timer': 'S1470634902.925543,VS0,VE0',
+93 verbose headers   vary: 'Accept-Encoding' }
+94 silly get cb [ 304,
+94 silly get   { date: 'Mon, 08 Aug 2016 05:41:42 GMT',
+94 silly get     via: '1.1 varnish',
+94 silly get     'cache-control': 'max-age=300',
+94 silly get     etag: '"4T46X14OT2DHNVZ6GY1FH7OZY"',
+94 silly get     age: '87',
+94 silly get     connection: 'keep-alive',
+94 silly get     'x-served-by': 'cache-sin6922-SIN',
+94 silly get     'x-cache': 'HIT',
+94 silly get     'x-cache-hits': '78',
+94 silly get     'x-timer': 'S1470634902.925543,VS0,VE0',
+94 silly get     vary: 'Accept-Encoding' } ]
+95 verbose etag https://registry.npmjs.org/url from cache
+96 verbose get saving url to /home/adhisimon/.npm/registry.npmjs.org/url/.cache.json
+97 verbose correctMkdir /home/adhisimon/.npm correctMkdir already in flight; waiting
+98 silly resolveWithNewModule ini@1.3.4 checking installable status
+99 silly cache add args [ 'ini@~1.3.4', null ]
+100 verbose cache add spec ini@~1.3.4
+101 silly cache add parsed spec Result {
+101 silly cache add   raw: 'ini@~1.3.4',
+101 silly cache add   scope: null,
+101 silly cache add   name: 'ini',
+101 silly cache add   rawSpec: '~1.3.4',
+101 silly cache add   spec: '>=1.3.4 <1.4.0',
+101 silly cache add   type: 'range' }
+102 silly addNamed ini@>=1.3.4 <1.4.0
+103 verbose addNamed ">=1.3.4 <1.4.0" is a valid semver range for ini
+104 silly addNameRange { name: 'ini', range: '>=1.3.4 <1.4.0', hasData: false }
+105 silly mapToRegistry name ini
+106 silly mapToRegistry using default registry
+107 silly mapToRegistry registry https://registry.npmjs.org/
+108 silly mapToRegistry data Result {
+108 silly mapToRegistry   raw: 'ini',
+108 silly mapToRegistry   scope: null,
+108 silly mapToRegistry   name: 'ini',
+108 silly mapToRegistry   rawSpec: '',
+108 silly mapToRegistry   spec: 'latest',
+108 silly mapToRegistry   type: 'tag' }
+109 silly mapToRegistry uri https://registry.npmjs.org/ini
+110 verbose addNameRange registry:https://registry.npmjs.org/ini not in flight; fetching
+111 silly resolveWithNewModule url@0.11.0 checking installable status
+112 silly cache add args [ 'url@~0.11.0', null ]
+113 verbose cache add spec url@~0.11.0
+114 silly cache add parsed spec Result {
+114 silly cache add   raw: 'url@~0.11.0',
+114 silly cache add   scope: null,
+114 silly cache add   name: 'url',
+114 silly cache add   rawSpec: '~0.11.0',
+114 silly cache add   spec: '>=0.11.0 <0.12.0',
+114 silly cache add   type: 'range' }
+115 silly addNamed url@>=0.11.0 <0.12.0
+116 verbose addNamed ">=0.11.0 <0.12.0" is a valid semver range for url
+117 silly addNameRange { name: 'url', range: '>=0.11.0 <0.12.0', hasData: false }
+118 silly mapToRegistry name url
+119 silly mapToRegistry using default registry
+120 silly mapToRegistry registry https://registry.npmjs.org/
+121 silly mapToRegistry data Result {
+121 silly mapToRegistry   raw: 'url',
+121 silly mapToRegistry   scope: null,
+121 silly mapToRegistry   name: 'url',
+121 silly mapToRegistry   rawSpec: '',
+121 silly mapToRegistry   spec: 'latest',
+121 silly mapToRegistry   type: 'tag' }
+122 silly mapToRegistry uri https://registry.npmjs.org/url
+123 verbose addNameRange registry:https://registry.npmjs.org/url not in flight; fetching
+124 http 200 https://registry.npmjs.org/winston
+125 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+125 verbose headers   etag: '"BUXDO8VM90HWS0NT43PZIEUST"',
+125 verbose headers   'content-type': 'application/json',
+125 verbose headers   'content-encoding': 'gzip',
+125 verbose headers   'cache-control': 'max-age=300',
+125 verbose headers   'content-length': '17828',
+125 verbose headers   'accept-ranges': 'bytes',
+125 verbose headers   date: 'Mon, 08 Aug 2016 05:41:42 GMT',
+125 verbose headers   via: '1.1 varnish',
+125 verbose headers   age: '219',
+125 verbose headers   connection: 'keep-alive',
+125 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+125 verbose headers   'x-cache': 'HIT',
+125 verbose headers   'x-cache-hits': '4',
+125 verbose headers   'x-timer': 'S1470634902.926340,VS0,VE0',
+125 verbose headers   vary: 'Accept-Encoding' }
+126 silly get cb [ 200,
+126 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+126 silly get     etag: '"BUXDO8VM90HWS0NT43PZIEUST"',
+126 silly get     'content-type': 'application/json',
+126 silly get     'content-encoding': 'gzip',
+126 silly get     'cache-control': 'max-age=300',
+126 silly get     'content-length': '17828',
+126 silly get     'accept-ranges': 'bytes',
+126 silly get     date: 'Mon, 08 Aug 2016 05:41:42 GMT',
+126 silly get     via: '1.1 varnish',
+126 silly get     age: '219',
+126 silly get     connection: 'keep-alive',
+126 silly get     'x-served-by': 'cache-sin6921-SIN',
+126 silly get     'x-cache': 'HIT',
+126 silly get     'x-cache-hits': '4',
+126 silly get     'x-timer': 'S1470634902.926340,VS0,VE0',
+126 silly get     vary: 'Accept-Encoding' } ]
+127 verbose get saving winston to /home/adhisimon/.npm/registry.npmjs.org/winston/.cache.json
+128 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+129 verbose get https://registry.npmjs.org/ini not expired, no request
+130 silly addNameRange number 2 { name: 'ini', range: '>=1.3.4 <1.4.0', hasData: true }
+131 silly addNameRange versions [ 'ini',
+131 silly addNameRange   [ '1.0.0',
+131 silly addNameRange     '1.0.1',
+131 silly addNameRange     '1.0.2',
+131 silly addNameRange     '1.0.3',
+131 silly addNameRange     '1.0.4',
+131 silly addNameRange     '1.0.5',
+131 silly addNameRange     '1.1.0',
+131 silly addNameRange     '1.2.0',
+131 silly addNameRange     '1.2.1',
+131 silly addNameRange     '1.3.0',
+131 silly addNameRange     '1.3.1',
+131 silly addNameRange     '1.3.2',
+131 silly addNameRange     '1.3.3',
+131 silly addNameRange     '1.3.4' ] ]
+132 silly addNamed ini@1.3.4
+133 verbose addNamed "1.3.4" is a plain semver version for ini
+134 verbose get https://registry.npmjs.org/url not expired, no request
+135 silly addNameRange number 2 { name: 'url', range: '>=0.11.0 <0.12.0', hasData: true }
+136 silly addNameRange versions [ 'url',
+136 silly addNameRange   [ '0.4.9',
+136 silly addNameRange     '0.7.9',
+136 silly addNameRange     '0.10.0',
+136 silly addNameRange     '0.10.1',
+136 silly addNameRange     '0.10.2',
+136 silly addNameRange     '0.10.3',
+136 silly addNameRange     '0.11.0' ] ]
+137 silly addNamed url@0.11.0
+138 verbose addNamed "0.11.0" is a plain semver version for url
+139 silly resolveWithNewModule winston@1.1.2 checking installable status
+140 silly cache add args [ 'winston@~1.1.1', null ]
+141 verbose cache add spec winston@~1.1.1
+142 silly cache add parsed spec Result {
+142 silly cache add   raw: 'winston@~1.1.1',
+142 silly cache add   scope: null,
+142 silly cache add   name: 'winston',
+142 silly cache add   rawSpec: '~1.1.1',
+142 silly cache add   spec: '>=1.1.1 <1.2.0',
+142 silly cache add   type: 'range' }
+143 silly addNamed winston@>=1.1.1 <1.2.0
+144 verbose addNamed ">=1.1.1 <1.2.0" is a valid semver range for winston
+145 silly addNameRange { name: 'winston', range: '>=1.1.1 <1.2.0', hasData: false }
+146 silly mapToRegistry name winston
+147 silly mapToRegistry using default registry
+148 silly mapToRegistry registry https://registry.npmjs.org/
+149 silly mapToRegistry data Result {
+149 silly mapToRegistry   raw: 'winston',
+149 silly mapToRegistry   scope: null,
+149 silly mapToRegistry   name: 'winston',
+149 silly mapToRegistry   rawSpec: '',
+149 silly mapToRegistry   spec: 'latest',
+149 silly mapToRegistry   type: 'tag' }
+150 silly mapToRegistry uri https://registry.npmjs.org/winston
+151 verbose addNameRange registry:https://registry.npmjs.org/winston not in flight; fetching
+152 verbose get https://registry.npmjs.org/winston not expired, no request
+153 silly addNameRange number 2 { name: 'winston', range: '>=1.1.1 <1.2.0', hasData: true }
+154 silly addNameRange versions [ 'winston',
+154 silly addNameRange   [ '0.2.11',
+154 silly addNameRange     '0.3.3',
+154 silly addNameRange     '0.3.4',
+154 silly addNameRange     '0.3.5',
+154 silly addNameRange     '0.4.0',
+154 silly addNameRange     '0.4.1',
+154 silly addNameRange     '0.5.0',
+154 silly addNameRange     '0.5.1',
+154 silly addNameRange     '0.5.2',
+154 silly addNameRange     '0.5.3',
+154 silly addNameRange     '0.5.4',
+154 silly addNameRange     '0.5.5',
+154 silly addNameRange     '0.5.6',
+154 silly addNameRange     '0.5.7',
+154 silly addNameRange     '0.5.8',
+154 silly addNameRange     '0.5.9',
+154 silly addNameRange     '0.5.10',
+154 silly addNameRange     '0.5.11',
+154 silly addNameRange     '0.6.1',
+154 silly addNameRange     '0.6.2',
+154 silly addNameRange     '0.7.0',
+154 silly addNameRange     '0.7.1',
+154 silly addNameRange     '0.7.2',
+154 silly addNameRange     '0.7.3',
+154 silly addNameRange     '0.8.0',
+154 silly addNameRange     '0.8.1',
+154 silly addNameRange     '0.8.2',
+154 silly addNameRange     '0.8.3',
+154 silly addNameRange     '0.9.0',
+154 silly addNameRange     '1.0.0',
+154 silly addNameRange     '1.0.1',
+154 silly addNameRange     '1.0.2',
+154 silly addNameRange     '1.1.0',
+154 silly addNameRange     '1.1.1',
+154 silly addNameRange     '1.1.2',
+154 silly addNameRange     '2.0.0',
+154 silly addNameRange     '2.0.1',
+154 silly addNameRange     '2.1.0',
+154 silly addNameRange     '2.1.1',
+154 silly addNameRange     '2.2.0' ] ]
+155 silly addNamed winston@1.1.2
+156 verbose addNamed "1.1.2" is a plain semver version for winston
+157 silly cache afterAdd ini@1.3.4
+158 verbose afterAdd /home/adhisimon/.npm/ini/1.3.4/package/package.json not in flight; writing
+159 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+160 silly mapToRegistry name winston
+161 silly mapToRegistry using default registry
+162 silly mapToRegistry registry https://registry.npmjs.org/
+163 silly mapToRegistry data Result {
+163 silly mapToRegistry   raw: 'winston',
+163 silly mapToRegistry   scope: null,
+163 silly mapToRegistry   name: 'winston',
+163 silly mapToRegistry   rawSpec: '',
+163 silly mapToRegistry   spec: 'latest',
+163 silly mapToRegistry   type: 'tag' }
+164 silly mapToRegistry uri https://registry.npmjs.org/winston
+165 verbose addRemoteTarball https://registry.npmjs.org/winston/-/winston-1.1.2.tgz not in flight; adding
+166 verbose addRemoteTarball [ 'https://registry.npmjs.org/winston/-/winston-1.1.2.tgz',
+166 verbose addRemoteTarball   '68edd769ff79d4f9528cf0e5d80021aade67480c' ]
+167 silly cache afterAdd url@0.11.0
+168 verbose afterAdd /home/adhisimon/.npm/url/0.11.0/package/package.json not in flight; writing
+169 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+170 verbose afterAdd /home/adhisimon/.npm/ini/1.3.4/package/package.json written
+171 info retry fetch attempt 1 at 12:41:43
+172 info attempt registry request try #1 at 12:41:43
+173 http fetch GET https://registry.npmjs.org/winston/-/winston-1.1.2.tgz
+174 verbose afterAdd /home/adhisimon/.npm/url/0.11.0/package/package.json written
+175 http fetch 200 https://registry.npmjs.org/winston/-/winston-1.1.2.tgz
+176 silly fetchAndShaCheck shasum 68edd769ff79d4f9528cf0e5d80021aade67480c
+177 verbose addTmpTarball /tmp/npm-8254-7b8a60ca/registry.npmjs.org/winston/-/winston-1.1.2.tgz not in flight; adding
+178 verbose addTmpTarball already have metadata; skipping unpack for winston@1.1.2
+179 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+180 silly cache afterAdd winston@1.1.2
+181 verbose afterAdd /home/adhisimon/.npm/winston/1.1.2/package/package.json not in flight; writing
+182 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+183 verbose afterAdd /home/adhisimon/.npm/winston/1.1.2/package/package.json written
+184 http 200 https://registry.npmjs.org/request
+185 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+185 verbose headers   etag: '"983AB1HNFZR4DVYQED8SIGN9Z"',
+185 verbose headers   'content-type': 'application/json',
+185 verbose headers   'content-encoding': 'gzip',
+185 verbose headers   'cache-control': 'max-age=300',
+185 verbose headers   'content-length': '36879',
+185 verbose headers   'accept-ranges': 'bytes',
+185 verbose headers   date: 'Mon, 08 Aug 2016 05:41:43 GMT',
+185 verbose headers   via: '1.1 varnish',
+185 verbose headers   age: '70',
+185 verbose headers   connection: 'keep-alive',
+185 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+185 verbose headers   'x-cache': 'HIT',
+185 verbose headers   'x-cache-hits': '8',
+185 verbose headers   'x-timer': 'S1470634903.143581,VS0,VE0',
+185 verbose headers   vary: 'Accept-Encoding' }
+186 silly get cb [ 200,
+186 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+186 silly get     etag: '"983AB1HNFZR4DVYQED8SIGN9Z"',
+186 silly get     'content-type': 'application/json',
+186 silly get     'content-encoding': 'gzip',
+186 silly get     'cache-control': 'max-age=300',
+186 silly get     'content-length': '36879',
+186 silly get     'accept-ranges': 'bytes',
+186 silly get     date: 'Mon, 08 Aug 2016 05:41:43 GMT',
+186 silly get     via: '1.1 varnish',
+186 silly get     age: '70',
+186 silly get     connection: 'keep-alive',
+186 silly get     'x-served-by': 'cache-sin6921-SIN',
+186 silly get     'x-cache': 'HIT',
+186 silly get     'x-cache-hits': '8',
+186 silly get     'x-timer': 'S1470634903.143581,VS0,VE0',
+186 silly get     vary: 'Accept-Encoding' } ]
+187 verbose get saving request to /home/adhisimon/.npm/registry.npmjs.org/request/.cache.json
+188 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+189 silly resolveWithNewModule request@2.67.0 checking installable status
+190 silly cache add args [ 'request@~2.67.0', null ]
+191 verbose cache add spec request@~2.67.0
+192 silly cache add parsed spec Result {
+192 silly cache add   raw: 'request@~2.67.0',
+192 silly cache add   scope: null,
+192 silly cache add   name: 'request',
+192 silly cache add   rawSpec: '~2.67.0',
+192 silly cache add   spec: '>=2.67.0 <2.68.0',
+192 silly cache add   type: 'range' }
+193 silly addNamed request@>=2.67.0 <2.68.0
+194 verbose addNamed ">=2.67.0 <2.68.0" is a valid semver range for request
+195 silly addNameRange { name: 'request', range: '>=2.67.0 <2.68.0', hasData: false }
+196 silly mapToRegistry name request
+197 silly mapToRegistry using default registry
+198 silly mapToRegistry registry https://registry.npmjs.org/
+199 silly mapToRegistry data Result {
+199 silly mapToRegistry   raw: 'request',
+199 silly mapToRegistry   scope: null,
+199 silly mapToRegistry   name: 'request',
+199 silly mapToRegistry   rawSpec: '',
+199 silly mapToRegistry   spec: 'latest',
+199 silly mapToRegistry   type: 'tag' }
+200 silly mapToRegistry uri https://registry.npmjs.org/request
+201 verbose addNameRange registry:https://registry.npmjs.org/request not in flight; fetching
+202 verbose get https://registry.npmjs.org/request not expired, no request
+203 silly addNameRange number 2 { name: 'request', range: '>=2.67.0 <2.68.0', hasData: true }
+204 silly addNameRange versions [ 'request',
+204 silly addNameRange   [ '0.10.0',
+204 silly addNameRange     '0.8.3',
+204 silly addNameRange     '0.9.0',
+204 silly addNameRange     '0.9.1',
+204 silly addNameRange     '0.9.5',
+204 silly addNameRange     '1.0.0',
+204 silly addNameRange     '1.1.0',
+204 silly addNameRange     '1.1.1',
+204 silly addNameRange     '1.2.0',
+204 silly addNameRange     '1.9.0',
+204 silly addNameRange     '1.9.1',
+204 silly addNameRange     '1.9.2',
+204 silly addNameRange     '1.9.3',
+204 silly addNameRange     '1.9.5',
+204 silly addNameRange     '1.9.7',
+204 silly addNameRange     '1.9.8',
+204 silly addNameRange     '1.9.9',
+204 silly addNameRange     '2.0.0',
+204 silly addNameRange     '2.0.1',
+204 silly addNameRange     '2.0.2',
+204 silly addNameRange     '2.0.3',
+204 silly addNameRange     '2.0.4',
+204 silly addNameRange     '2.0.5',
+204 silly addNameRange     '2.1.0',
+204 silly addNameRange     '2.1.1',
+204 silly addNameRange     '2.2.0',
+204 silly addNameRange     '2.2.5',
+204 silly addNameRange     '2.2.6',
+204 silly addNameRange     '2.2.9',
+204 silly addNameRange     '2.9.0',
+204 silly addNameRange     '2.9.1',
+204 silly addNameRange     '2.9.2',
+204 silly addNameRange     '2.9.3',
+204 silly addNameRange     '2.9.100',
+204 silly addNameRange     '2.9.150',
+204 silly addNameRange     '2.9.151',
+204 silly addNameRange     '2.9.152',
+204 silly addNameRange     '2.9.153',
+204 silly addNameRange     '2.9.200',
+204 silly addNameRange     '2.9.201',
+204 silly addNameRange     '2.9.202',
+204 silly addNameRange     '2.9.203',
+204 silly addNameRange     '2.10.0',
+204 silly addNameRange     '2.11.0',
+204 silly addNameRange     '2.11.1',
+204 silly addNameRange     '2.11.2',
+204 silly addNameRange     '2.11.3',
+204 silly addNameRange     '2.11.4',
+204 silly addNameRange     '2.12.0',
+204 silly addNameRange     '2.14.0',
+204 silly addNameRange     '2.16.0',
+204 silly addNameRange     '2.16.2',
+204 silly addNameRange     '2.16.4',
+204 silly addNameRange     '2.16.6',
+204 silly addNameRange     '2.18.0',
+204 silly addNameRange     '2.19.0',
+204 silly addNameRange     '2.20.0',
+204 silly addNameRange     '2.21.0',
+204 silly addNameRange     '2.22.0',
+204 silly addNameRange     '2.23.0',
+204 silly addNameRange     '2.24.0',
+204 silly addNameRange     '2.25.0',
+204 silly addNameRange     '2.26.0',
+204 silly addNameRange     '2.27.0',
+204 silly addNameRange     '2.28.0',
+204 silly addNameRange     '2.29.0',
+204 silly addNameRange     '2.30.0',
+204 silly addNameRange     '2.31.0',
+204 silly addNameRange     '2.32.0',
+204 silly addNameRange     '2.33.0',
+204 silly addNameRange     '2.34.0',
+204 silly addNameRange     '2.35.0',
+204 silly addNameRange     '2.36.0',
+204 silly addNameRange     '2.37.0',
+204 silly addNameRange     '2.38.0',
+204 silly addNameRange     '2.39.0',
+204 silly addNameRange     '2.40.0',
+204 silly addNameRange     '2.41.0',
+204 silly addNameRange     '2.42.0',
+204 silly addNameRange     '2.43.0',
+204 silly addNameRange     '2.44.0',
+204 silly addNameRange     '2.45.0',
+204 silly addNameRange     '2.46.0',
+204 silly addNameRange     '2.47.0',
+204 silly addNameRange     '2.48.0',
+204 silly addNameRange     '2.49.0',
+204 silly addNameRange     '2.50.0',
+204 silly addNameRange     '2.51.0',
+204 silly addNameRange     '2.52.0',
+204 silly addNameRange     '2.53.0',
+204 silly addNameRange     '2.54.0',
+204 silly addNameRange     '2.55.0',
+204 silly addNameRange     '2.56.0',
+204 silly addNameRange     '2.57.0',
+204 silly addNameRange     '2.58.0',
+204 silly addNameRange     '2.59.0',
+204 silly addNameRange     '2.60.0',
+204 silly addNameRange     '2.61.0',
+204 silly addNameRange     '2.62.0',
+204 silly addNameRange     '2.63.0',
+204 silly addNameRange     '2.64.0',
+204 silly addNameRange     '2.65.0',
+204 silly addNameRange     '2.66.0',
+204 silly addNameRange     '2.67.0',
+204 silly addNameRange     '2.68.0',
+204 silly addNameRange     '2.69.0',
+204 silly addNameRange     '2.70.0',
+204 silly addNameRange     '2.71.0',
+204 silly addNameRange     '2.72.0',
+204 silly addNameRange     '2.73.0',
+204 silly addNameRange     '2.74.0' ] ]
+205 silly addNamed request@2.67.0
+206 verbose addNamed "2.67.0" is a plain semver version for request
+207 silly mapToRegistry name request
+208 silly mapToRegistry using default registry
+209 silly mapToRegistry registry https://registry.npmjs.org/
+210 silly mapToRegistry data Result {
+210 silly mapToRegistry   raw: 'request',
+210 silly mapToRegistry   scope: null,
+210 silly mapToRegistry   name: 'request',
+210 silly mapToRegistry   rawSpec: '',
+210 silly mapToRegistry   spec: 'latest',
+210 silly mapToRegistry   type: 'tag' }
+211 silly mapToRegistry uri https://registry.npmjs.org/request
+212 verbose addRemoteTarball https://registry.npmjs.org/request/-/request-2.67.0.tgz not in flight; adding
+213 verbose addRemoteTarball [ 'https://registry.npmjs.org/request/-/request-2.67.0.tgz',
+213 verbose addRemoteTarball   '8af74780e2bf11ea0ae9aa965c11f11afd272742' ]
+214 http 304 https://registry.npmjs.org/strftime
+215 verbose headers { date: 'Mon, 08 Aug 2016 05:41:43 GMT',
+215 verbose headers   via: '1.1 varnish',
+215 verbose headers   'cache-control': 'max-age=300',
+215 verbose headers   etag: '"8TW8KEXRACXAG8I6RN6X11WO9"',
+215 verbose headers   age: '0',
+215 verbose headers   connection: 'keep-alive',
+215 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+215 verbose headers   'x-cache': 'HIT',
+215 verbose headers   'x-cache-hits': '1',
+215 verbose headers   'x-timer': 'S1470634903.162482,VS0,VE223',
+215 verbose headers   vary: 'Accept-Encoding' }
+216 silly get cb [ 304,
+216 silly get   { date: 'Mon, 08 Aug 2016 05:41:43 GMT',
+216 silly get     via: '1.1 varnish',
+216 silly get     'cache-control': 'max-age=300',
+216 silly get     etag: '"8TW8KEXRACXAG8I6RN6X11WO9"',
+216 silly get     age: '0',
+216 silly get     connection: 'keep-alive',
+216 silly get     'x-served-by': 'cache-sin6923-SIN',
+216 silly get     'x-cache': 'HIT',
+216 silly get     'x-cache-hits': '1',
+216 silly get     'x-timer': 'S1470634903.162482,VS0,VE223',
+216 silly get     vary: 'Accept-Encoding' } ]
+217 verbose etag https://registry.npmjs.org/strftime from cache
+218 verbose get saving strftime to /home/adhisimon/.npm/registry.npmjs.org/strftime/.cache.json
+219 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+220 info retry fetch attempt 1 at 12:41:43
+221 info attempt registry request try #1 at 12:41:43
+222 http fetch GET https://registry.npmjs.org/request/-/request-2.67.0.tgz
+223 silly resolveWithNewModule strftime@0.9.2 checking installable status
+224 silly cache add args [ 'strftime@~0.9.2', null ]
+225 verbose cache add spec strftime@~0.9.2
+226 silly cache add parsed spec Result {
+226 silly cache add   raw: 'strftime@~0.9.2',
+226 silly cache add   scope: null,
+226 silly cache add   name: 'strftime',
+226 silly cache add   rawSpec: '~0.9.2',
+226 silly cache add   spec: '>=0.9.2 <0.10.0',
+226 silly cache add   type: 'range' }
+227 silly addNamed strftime@>=0.9.2 <0.10.0
+228 verbose addNamed ">=0.9.2 <0.10.0" is a valid semver range for strftime
+229 silly addNameRange { name: 'strftime', range: '>=0.9.2 <0.10.0', hasData: false }
+230 silly mapToRegistry name strftime
+231 silly mapToRegistry using default registry
+232 silly mapToRegistry registry https://registry.npmjs.org/
+233 silly mapToRegistry data Result {
+233 silly mapToRegistry   raw: 'strftime',
+233 silly mapToRegistry   scope: null,
+233 silly mapToRegistry   name: 'strftime',
+233 silly mapToRegistry   rawSpec: '',
+233 silly mapToRegistry   spec: 'latest',
+233 silly mapToRegistry   type: 'tag' }
+234 silly mapToRegistry uri https://registry.npmjs.org/strftime
+235 verbose addNameRange registry:https://registry.npmjs.org/strftime not in flight; fetching
+236 http fetch 200 https://registry.npmjs.org/request/-/request-2.67.0.tgz
+237 verbose get https://registry.npmjs.org/strftime not expired, no request
+238 silly addNameRange number 2 { name: 'strftime', range: '>=0.9.2 <0.10.0', hasData: true }
+239 silly addNameRange versions [ 'strftime',
+239 silly addNameRange   [ '0.2.0',
+239 silly addNameRange     '0.2.1',
+239 silly addNameRange     '0.2.2',
+239 silly addNameRange     '0.2.3',
+239 silly addNameRange     '0.3.0',
+239 silly addNameRange     '0.4.0',
+239 silly addNameRange     '0.4.1',
+239 silly addNameRange     '0.4.2',
+239 silly addNameRange     '0.4.3',
+239 silly addNameRange     '0.4.4',
+239 silly addNameRange     '0.4.5',
+239 silly addNameRange     '0.4.6',
+239 silly addNameRange     '0.4.7',
+239 silly addNameRange     '0.5.0',
+239 silly addNameRange     '0.5.1',
+239 silly addNameRange     '0.5.2',
+239 silly addNameRange     '0.6.0',
+239 silly addNameRange     '0.6.1',
+239 silly addNameRange     '0.6.2',
+239 silly addNameRange     '0.7.0',
+239 silly addNameRange     '0.8.0',
+239 silly addNameRange     '0.8.1',
+239 silly addNameRange     '0.8.2',
+239 silly addNameRange     '0.8.4',
+239 silly addNameRange     '0.9.0',
+239 silly addNameRange     '0.9.2' ] ]
+240 silly addNamed strftime@0.9.2
+241 verbose addNamed "0.9.2" is a plain semver version for strftime
+242 silly cache afterAdd strftime@0.9.2
+243 verbose afterAdd /home/adhisimon/.npm/strftime/0.9.2/package/package.json not in flight; writing
+244 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+245 silly fetchAndShaCheck shasum 8af74780e2bf11ea0ae9aa965c11f11afd272742
+246 verbose afterAdd /home/adhisimon/.npm/strftime/0.9.2/package/package.json written
+247 verbose addTmpTarball /tmp/npm-8254-7b8a60ca/registry.npmjs.org/request/-/request-2.67.0.tgz not in flight; adding
+248 verbose addTmpTarball already have metadata; skipping unpack for request@2.67.0
+249 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+250 silly cache afterAdd request@2.67.0
+251 verbose afterAdd /home/adhisimon/.npm/request/2.67.0/package/package.json not in flight; writing
+252 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+253 verbose afterAdd /home/adhisimon/.npm/request/2.67.0/package/package.json written
+254 http 304 https://registry.npmjs.org/simple-xmpp
+255 verbose headers { date: 'Mon, 08 Aug 2016 05:41:42 GMT',
+255 verbose headers   via: '1.1 varnish',
+255 verbose headers   'cache-control': 'max-age=300',
+255 verbose headers   etag: '"A5HVNOA46H5F5MIYGIGW56V7O"',
+255 verbose headers   age: '0',
+255 verbose headers   connection: 'keep-alive',
+255 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+255 verbose headers   'x-cache': 'HIT',
+255 verbose headers   'x-cache-hits': '1',
+255 verbose headers   'x-timer': 'S1470634902.939301,VS0,VE967',
+255 verbose headers   vary: 'Accept-Encoding' }
+256 silly get cb [ 304,
+256 silly get   { date: 'Mon, 08 Aug 2016 05:41:42 GMT',
+256 silly get     via: '1.1 varnish',
+256 silly get     'cache-control': 'max-age=300',
+256 silly get     etag: '"A5HVNOA46H5F5MIYGIGW56V7O"',
+256 silly get     age: '0',
+256 silly get     connection: 'keep-alive',
+256 silly get     'x-served-by': 'cache-sin6926-SIN',
+256 silly get     'x-cache': 'HIT',
+256 silly get     'x-cache-hits': '1',
+256 silly get     'x-timer': 'S1470634902.939301,VS0,VE967',
+256 silly get     vary: 'Accept-Encoding' } ]
+257 verbose etag https://registry.npmjs.org/simple-xmpp from cache
+258 verbose get saving simple-xmpp to /home/adhisimon/.npm/registry.npmjs.org/simple-xmpp/.cache.json
+259 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+260 silly resolveWithNewModule simple-xmpp@1.2.0 checking installable status
+261 silly cache add args [ 'simple-xmpp@~1.2.0', null ]
+262 verbose cache add spec simple-xmpp@~1.2.0
+263 silly cache add parsed spec Result {
+263 silly cache add   raw: 'simple-xmpp@~1.2.0',
+263 silly cache add   scope: null,
+263 silly cache add   name: 'simple-xmpp',
+263 silly cache add   rawSpec: '~1.2.0',
+263 silly cache add   spec: '>=1.2.0 <1.3.0',
+263 silly cache add   type: 'range' }
+264 silly addNamed simple-xmpp@>=1.2.0 <1.3.0
+265 verbose addNamed ">=1.2.0 <1.3.0" is a valid semver range for simple-xmpp
+266 silly addNameRange { name: 'simple-xmpp', range: '>=1.2.0 <1.3.0', hasData: false }
+267 silly mapToRegistry name simple-xmpp
+268 silly mapToRegistry using default registry
+269 silly mapToRegistry registry https://registry.npmjs.org/
+270 silly mapToRegistry data Result {
+270 silly mapToRegistry   raw: 'simple-xmpp',
+270 silly mapToRegistry   scope: null,
+270 silly mapToRegistry   name: 'simple-xmpp',
+270 silly mapToRegistry   rawSpec: '',
+270 silly mapToRegistry   spec: 'latest',
+270 silly mapToRegistry   type: 'tag' }
+271 silly mapToRegistry uri https://registry.npmjs.org/simple-xmpp
+272 verbose addNameRange registry:https://registry.npmjs.org/simple-xmpp not in flight; fetching
+273 verbose get https://registry.npmjs.org/simple-xmpp not expired, no request
+274 silly addNameRange number 2 { name: 'simple-xmpp', range: '>=1.2.0 <1.3.0', hasData: true }
+275 silly addNameRange versions [ 'simple-xmpp',
+275 silly addNameRange   [ '0.1.6',
+275 silly addNameRange     '0.1.7',
+275 silly addNameRange     '0.1.8',
+275 silly addNameRange     '0.1.9',
+275 silly addNameRange     '0.1.10',
+275 silly addNameRange     '0.1.91',
+275 silly addNameRange     '0.1.11',
+275 silly addNameRange     '0.1.12',
+275 silly addNameRange     '0.1.13',
+275 silly addNameRange     '0.1.14',
+275 silly addNameRange     '0.1.15',
+275 silly addNameRange     '0.1.16',
+275 silly addNameRange     '0.1.17',
+275 silly addNameRange     '0.1.18',
+275 silly addNameRange     '0.1.19',
+275 silly addNameRange     '0.1.92',
+275 silly addNameRange     '1.0.0',
+275 silly addNameRange     '1.0.1',
+275 silly addNameRange     '1.0.2',
+275 silly addNameRange     '1.1.0',
+275 silly addNameRange     '1.2.0',
+275 silly addNameRange     '1.3.0',
+275 silly addNameRange     '0.1.1-alpha',
+275 silly addNameRange     '0.1.2-alpha',
+275 silly addNameRange     '0.1.3-beta',
+275 silly addNameRange     '0.1.4-beta',
+275 silly addNameRange     '0.1.5-beta' ] ]
+276 silly addNamed simple-xmpp@1.2.0
+277 verbose addNamed "1.2.0" is a plain semver version for simple-xmpp
+278 silly mapToRegistry name simple-xmpp
+279 silly mapToRegistry using default registry
+280 silly mapToRegistry registry https://registry.npmjs.org/
+281 silly mapToRegistry data Result {
+281 silly mapToRegistry   raw: 'simple-xmpp',
+281 silly mapToRegistry   scope: null,
+281 silly mapToRegistry   name: 'simple-xmpp',
+281 silly mapToRegistry   rawSpec: '',
+281 silly mapToRegistry   spec: 'latest',
+281 silly mapToRegistry   type: 'tag' }
+282 silly mapToRegistry uri https://registry.npmjs.org/simple-xmpp
+283 verbose addRemoteTarball https://registry.npmjs.org/simple-xmpp/-/simple-xmpp-1.2.0.tgz not in flight; adding
+284 verbose addRemoteTarball [ 'https://registry.npmjs.org/simple-xmpp/-/simple-xmpp-1.2.0.tgz',
+284 verbose addRemoteTarball   '05a5656bb92e9ed1e3efc466709032ac634200e2' ]
+285 info retry fetch attempt 1 at 12:41:43
+286 info attempt registry request try #1 at 12:41:43
+287 http fetch GET https://registry.npmjs.org/simple-xmpp/-/simple-xmpp-1.2.0.tgz
+288 http fetch 200 https://registry.npmjs.org/simple-xmpp/-/simple-xmpp-1.2.0.tgz
+289 silly fetchAndShaCheck shasum 05a5656bb92e9ed1e3efc466709032ac634200e2
+290 verbose addTmpTarball /tmp/npm-8254-7b8a60ca/registry.npmjs.org/simple-xmpp/-/simple-xmpp-1.2.0.tgz not in flight; adding
+291 verbose addTmpTarball already have metadata; skipping unpack for simple-xmpp@1.2.0
+292 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+293 silly cache afterAdd simple-xmpp@1.2.0
+294 verbose afterAdd /home/adhisimon/.npm/simple-xmpp/1.2.0/package/package.json not in flight; writing
+295 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+296 verbose afterAdd /home/adhisimon/.npm/simple-xmpp/1.2.0/package/package.json written
+297 silly fetchNamedPackageData fsevents
+298 silly mapToRegistry name fsevents
+299 silly mapToRegistry using default registry
+300 silly mapToRegistry registry https://registry.npmjs.org/
+301 silly mapToRegistry data Result {
+301 silly mapToRegistry   raw: 'fsevents',
+301 silly mapToRegistry   scope: null,
+301 silly mapToRegistry   name: 'fsevents',
+301 silly mapToRegistry   rawSpec: '',
+301 silly mapToRegistry   spec: 'latest',
+301 silly mapToRegistry   type: 'tag' }
+302 silly mapToRegistry uri https://registry.npmjs.org/fsevents
+303 verbose request uri https://registry.npmjs.org/fsevents
+304 verbose request no auth needed
+305 info attempt registry request try #1 at 12:41:44
+306 verbose etag "1IUUBBNAFSLRNOMEHDGNJ1LTJ"
+307 http request GET https://registry.npmjs.org/fsevents
+308 http 304 https://registry.npmjs.org/fsevents
+309 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+309 verbose headers   via: '1.1 varnish',
+309 verbose headers   'cache-control': 'max-age=300',
+309 verbose headers   etag: '"1IUUBBNAFSLRNOMEHDGNJ1LTJ"',
+309 verbose headers   age: '233',
+309 verbose headers   connection: 'keep-alive',
+309 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+309 verbose headers   'x-cache': 'HIT',
+309 verbose headers   'x-cache-hits': '12',
+309 verbose headers   'x-timer': 'S1470634904.533179,VS0,VE0',
+309 verbose headers   vary: 'Accept-Encoding' }
+310 silly get cb [ 304,
+310 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+310 silly get     via: '1.1 varnish',
+310 silly get     'cache-control': 'max-age=300',
+310 silly get     etag: '"1IUUBBNAFSLRNOMEHDGNJ1LTJ"',
+310 silly get     age: '233',
+310 silly get     connection: 'keep-alive',
+310 silly get     'x-served-by': 'cache-sin6920-SIN',
+310 silly get     'x-cache': 'HIT',
+310 silly get     'x-cache-hits': '12',
+310 silly get     'x-timer': 'S1470634904.533179,VS0,VE0',
+310 silly get     vary: 'Accept-Encoding' } ]
+311 verbose etag https://registry.npmjs.org/fsevents from cache
+312 verbose get saving fsevents to /home/adhisimon/.npm/registry.npmjs.org/fsevents/.cache.json
+313 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+314 silly resolveWithNewModule fsevents@1.0.14 checking installable status
+315 silly fetchNamedPackageData bl
+316 silly mapToRegistry name bl
+317 silly mapToRegistry using default registry
+318 silly mapToRegistry registry https://registry.npmjs.org/
+319 silly mapToRegistry data Result {
+319 silly mapToRegistry   raw: 'bl',
+319 silly mapToRegistry   scope: null,
+319 silly mapToRegistry   name: 'bl',
+319 silly mapToRegistry   rawSpec: '',
+319 silly mapToRegistry   spec: 'latest',
+319 silly mapToRegistry   type: 'tag' }
+320 silly mapToRegistry uri https://registry.npmjs.org/bl
+321 silly fetchNamedPackageData caseless
+322 silly mapToRegistry name caseless
+323 silly mapToRegistry using default registry
+324 silly mapToRegistry registry https://registry.npmjs.org/
+325 silly mapToRegistry data Result {
+325 silly mapToRegistry   raw: 'caseless',
+325 silly mapToRegistry   scope: null,
+325 silly mapToRegistry   name: 'caseless',
+325 silly mapToRegistry   rawSpec: '',
+325 silly mapToRegistry   spec: 'latest',
+325 silly mapToRegistry   type: 'tag' }
+326 silly mapToRegistry uri https://registry.npmjs.org/caseless
+327 silly fetchNamedPackageData extend
+328 silly mapToRegistry name extend
+329 silly mapToRegistry using default registry
+330 silly mapToRegistry registry https://registry.npmjs.org/
+331 silly mapToRegistry data Result {
+331 silly mapToRegistry   raw: 'extend',
+331 silly mapToRegistry   scope: null,
+331 silly mapToRegistry   name: 'extend',
+331 silly mapToRegistry   rawSpec: '',
+331 silly mapToRegistry   spec: 'latest',
+331 silly mapToRegistry   type: 'tag' }
+332 silly mapToRegistry uri https://registry.npmjs.org/extend
+333 silly fetchNamedPackageData forever-agent
+334 silly mapToRegistry name forever-agent
+335 silly mapToRegistry using default registry
+336 silly mapToRegistry registry https://registry.npmjs.org/
+337 silly mapToRegistry data Result {
+337 silly mapToRegistry   raw: 'forever-agent',
+337 silly mapToRegistry   scope: null,
+337 silly mapToRegistry   name: 'forever-agent',
+337 silly mapToRegistry   rawSpec: '',
+337 silly mapToRegistry   spec: 'latest',
+337 silly mapToRegistry   type: 'tag' }
+338 silly mapToRegistry uri https://registry.npmjs.org/forever-agent
+339 silly fetchNamedPackageData form-data
+340 silly mapToRegistry name form-data
+341 silly mapToRegistry using default registry
+342 silly mapToRegistry registry https://registry.npmjs.org/
+343 silly mapToRegistry data Result {
+343 silly mapToRegistry   raw: 'form-data',
+343 silly mapToRegistry   scope: null,
+343 silly mapToRegistry   name: 'form-data',
+343 silly mapToRegistry   rawSpec: '',
+343 silly mapToRegistry   spec: 'latest',
+343 silly mapToRegistry   type: 'tag' }
+344 silly mapToRegistry uri https://registry.npmjs.org/form-data
+345 silly fetchNamedPackageData json-stringify-safe
+346 silly mapToRegistry name json-stringify-safe
+347 silly mapToRegistry using default registry
+348 silly mapToRegistry registry https://registry.npmjs.org/
+349 silly mapToRegistry data Result {
+349 silly mapToRegistry   raw: 'json-stringify-safe',
+349 silly mapToRegistry   scope: null,
+349 silly mapToRegistry   name: 'json-stringify-safe',
+349 silly mapToRegistry   rawSpec: '',
+349 silly mapToRegistry   spec: 'latest',
+349 silly mapToRegistry   type: 'tag' }
+350 silly mapToRegistry uri https://registry.npmjs.org/json-stringify-safe
+351 silly fetchNamedPackageData node-uuid
+352 silly mapToRegistry name node-uuid
+353 silly mapToRegistry using default registry
+354 silly mapToRegistry registry https://registry.npmjs.org/
+355 silly mapToRegistry data Result {
+355 silly mapToRegistry   raw: 'node-uuid',
+355 silly mapToRegistry   scope: null,
+355 silly mapToRegistry   name: 'node-uuid',
+355 silly mapToRegistry   rawSpec: '',
+355 silly mapToRegistry   spec: 'latest',
+355 silly mapToRegistry   type: 'tag' }
+356 silly mapToRegistry uri https://registry.npmjs.org/node-uuid
+357 silly fetchNamedPackageData qs
+358 silly mapToRegistry name qs
+359 silly mapToRegistry using default registry
+360 silly mapToRegistry registry https://registry.npmjs.org/
+361 silly mapToRegistry data Result {
+361 silly mapToRegistry   raw: 'qs',
+361 silly mapToRegistry   scope: null,
+361 silly mapToRegistry   name: 'qs',
+361 silly mapToRegistry   rawSpec: '',
+361 silly mapToRegistry   spec: 'latest',
+361 silly mapToRegistry   type: 'tag' }
+362 silly mapToRegistry uri https://registry.npmjs.org/qs
+363 silly fetchNamedPackageData tunnel-agent
+364 silly mapToRegistry name tunnel-agent
+365 silly mapToRegistry using default registry
+366 silly mapToRegistry registry https://registry.npmjs.org/
+367 silly mapToRegistry data Result {
+367 silly mapToRegistry   raw: 'tunnel-agent',
+367 silly mapToRegistry   scope: null,
+367 silly mapToRegistry   name: 'tunnel-agent',
+367 silly mapToRegistry   rawSpec: '',
+367 silly mapToRegistry   spec: 'latest',
+367 silly mapToRegistry   type: 'tag' }
+368 silly mapToRegistry uri https://registry.npmjs.org/tunnel-agent
+369 silly fetchNamedPackageData tough-cookie
+370 silly mapToRegistry name tough-cookie
+371 silly mapToRegistry using default registry
+372 silly mapToRegistry registry https://registry.npmjs.org/
+373 silly mapToRegistry data Result {
+373 silly mapToRegistry   raw: 'tough-cookie',
+373 silly mapToRegistry   scope: null,
+373 silly mapToRegistry   name: 'tough-cookie',
+373 silly mapToRegistry   rawSpec: '',
+373 silly mapToRegistry   spec: 'latest',
+373 silly mapToRegistry   type: 'tag' }
+374 silly mapToRegistry uri https://registry.npmjs.org/tough-cookie
+375 silly fetchNamedPackageData http-signature
+376 silly mapToRegistry name http-signature
+377 silly mapToRegistry using default registry
+378 silly mapToRegistry registry https://registry.npmjs.org/
+379 silly mapToRegistry data Result {
+379 silly mapToRegistry   raw: 'http-signature',
+379 silly mapToRegistry   scope: null,
+379 silly mapToRegistry   name: 'http-signature',
+379 silly mapToRegistry   rawSpec: '',
+379 silly mapToRegistry   spec: 'latest',
+379 silly mapToRegistry   type: 'tag' }
+380 silly mapToRegistry uri https://registry.npmjs.org/http-signature
+381 silly fetchNamedPackageData oauth-sign
+382 silly mapToRegistry name oauth-sign
+383 silly mapToRegistry using default registry
+384 silly mapToRegistry registry https://registry.npmjs.org/
+385 silly mapToRegistry data Result {
+385 silly mapToRegistry   raw: 'oauth-sign',
+385 silly mapToRegistry   scope: null,
+385 silly mapToRegistry   name: 'oauth-sign',
+385 silly mapToRegistry   rawSpec: '',
+385 silly mapToRegistry   spec: 'latest',
+385 silly mapToRegistry   type: 'tag' }
+386 silly mapToRegistry uri https://registry.npmjs.org/oauth-sign
+387 silly fetchNamedPackageData hawk
+388 silly mapToRegistry name hawk
+389 silly mapToRegistry using default registry
+390 silly mapToRegistry registry https://registry.npmjs.org/
+391 silly mapToRegistry data Result {
+391 silly mapToRegistry   raw: 'hawk',
+391 silly mapToRegistry   scope: null,
+391 silly mapToRegistry   name: 'hawk',
+391 silly mapToRegistry   rawSpec: '',
+391 silly mapToRegistry   spec: 'latest',
+391 silly mapToRegistry   type: 'tag' }
+392 silly mapToRegistry uri https://registry.npmjs.org/hawk
+393 silly fetchNamedPackageData aws-sign2
+394 silly mapToRegistry name aws-sign2
+395 silly mapToRegistry using default registry
+396 silly mapToRegistry registry https://registry.npmjs.org/
+397 silly mapToRegistry data Result {
+397 silly mapToRegistry   raw: 'aws-sign2',
+397 silly mapToRegistry   scope: null,
+397 silly mapToRegistry   name: 'aws-sign2',
+397 silly mapToRegistry   rawSpec: '',
+397 silly mapToRegistry   spec: 'latest',
+397 silly mapToRegistry   type: 'tag' }
+398 silly mapToRegistry uri https://registry.npmjs.org/aws-sign2
+399 silly fetchNamedPackageData stringstream
+400 silly mapToRegistry name stringstream
+401 silly mapToRegistry using default registry
+402 silly mapToRegistry registry https://registry.npmjs.org/
+403 silly mapToRegistry data Result {
+403 silly mapToRegistry   raw: 'stringstream',
+403 silly mapToRegistry   scope: null,
+403 silly mapToRegistry   name: 'stringstream',
+403 silly mapToRegistry   rawSpec: '',
+403 silly mapToRegistry   spec: 'latest',
+403 silly mapToRegistry   type: 'tag' }
+404 silly mapToRegistry uri https://registry.npmjs.org/stringstream
+405 silly fetchNamedPackageData combined-stream
+406 silly mapToRegistry name combined-stream
+407 silly mapToRegistry using default registry
+408 silly mapToRegistry registry https://registry.npmjs.org/
+409 silly mapToRegistry data Result {
+409 silly mapToRegistry   raw: 'combined-stream',
+409 silly mapToRegistry   scope: null,
+409 silly mapToRegistry   name: 'combined-stream',
+409 silly mapToRegistry   rawSpec: '',
+409 silly mapToRegistry   spec: 'latest',
+409 silly mapToRegistry   type: 'tag' }
+410 silly mapToRegistry uri https://registry.npmjs.org/combined-stream
+411 silly fetchNamedPackageData isstream
+412 silly mapToRegistry name isstream
+413 silly mapToRegistry using default registry
+414 silly mapToRegistry registry https://registry.npmjs.org/
+415 silly mapToRegistry data Result {
+415 silly mapToRegistry   raw: 'isstream',
+415 silly mapToRegistry   scope: null,
+415 silly mapToRegistry   name: 'isstream',
+415 silly mapToRegistry   rawSpec: '',
+415 silly mapToRegistry   spec: 'latest',
+415 silly mapToRegistry   type: 'tag' }
+416 silly mapToRegistry uri https://registry.npmjs.org/isstream
+417 silly fetchNamedPackageData is-typedarray
+418 silly mapToRegistry name is-typedarray
+419 silly mapToRegistry using default registry
+420 silly mapToRegistry registry https://registry.npmjs.org/
+421 silly mapToRegistry data Result {
+421 silly mapToRegistry   raw: 'is-typedarray',
+421 silly mapToRegistry   scope: null,
+421 silly mapToRegistry   name: 'is-typedarray',
+421 silly mapToRegistry   rawSpec: '',
+421 silly mapToRegistry   spec: 'latest',
+421 silly mapToRegistry   type: 'tag' }
+422 silly mapToRegistry uri https://registry.npmjs.org/is-typedarray
+423 silly fetchNamedPackageData har-validator
+424 silly mapToRegistry name har-validator
+425 silly mapToRegistry using default registry
+426 silly mapToRegistry registry https://registry.npmjs.org/
+427 silly mapToRegistry data Result {
+427 silly mapToRegistry   raw: 'har-validator',
+427 silly mapToRegistry   scope: null,
+427 silly mapToRegistry   name: 'har-validator',
+427 silly mapToRegistry   rawSpec: '',
+427 silly mapToRegistry   spec: 'latest',
+427 silly mapToRegistry   type: 'tag' }
+428 silly mapToRegistry uri https://registry.npmjs.org/har-validator
+429 verbose request uri https://registry.npmjs.org/extend
+430 verbose request no auth needed
+431 info attempt registry request try #1 at 12:41:44
+432 verbose etag "EF95W1DYG706TKJBK5HS006PH"
+433 http request GET https://registry.npmjs.org/extend
+434 verbose request uri https://registry.npmjs.org/qs
+435 verbose request no auth needed
+436 info attempt registry request try #1 at 12:41:44
+437 verbose etag "8UH6IO2E1UQ1THX6E99GTAZ4J"
+438 http request GET https://registry.npmjs.org/qs
+439 verbose request uri https://registry.npmjs.org/bl
+440 verbose request no auth needed
+441 info attempt registry request try #1 at 12:41:44
+442 verbose etag "BXXVSH5J8WSZKCW5B4QETJNAI"
+443 http request GET https://registry.npmjs.org/bl
+444 verbose request uri https://registry.npmjs.org/caseless
+445 verbose request no auth needed
+446 info attempt registry request try #1 at 12:41:44
+447 verbose etag "31X3RJHEJY3DII8ZZ4JC45YBC"
+448 http request GET https://registry.npmjs.org/caseless
+449 verbose request uri https://registry.npmjs.org/form-data
+450 verbose request no auth needed
+451 info attempt registry request try #1 at 12:41:44
+452 verbose etag "1YMJZXOUZCRFG4TUL3AZ39L0J"
+453 http request GET https://registry.npmjs.org/form-data
+454 verbose request uri https://registry.npmjs.org/forever-agent
+455 verbose request no auth needed
+456 info attempt registry request try #1 at 12:41:44
+457 verbose etag "AN8DYHW8FVWM228PCRXS53C8O"
+458 http request GET https://registry.npmjs.org/forever-agent
+459 verbose request uri https://registry.npmjs.org/oauth-sign
+460 verbose request no auth needed
+461 info attempt registry request try #1 at 12:41:44
+462 verbose etag "BXTPOW738JUGJYOJ1O894E3R3"
+463 http request GET https://registry.npmjs.org/oauth-sign
+464 verbose request uri https://registry.npmjs.org/hawk
+465 verbose request no auth needed
+466 info attempt registry request try #1 at 12:41:44
+467 verbose etag "3SGNO85Q940W1OVFRUPNP0TKV"
+468 http request GET https://registry.npmjs.org/hawk
+469 verbose request uri https://registry.npmjs.org/tough-cookie
+470 verbose request no auth needed
+471 info attempt registry request try #1 at 12:41:44
+472 verbose etag "DOZ90NCFDYMUFZBGZCRPXQLZO"
+473 http request GET https://registry.npmjs.org/tough-cookie
+474 verbose request uri https://registry.npmjs.org/tunnel-agent
+475 verbose request no auth needed
+476 info attempt registry request try #1 at 12:41:44
+477 verbose etag "5HRM6T6UFH8OOJSD1CB6G3358"
+478 http request GET https://registry.npmjs.org/tunnel-agent
+479 verbose request uri https://registry.npmjs.org/aws-sign2
+480 verbose request no auth needed
+481 info attempt registry request try #1 at 12:41:44
+482 verbose etag "27R48E29FV1E9H5GP3QGA5YV3"
+483 http request GET https://registry.npmjs.org/aws-sign2
+484 verbose request uri https://registry.npmjs.org/combined-stream
+485 verbose request no auth needed
+486 info attempt registry request try #1 at 12:41:44
+487 verbose etag "B4WTGKY32M1VDZX0V45HEIVUL"
+488 http request GET https://registry.npmjs.org/combined-stream
+489 verbose request uri https://registry.npmjs.org/http-signature
+490 verbose request no auth needed
+491 info attempt registry request try #1 at 12:41:44
+492 verbose etag "AO4A0V3S2MXKLI8XA4ZKKG153"
+493 http request GET https://registry.npmjs.org/http-signature
+494 verbose request uri https://registry.npmjs.org/json-stringify-safe
+495 verbose request no auth needed
+496 info attempt registry request try #1 at 12:41:44
+497 verbose etag "8R2M3Q9V2DTMAXS6D8ACHJIFZ"
+498 http request GET https://registry.npmjs.org/json-stringify-safe
+499 verbose request uri https://registry.npmjs.org/node-uuid
+500 verbose request no auth needed
+501 info attempt registry request try #1 at 12:41:44
+502 verbose etag "8OR5CGRPTE8ZJORV6CD2XHT5M"
+503 http request GET https://registry.npmjs.org/node-uuid
+504 http 304 https://registry.npmjs.org/qs
+505 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+505 verbose headers   via: '1.1 varnish',
+505 verbose headers   'cache-control': 'max-age=300',
+505 verbose headers   etag: '"8UH6IO2E1UQ1THX6E99GTAZ4J"',
+505 verbose headers   age: '180',
+505 verbose headers   connection: 'keep-alive',
+505 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+505 verbose headers   'x-cache': 'HIT',
+505 verbose headers   'x-cache-hits': '18',
+505 verbose headers   'x-timer': 'S1470634904.822101,VS0,VE0',
+505 verbose headers   vary: 'Accept-Encoding' }
+506 silly get cb [ 304,
+506 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+506 silly get     via: '1.1 varnish',
+506 silly get     'cache-control': 'max-age=300',
+506 silly get     etag: '"8UH6IO2E1UQ1THX6E99GTAZ4J"',
+506 silly get     age: '180',
+506 silly get     connection: 'keep-alive',
+506 silly get     'x-served-by': 'cache-sin6923-SIN',
+506 silly get     'x-cache': 'HIT',
+506 silly get     'x-cache-hits': '18',
+506 silly get     'x-timer': 'S1470634904.822101,VS0,VE0',
+506 silly get     vary: 'Accept-Encoding' } ]
+507 verbose etag https://registry.npmjs.org/qs from cache
+508 verbose get saving qs to /home/adhisimon/.npm/registry.npmjs.org/qs/.cache.json
+509 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+510 http 304 https://registry.npmjs.org/bl
+511 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+511 verbose headers   via: '1.1 varnish',
+511 verbose headers   'cache-control': 'max-age=300',
+511 verbose headers   etag: '"BXXVSH5J8WSZKCW5B4QETJNAI"',
+511 verbose headers   age: '65',
+511 verbose headers   connection: 'keep-alive',
+511 verbose headers   'x-served-by': 'cache-sin6922-SIN',
+511 verbose headers   'x-cache': 'HIT',
+511 verbose headers   'x-cache-hits': '9',
+511 verbose headers   'x-timer': 'S1470634904.822526,VS0,VE0',
+511 verbose headers   vary: 'Accept-Encoding' }
+512 silly get cb [ 304,
+512 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+512 silly get     via: '1.1 varnish',
+512 silly get     'cache-control': 'max-age=300',
+512 silly get     etag: '"BXXVSH5J8WSZKCW5B4QETJNAI"',
+512 silly get     age: '65',
+512 silly get     connection: 'keep-alive',
+512 silly get     'x-served-by': 'cache-sin6922-SIN',
+512 silly get     'x-cache': 'HIT',
+512 silly get     'x-cache-hits': '9',
+512 silly get     'x-timer': 'S1470634904.822526,VS0,VE0',
+512 silly get     vary: 'Accept-Encoding' } ]
+513 verbose etag https://registry.npmjs.org/bl from cache
+514 verbose get saving bl to /home/adhisimon/.npm/registry.npmjs.org/bl/.cache.json
+515 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+516 http 304 https://registry.npmjs.org/extend
+517 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+517 verbose headers   via: '1.1 varnish',
+517 verbose headers   'cache-control': 'max-age=300',
+517 verbose headers   etag: '"EF95W1DYG706TKJBK5HS006PH"',
+517 verbose headers   age: '195',
+517 verbose headers   connection: 'keep-alive',
+517 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+517 verbose headers   'x-cache': 'HIT',
+517 verbose headers   'x-cache-hits': '20',
+517 verbose headers   'x-timer': 'S1470634904.819584,VS0,VE0',
+517 verbose headers   vary: 'Accept-Encoding' }
+518 silly get cb [ 304,
+518 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+518 silly get     via: '1.1 varnish',
+518 silly get     'cache-control': 'max-age=300',
+518 silly get     etag: '"EF95W1DYG706TKJBK5HS006PH"',
+518 silly get     age: '195',
+518 silly get     connection: 'keep-alive',
+518 silly get     'x-served-by': 'cache-sin6921-SIN',
+518 silly get     'x-cache': 'HIT',
+518 silly get     'x-cache-hits': '20',
+518 silly get     'x-timer': 'S1470634904.819584,VS0,VE0',
+518 silly get     vary: 'Accept-Encoding' } ]
+519 verbose etag https://registry.npmjs.org/extend from cache
+520 verbose get saving extend to /home/adhisimon/.npm/registry.npmjs.org/extend/.cache.json
+521 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+522 verbose request uri https://registry.npmjs.org/stringstream
+523 verbose request no auth needed
+524 info attempt registry request try #1 at 12:41:44
+525 verbose etag "EBUPD6LZKZQ0XKY707YFHY8YL"
+526 http request GET https://registry.npmjs.org/stringstream
+527 verbose request uri https://registry.npmjs.org/isstream
+528 verbose request no auth needed
+529 info attempt registry request try #1 at 12:41:44
+530 verbose etag "8O5QEBWRLEEVTLWX7C69F3IPM"
+531 http request GET https://registry.npmjs.org/isstream
+532 verbose request uri https://registry.npmjs.org/har-validator
+533 verbose request no auth needed
+534 info attempt registry request try #1 at 12:41:44
+535 verbose etag "E24Z34QP46JL55KHDGBFOCAFD"
+536 http request GET https://registry.npmjs.org/har-validator
+537 verbose request uri https://registry.npmjs.org/is-typedarray
+538 verbose request no auth needed
+539 info attempt registry request try #1 at 12:41:44
+540 verbose etag "A6APATMKGAWT16SSARJSIFFQD"
+541 http request GET https://registry.npmjs.org/is-typedarray
+542 http 304 https://registry.npmjs.org/form-data
+543 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+543 verbose headers   via: '1.1 varnish',
+543 verbose headers   'cache-control': 'max-age=300',
+543 verbose headers   etag: '"1YMJZXOUZCRFG4TUL3AZ39L0J"',
+543 verbose headers   age: '105',
+543 verbose headers   connection: 'keep-alive',
+543 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+543 verbose headers   'x-cache': 'HIT',
+543 verbose headers   'x-cache-hits': '12',
+543 verbose headers   'x-timer': 'S1470634904.864367,VS0,VE0',
+543 verbose headers   vary: 'Accept-Encoding' }
+544 silly get cb [ 304,
+544 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+544 silly get     via: '1.1 varnish',
+544 silly get     'cache-control': 'max-age=300',
+544 silly get     etag: '"1YMJZXOUZCRFG4TUL3AZ39L0J"',
+544 silly get     age: '105',
+544 silly get     connection: 'keep-alive',
+544 silly get     'x-served-by': 'cache-sin6921-SIN',
+544 silly get     'x-cache': 'HIT',
+544 silly get     'x-cache-hits': '12',
+544 silly get     'x-timer': 'S1470634904.864367,VS0,VE0',
+544 silly get     vary: 'Accept-Encoding' } ]
+545 verbose etag https://registry.npmjs.org/form-data from cache
+546 verbose get saving form-data to /home/adhisimon/.npm/registry.npmjs.org/form-data/.cache.json
+547 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+548 http 304 https://registry.npmjs.org/caseless
+549 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+549 verbose headers   via: '1.1 varnish',
+549 verbose headers   'cache-control': 'max-age=300',
+549 verbose headers   etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
+549 verbose headers   age: '26',
+549 verbose headers   connection: 'keep-alive',
+549 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+549 verbose headers   'x-cache': 'HIT',
+549 verbose headers   'x-cache-hits': '3',
+549 verbose headers   'x-timer': 'S1470634904.866845,VS0,VE0',
+549 verbose headers   vary: 'Accept-Encoding' }
+550 silly get cb [ 304,
+550 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+550 silly get     via: '1.1 varnish',
+550 silly get     'cache-control': 'max-age=300',
+550 silly get     etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
+550 silly get     age: '26',
+550 silly get     connection: 'keep-alive',
+550 silly get     'x-served-by': 'cache-sin6926-SIN',
+550 silly get     'x-cache': 'HIT',
+550 silly get     'x-cache-hits': '3',
+550 silly get     'x-timer': 'S1470634904.866845,VS0,VE0',
+550 silly get     vary: 'Accept-Encoding' } ]
+551 verbose etag https://registry.npmjs.org/caseless from cache
+552 verbose get saving caseless to /home/adhisimon/.npm/registry.npmjs.org/caseless/.cache.json
+553 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+554 http 304 https://registry.npmjs.org/forever-agent
+555 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+555 verbose headers   via: '1.1 varnish',
+555 verbose headers   'cache-control': 'max-age=300',
+555 verbose headers   etag: '"AN8DYHW8FVWM228PCRXS53C8O"',
+555 verbose headers   age: '179',
+555 verbose headers   connection: 'keep-alive',
+555 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+555 verbose headers   'x-cache': 'HIT',
+555 verbose headers   'x-cache-hits': '14',
+555 verbose headers   'x-timer': 'S1470634904.870993,VS0,VE0',
+555 verbose headers   vary: 'Accept-Encoding' }
+556 silly get cb [ 304,
+556 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+556 silly get     via: '1.1 varnish',
+556 silly get     'cache-control': 'max-age=300',
+556 silly get     etag: '"AN8DYHW8FVWM228PCRXS53C8O"',
+556 silly get     age: '179',
+556 silly get     connection: 'keep-alive',
+556 silly get     'x-served-by': 'cache-sin6920-SIN',
+556 silly get     'x-cache': 'HIT',
+556 silly get     'x-cache-hits': '14',
+556 silly get     'x-timer': 'S1470634904.870993,VS0,VE0',
+556 silly get     vary: 'Accept-Encoding' } ]
+557 verbose etag https://registry.npmjs.org/forever-agent from cache
+558 verbose get saving forever-agent to /home/adhisimon/.npm/registry.npmjs.org/forever-agent/.cache.json
+559 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+560 http 304 https://registry.npmjs.org/json-stringify-safe
+561 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+561 verbose headers   via: '1.1 varnish',
+561 verbose headers   'cache-control': 'max-age=300',
+561 verbose headers   etag: '"8R2M3Q9V2DTMAXS6D8ACHJIFZ"',
+561 verbose headers   age: '88',
+561 verbose headers   connection: 'keep-alive',
+561 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+561 verbose headers   'x-cache': 'HIT',
+561 verbose headers   'x-cache-hits': '253',
+561 verbose headers   'x-timer': 'S1470634904.881929,VS0,VE0',
+561 verbose headers   vary: 'Accept-Encoding' }
+562 silly get cb [ 304,
+562 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+562 silly get     via: '1.1 varnish',
+562 silly get     'cache-control': 'max-age=300',
+562 silly get     etag: '"8R2M3Q9V2DTMAXS6D8ACHJIFZ"',
+562 silly get     age: '88',
+562 silly get     connection: 'keep-alive',
+562 silly get     'x-served-by': 'cache-sin6923-SIN',
+562 silly get     'x-cache': 'HIT',
+562 silly get     'x-cache-hits': '253',
+562 silly get     'x-timer': 'S1470634904.881929,VS0,VE0',
+562 silly get     vary: 'Accept-Encoding' } ]
+563 verbose etag https://registry.npmjs.org/json-stringify-safe from cache
+564 verbose get saving json-stringify-safe to /home/adhisimon/.npm/registry.npmjs.org/json-stringify-safe/.cache.json
+565 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+566 silly resolveWithNewModule qs@5.2.1 checking installable status
+567 silly cache add args [ 'qs@~5.2.0', null ]
+568 verbose cache add spec qs@~5.2.0
+569 silly cache add parsed spec Result {
+569 silly cache add   raw: 'qs@~5.2.0',
+569 silly cache add   scope: null,
+569 silly cache add   name: 'qs',
+569 silly cache add   rawSpec: '~5.2.0',
+569 silly cache add   spec: '>=5.2.0 <5.3.0',
+569 silly cache add   type: 'range' }
+570 silly addNamed qs@>=5.2.0 <5.3.0
+571 verbose addNamed ">=5.2.0 <5.3.0" is a valid semver range for qs
+572 silly addNameRange { name: 'qs', range: '>=5.2.0 <5.3.0', hasData: false }
+573 silly mapToRegistry name qs
+574 silly mapToRegistry using default registry
+575 silly mapToRegistry registry https://registry.npmjs.org/
+576 silly mapToRegistry data Result {
+576 silly mapToRegistry   raw: 'qs',
+576 silly mapToRegistry   scope: null,
+576 silly mapToRegistry   name: 'qs',
+576 silly mapToRegistry   rawSpec: '',
+576 silly mapToRegistry   spec: 'latest',
+576 silly mapToRegistry   type: 'tag' }
+577 silly mapToRegistry uri https://registry.npmjs.org/qs
+578 verbose addNameRange registry:https://registry.npmjs.org/qs not in flight; fetching
+579 silly resolveWithNewModule bl@1.0.3 checking installable status
+580 silly cache add args [ 'bl@~1.0.0', null ]
+581 verbose cache add spec bl@~1.0.0
+582 silly cache add parsed spec Result {
+582 silly cache add   raw: 'bl@~1.0.0',
+582 silly cache add   scope: null,
+582 silly cache add   name: 'bl',
+582 silly cache add   rawSpec: '~1.0.0',
+582 silly cache add   spec: '>=1.0.0 <1.1.0',
+582 silly cache add   type: 'range' }
+583 silly addNamed bl@>=1.0.0 <1.1.0
+584 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for bl
+585 silly addNameRange { name: 'bl', range: '>=1.0.0 <1.1.0', hasData: false }
+586 silly mapToRegistry name bl
+587 silly mapToRegistry using default registry
+588 silly mapToRegistry registry https://registry.npmjs.org/
+589 silly mapToRegistry data Result {
+589 silly mapToRegistry   raw: 'bl',
+589 silly mapToRegistry   scope: null,
+589 silly mapToRegistry   name: 'bl',
+589 silly mapToRegistry   rawSpec: '',
+589 silly mapToRegistry   spec: 'latest',
+589 silly mapToRegistry   type: 'tag' }
+590 silly mapToRegistry uri https://registry.npmjs.org/bl
+591 verbose addNameRange registry:https://registry.npmjs.org/bl not in flight; fetching
+592 silly resolveWithNewModule extend@3.0.0 checking installable status
+593 silly cache add args [ 'extend@~3.0.0', null ]
+594 verbose cache add spec extend@~3.0.0
+595 silly cache add parsed spec Result {
+595 silly cache add   raw: 'extend@~3.0.0',
+595 silly cache add   scope: null,
+595 silly cache add   name: 'extend',
+595 silly cache add   rawSpec: '~3.0.0',
+595 silly cache add   spec: '>=3.0.0 <3.1.0',
+595 silly cache add   type: 'range' }
+596 silly addNamed extend@>=3.0.0 <3.1.0
+597 verbose addNamed ">=3.0.0 <3.1.0" is a valid semver range for extend
+598 silly addNameRange { name: 'extend', range: '>=3.0.0 <3.1.0', hasData: false }
+599 silly mapToRegistry name extend
+600 silly mapToRegistry using default registry
+601 silly mapToRegistry registry https://registry.npmjs.org/
+602 silly mapToRegistry data Result {
+602 silly mapToRegistry   raw: 'extend',
+602 silly mapToRegistry   scope: null,
+602 silly mapToRegistry   name: 'extend',
+602 silly mapToRegistry   rawSpec: '',
+602 silly mapToRegistry   spec: 'latest',
+602 silly mapToRegistry   type: 'tag' }
+603 silly mapToRegistry uri https://registry.npmjs.org/extend
+604 verbose addNameRange registry:https://registry.npmjs.org/extend not in flight; fetching
+605 http 304 https://registry.npmjs.org/stringstream
+606 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+606 verbose headers   via: '1.1 varnish',
+606 verbose headers   'cache-control': 'max-age=300',
+606 verbose headers   etag: '"EBUPD6LZKZQ0XKY707YFHY8YL"',
+606 verbose headers   age: '298',
+606 verbose headers   connection: 'keep-alive',
+606 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+606 verbose headers   'x-cache': 'HIT',
+606 verbose headers   'x-cache-hits': '14',
+606 verbose headers   'x-timer': 'S1470634904.902069,VS0,VE0',
+606 verbose headers   vary: 'Accept-Encoding' }
+607 silly get cb [ 304,
+607 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+607 silly get     via: '1.1 varnish',
+607 silly get     'cache-control': 'max-age=300',
+607 silly get     etag: '"EBUPD6LZKZQ0XKY707YFHY8YL"',
+607 silly get     age: '298',
+607 silly get     connection: 'keep-alive',
+607 silly get     'x-served-by': 'cache-sin6921-SIN',
+607 silly get     'x-cache': 'HIT',
+607 silly get     'x-cache-hits': '14',
+607 silly get     'x-timer': 'S1470634904.902069,VS0,VE0',
+607 silly get     vary: 'Accept-Encoding' } ]
+608 verbose etag https://registry.npmjs.org/stringstream from cache
+609 verbose get saving stringstream to /home/adhisimon/.npm/registry.npmjs.org/stringstream/.cache.json
+610 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+611 http 200 https://registry.npmjs.org/node-uuid
+612 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+612 verbose headers   etag: '"1VCM3DKVJ6VX4LUGJVFWTH539"',
+612 verbose headers   'content-type': 'application/json',
+612 verbose headers   'content-encoding': 'gzip',
+612 verbose headers   'cache-control': 'max-age=300',
+612 verbose headers   'content-length': '7033',
+612 verbose headers   'accept-ranges': 'bytes',
+612 verbose headers   date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+612 verbose headers   via: '1.1 varnish',
+612 verbose headers   age: '135',
+612 verbose headers   connection: 'keep-alive',
+612 verbose headers   'x-served-by': 'cache-sin6922-SIN',
+612 verbose headers   'x-cache': 'HIT',
+612 verbose headers   'x-cache-hits': '9',
+612 verbose headers   'x-timer': 'S1470634904.883181,VS0,VE0',
+612 verbose headers   vary: 'Accept-Encoding' }
+613 silly get cb [ 200,
+613 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+613 silly get     etag: '"1VCM3DKVJ6VX4LUGJVFWTH539"',
+613 silly get     'content-type': 'application/json',
+613 silly get     'content-encoding': 'gzip',
+613 silly get     'cache-control': 'max-age=300',
+613 silly get     'content-length': '7033',
+613 silly get     'accept-ranges': 'bytes',
+613 silly get     date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+613 silly get     via: '1.1 varnish',
+613 silly get     age: '135',
+613 silly get     connection: 'keep-alive',
+613 silly get     'x-served-by': 'cache-sin6922-SIN',
+613 silly get     'x-cache': 'HIT',
+613 silly get     'x-cache-hits': '9',
+613 silly get     'x-timer': 'S1470634904.883181,VS0,VE0',
+613 silly get     vary: 'Accept-Encoding' } ]
+614 verbose get saving node-uuid to /home/adhisimon/.npm/registry.npmjs.org/node-uuid/.cache.json
+615 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+616 silly resolveWithNewModule caseless@0.11.0 checking installable status
+617 silly cache add args [ 'caseless@~0.11.0', null ]
+618 verbose cache add spec caseless@~0.11.0
+619 silly cache add parsed spec Result {
+619 silly cache add   raw: 'caseless@~0.11.0',
+619 silly cache add   scope: null,
+619 silly cache add   name: 'caseless',
+619 silly cache add   rawSpec: '~0.11.0',
+619 silly cache add   spec: '>=0.11.0 <0.12.0',
+619 silly cache add   type: 'range' }
+620 silly addNamed caseless@>=0.11.0 <0.12.0
+621 verbose addNamed ">=0.11.0 <0.12.0" is a valid semver range for caseless
+622 silly addNameRange { name: 'caseless', range: '>=0.11.0 <0.12.0', hasData: false }
+623 silly mapToRegistry name caseless
+624 silly mapToRegistry using default registry
+625 silly mapToRegistry registry https://registry.npmjs.org/
+626 silly mapToRegistry data Result {
+626 silly mapToRegistry   raw: 'caseless',
+626 silly mapToRegistry   scope: null,
+626 silly mapToRegistry   name: 'caseless',
+626 silly mapToRegistry   rawSpec: '',
+626 silly mapToRegistry   spec: 'latest',
+626 silly mapToRegistry   type: 'tag' }
+627 silly mapToRegistry uri https://registry.npmjs.org/caseless
+628 verbose addNameRange registry:https://registry.npmjs.org/caseless not in flight; fetching
+629 silly resolveWithNewModule form-data@1.0.0-rc4 checking installable status
+630 silly cache add args [ 'form-data@~1.0.0-rc3', null ]
+631 verbose cache add spec form-data@~1.0.0-rc3
+632 silly cache add parsed spec Result {
+632 silly cache add   raw: 'form-data@~1.0.0-rc3',
+632 silly cache add   scope: null,
+632 silly cache add   name: 'form-data',
+632 silly cache add   rawSpec: '~1.0.0-rc3',
+632 silly cache add   spec: '>=1.0.0-rc3 <1.1.0',
+632 silly cache add   type: 'range' }
+633 silly addNamed form-data@>=1.0.0-rc3 <1.1.0
+634 verbose addNamed ">=1.0.0-rc3 <1.1.0" is a valid semver range for form-data
+635 silly addNameRange { name: 'form-data',
+635 silly addNameRange   range: '>=1.0.0-rc3 <1.1.0',
+635 silly addNameRange   hasData: false }
+636 silly mapToRegistry name form-data
+637 silly mapToRegistry using default registry
+638 silly mapToRegistry registry https://registry.npmjs.org/
+639 silly mapToRegistry data Result {
+639 silly mapToRegistry   raw: 'form-data',
+639 silly mapToRegistry   scope: null,
+639 silly mapToRegistry   name: 'form-data',
+639 silly mapToRegistry   rawSpec: '',
+639 silly mapToRegistry   spec: 'latest',
+639 silly mapToRegistry   type: 'tag' }
+640 silly mapToRegistry uri https://registry.npmjs.org/form-data
+641 verbose addNameRange registry:https://registry.npmjs.org/form-data not in flight; fetching
+642 silly resolveWithNewModule forever-agent@0.6.1 checking installable status
+643 silly cache add args [ 'forever-agent@~0.6.1', null ]
+644 verbose cache add spec forever-agent@~0.6.1
+645 silly cache add parsed spec Result {
+645 silly cache add   raw: 'forever-agent@~0.6.1',
+645 silly cache add   scope: null,
+645 silly cache add   name: 'forever-agent',
+645 silly cache add   rawSpec: '~0.6.1',
+645 silly cache add   spec: '>=0.6.1 <0.7.0',
+645 silly cache add   type: 'range' }
+646 silly addNamed forever-agent@>=0.6.1 <0.7.0
+647 verbose addNamed ">=0.6.1 <0.7.0" is a valid semver range for forever-agent
+648 silly addNameRange { name: 'forever-agent',
+648 silly addNameRange   range: '>=0.6.1 <0.7.0',
+648 silly addNameRange   hasData: false }
+649 silly mapToRegistry name forever-agent
+650 silly mapToRegistry using default registry
+651 silly mapToRegistry registry https://registry.npmjs.org/
+652 silly mapToRegistry data Result {
+652 silly mapToRegistry   raw: 'forever-agent',
+652 silly mapToRegistry   scope: null,
+652 silly mapToRegistry   name: 'forever-agent',
+652 silly mapToRegistry   rawSpec: '',
+652 silly mapToRegistry   spec: 'latest',
+652 silly mapToRegistry   type: 'tag' }
+653 silly mapToRegistry uri https://registry.npmjs.org/forever-agent
+654 verbose addNameRange registry:https://registry.npmjs.org/forever-agent not in flight; fetching
+655 silly resolveWithNewModule json-stringify-safe@5.0.1 checking installable status
+656 silly cache add args [ 'json-stringify-safe@~5.0.1', null ]
+657 verbose cache add spec json-stringify-safe@~5.0.1
+658 silly cache add parsed spec Result {
+658 silly cache add   raw: 'json-stringify-safe@~5.0.1',
+658 silly cache add   scope: null,
+658 silly cache add   name: 'json-stringify-safe',
+658 silly cache add   rawSpec: '~5.0.1',
+658 silly cache add   spec: '>=5.0.1 <5.1.0',
+658 silly cache add   type: 'range' }
+659 silly addNamed json-stringify-safe@>=5.0.1 <5.1.0
+660 verbose addNamed ">=5.0.1 <5.1.0" is a valid semver range for json-stringify-safe
+661 silly addNameRange { name: 'json-stringify-safe',
+661 silly addNameRange   range: '>=5.0.1 <5.1.0',
+661 silly addNameRange   hasData: false }
+662 silly mapToRegistry name json-stringify-safe
+663 silly mapToRegistry using default registry
+664 silly mapToRegistry registry https://registry.npmjs.org/
+665 silly mapToRegistry data Result {
+665 silly mapToRegistry   raw: 'json-stringify-safe',
+665 silly mapToRegistry   scope: null,
+665 silly mapToRegistry   name: 'json-stringify-safe',
+665 silly mapToRegistry   rawSpec: '',
+665 silly mapToRegistry   spec: 'latest',
+665 silly mapToRegistry   type: 'tag' }
+666 silly mapToRegistry uri https://registry.npmjs.org/json-stringify-safe
+667 verbose addNameRange registry:https://registry.npmjs.org/json-stringify-safe not in flight; fetching
+668 http 304 https://registry.npmjs.org/is-typedarray
+669 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+669 verbose headers   via: '1.1 varnish',
+669 verbose headers   'cache-control': 'max-age=300',
+669 verbose headers   etag: '"A6APATMKGAWT16SSARJSIFFQD"',
+669 verbose headers   age: '193',
+669 verbose headers   connection: 'keep-alive',
+669 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+669 verbose headers   'x-cache': 'HIT',
+669 verbose headers   'x-cache-hits': '10',
+669 verbose headers   'x-timer': 'S1470634904.920194,VS0,VE0',
+669 verbose headers   vary: 'Accept-Encoding' }
+670 silly get cb [ 304,
+670 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+670 silly get     via: '1.1 varnish',
+670 silly get     'cache-control': 'max-age=300',
+670 silly get     etag: '"A6APATMKGAWT16SSARJSIFFQD"',
+670 silly get     age: '193',
+670 silly get     connection: 'keep-alive',
+670 silly get     'x-served-by': 'cache-sin6921-SIN',
+670 silly get     'x-cache': 'HIT',
+670 silly get     'x-cache-hits': '10',
+670 silly get     'x-timer': 'S1470634904.920194,VS0,VE0',
+670 silly get     vary: 'Accept-Encoding' } ]
+671 verbose etag https://registry.npmjs.org/is-typedarray from cache
+672 verbose get saving is-typedarray to /home/adhisimon/.npm/registry.npmjs.org/is-typedarray/.cache.json
+673 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+674 verbose get https://registry.npmjs.org/qs not expired, no request
+675 silly addNameRange number 2 { name: 'qs', range: '>=5.2.0 <5.3.0', hasData: true }
+676 silly addNameRange versions [ 'qs',
+676 silly addNameRange   [ '0.0.1',
+676 silly addNameRange     '0.0.2',
+676 silly addNameRange     '0.0.3',
+676 silly addNameRange     '0.0.4',
+676 silly addNameRange     '0.0.5',
+676 silly addNameRange     '0.0.6',
+676 silly addNameRange     '0.0.7',
+676 silly addNameRange     '0.1.0',
+676 silly addNameRange     '0.2.0',
+676 silly addNameRange     '0.3.0',
+676 silly addNameRange     '0.3.1',
+676 silly addNameRange     '0.3.2',
+676 silly addNameRange     '0.4.0',
+676 silly addNameRange     '0.4.1',
+676 silly addNameRange     '0.4.2',
+676 silly addNameRange     '0.5.0',
+676 silly addNameRange     '0.5.1',
+676 silly addNameRange     '0.5.2',
+676 silly addNameRange     '0.5.3',
+676 silly addNameRange     '0.5.4',
+676 silly addNameRange     '0.5.5',
+676 silly addNameRange     '0.5.6',
+676 silly addNameRange     '0.6.0',
+676 silly addNameRange     '0.6.1',
+676 silly addNameRange     '0.6.2',
+676 silly addNameRange     '0.6.3',
+676 silly addNameRange     '0.6.4',
+676 silly addNameRange     '0.6.5',
+676 silly addNameRange     '0.6.6',
+676 silly addNameRange     '1.0.0',
+676 silly addNameRange     '1.0.1',
+676 silly addNameRange     '1.0.2',
+676 silly addNameRange     '1.1.0',
+676 silly addNameRange     '1.2.0',
+676 silly addNameRange     '1.2.1',
+676 silly addNameRange     '1.2.2',
+676 silly addNameRange     '2.0.0',
+676 silly addNameRange     '2.1.0',
+676 silly addNameRange     '2.2.0',
+676 silly addNameRange     '2.2.1',
+676 silly addNameRange     '2.2.2',
+676 silly addNameRange     '2.2.3',
+676 silly addNameRange     '2.2.4',
+676 silly addNameRange     '2.2.5',
+676 silly addNameRange     '2.3.0',
+676 silly addNameRange     '2.3.1',
+676 silly addNameRange     '2.3.2',
+676 silly addNameRange     '2.3.3',
+676 silly addNameRange     '2.4.0',
+676 silly addNameRange     '2.4.1',
+676 silly addNameRange     '2.4.2',
+676 silly addNameRange     '3.0.0',
+676 silly addNameRange     '3.1.0',
+676 silly addNameRange     '4.0.0',
+676 silly addNameRange     '5.0.0',
+676 silly addNameRange     '5.1.0',
+676 silly addNameRange     '5.2.0',
+676 silly addNameRange     '6.0.0',
+676 silly addNameRange     '6.0.1',
+676 silly addNameRange     '6.0.2',
+676 silly addNameRange     '6.1.0',
+676 silly addNameRange     '6.2.0',
+676 silly addNameRange     '5.2.1',
+676 silly addNameRange     '6.2.1' ] ]
+677 silly addNamed qs@5.2.1
+678 verbose addNamed "5.2.1" is a plain semver version for qs
+679 verbose get https://registry.npmjs.org/extend not expired, no request
+680 silly addNameRange number 2 { name: 'extend', range: '>=3.0.0 <3.1.0', hasData: true }
+681 silly addNameRange versions [ 'extend',
+681 silly addNameRange   [ '1.0.0',
+681 silly addNameRange     '1.1.0',
+681 silly addNameRange     '1.1.1',
+681 silly addNameRange     '1.1.3',
+681 silly addNameRange     '1.2.0',
+681 silly addNameRange     '1.2.1',
+681 silly addNameRange     '1.3.0',
+681 silly addNameRange     '2.0.0',
+681 silly addNameRange     '2.0.1',
+681 silly addNameRange     '3.0.0' ] ]
+682 silly addNamed extend@3.0.0
+683 verbose addNamed "3.0.0" is a plain semver version for extend
+684 verbose get https://registry.npmjs.org/bl not expired, no request
+685 silly addNameRange number 2 { name: 'bl', range: '>=1.0.0 <1.1.0', hasData: true }
+686 silly addNameRange versions [ 'bl',
+686 silly addNameRange   [ '0.0.0',
+686 silly addNameRange     '0.1.0',
+686 silly addNameRange     '0.1.1',
+686 silly addNameRange     '0.2.0',
+686 silly addNameRange     '0.3.0',
+686 silly addNameRange     '0.4.0',
+686 silly addNameRange     '0.4.1',
+686 silly addNameRange     '0.4.2',
+686 silly addNameRange     '0.5.0',
+686 silly addNameRange     '0.6.0',
+686 silly addNameRange     '0.7.0',
+686 silly addNameRange     '0.8.0',
+686 silly addNameRange     '0.8.1',
+686 silly addNameRange     '0.8.2',
+686 silly addNameRange     '0.9.0',
+686 silly addNameRange     '0.9.1',
+686 silly addNameRange     '0.9.2',
+686 silly addNameRange     '0.9.3',
+686 silly addNameRange     '0.9.4',
+686 silly addNameRange     '1.0.0',
+686 silly addNameRange     '1.0.1',
+686 silly addNameRange     '0.9.5',
+686 silly addNameRange     '1.0.2',
+686 silly addNameRange     '1.0.3',
+686 silly addNameRange     '1.1.1',
+686 silly addNameRange     '1.1.2' ] ]
+687 silly addNamed bl@1.0.3
+688 verbose addNamed "1.0.3" is a plain semver version for bl
+689 silly mapToRegistry name qs
+690 silly mapToRegistry using default registry
+691 silly mapToRegistry registry https://registry.npmjs.org/
+692 silly mapToRegistry data Result {
+692 silly mapToRegistry   raw: 'qs',
+692 silly mapToRegistry   scope: null,
+692 silly mapToRegistry   name: 'qs',
+692 silly mapToRegistry   rawSpec: '',
+692 silly mapToRegistry   spec: 'latest',
+692 silly mapToRegistry   type: 'tag' }
+693 silly mapToRegistry uri https://registry.npmjs.org/qs
+694 verbose addRemoteTarball https://registry.npmjs.org/qs/-/qs-5.2.1.tgz not in flight; adding
+695 verbose addRemoteTarball [ 'https://registry.npmjs.org/qs/-/qs-5.2.1.tgz',
+695 verbose addRemoteTarball   '801fee030e0b9450d6385adc48a4cc55b44aedfc' ]
+696 http 304 https://registry.npmjs.org/oauth-sign
+697 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+697 verbose headers   via: '1.1 varnish',
+697 verbose headers   'cache-control': 'max-age=300',
+697 verbose headers   etag: '"BXTPOW738JUGJYOJ1O894E3R3"',
+697 verbose headers   age: '106',
+697 verbose headers   connection: 'keep-alive',
+697 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+697 verbose headers   'x-cache': 'HIT',
+697 verbose headers   'x-cache-hits': '15',
+697 verbose headers   'x-timer': 'S1470634904.964485,VS0,VE0',
+697 verbose headers   vary: 'Accept-Encoding' }
+698 silly get cb [ 304,
+698 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+698 silly get     via: '1.1 varnish',
+698 silly get     'cache-control': 'max-age=300',
+698 silly get     etag: '"BXTPOW738JUGJYOJ1O894E3R3"',
+698 silly get     age: '106',
+698 silly get     connection: 'keep-alive',
+698 silly get     'x-served-by': 'cache-sin6926-SIN',
+698 silly get     'x-cache': 'HIT',
+698 silly get     'x-cache-hits': '15',
+698 silly get     'x-timer': 'S1470634904.964485,VS0,VE0',
+698 silly get     vary: 'Accept-Encoding' } ]
+699 verbose etag https://registry.npmjs.org/oauth-sign from cache
+700 verbose get saving oauth-sign to /home/adhisimon/.npm/registry.npmjs.org/oauth-sign/.cache.json
+701 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+702 http 304 https://registry.npmjs.org/hawk
+703 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+703 verbose headers   via: '1.1 varnish',
+703 verbose headers   'cache-control': 'max-age=300',
+703 verbose headers   etag: '"3SGNO85Q940W1OVFRUPNP0TKV"',
+703 verbose headers   age: '106',
+703 verbose headers   connection: 'keep-alive',
+703 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+703 verbose headers   'x-cache': 'HIT',
+703 verbose headers   'x-cache-hits': '7',
+703 verbose headers   'x-timer': 'S1470634904.974003,VS0,VE0',
+703 verbose headers   vary: 'Accept-Encoding' }
+704 silly get cb [ 304,
+704 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+704 silly get     via: '1.1 varnish',
+704 silly get     'cache-control': 'max-age=300',
+704 silly get     etag: '"3SGNO85Q940W1OVFRUPNP0TKV"',
+704 silly get     age: '106',
+704 silly get     connection: 'keep-alive',
+704 silly get     'x-served-by': 'cache-sin6926-SIN',
+704 silly get     'x-cache': 'HIT',
+704 silly get     'x-cache-hits': '7',
+704 silly get     'x-timer': 'S1470634904.974003,VS0,VE0',
+704 silly get     vary: 'Accept-Encoding' } ]
+705 verbose etag https://registry.npmjs.org/hawk from cache
+706 verbose get saving hawk to /home/adhisimon/.npm/registry.npmjs.org/hawk/.cache.json
+707 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+708 http 304 https://registry.npmjs.org/tough-cookie
+709 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+709 verbose headers   via: '1.1 varnish',
+709 verbose headers   'cache-control': 'max-age=300',
+709 verbose headers   etag: '"DOZ90NCFDYMUFZBGZCRPXQLZO"',
+709 verbose headers   age: '10',
+709 verbose headers   connection: 'keep-alive',
+709 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+709 verbose headers   'x-cache': 'HIT',
+709 verbose headers   'x-cache-hits': '2',
+709 verbose headers   'x-timer': 'S1470634904.976425,VS0,VE0',
+709 verbose headers   vary: 'Accept-Encoding' }
+710 silly get cb [ 304,
+710 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+710 silly get     via: '1.1 varnish',
+710 silly get     'cache-control': 'max-age=300',
+710 silly get     etag: '"DOZ90NCFDYMUFZBGZCRPXQLZO"',
+710 silly get     age: '10',
+710 silly get     connection: 'keep-alive',
+710 silly get     'x-served-by': 'cache-sin6926-SIN',
+710 silly get     'x-cache': 'HIT',
+710 silly get     'x-cache-hits': '2',
+710 silly get     'x-timer': 'S1470634904.976425,VS0,VE0',
+710 silly get     vary: 'Accept-Encoding' } ]
+711 verbose etag https://registry.npmjs.org/tough-cookie from cache
+712 verbose get saving tough-cookie to /home/adhisimon/.npm/registry.npmjs.org/tough-cookie/.cache.json
+713 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+714 http 304 https://registry.npmjs.org/tunnel-agent
+715 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+715 verbose headers   via: '1.1 varnish',
+715 verbose headers   'cache-control': 'max-age=300',
+715 verbose headers   etag: '"5HRM6T6UFH8OOJSD1CB6G3358"',
+715 verbose headers   age: '55',
+715 verbose headers   connection: 'keep-alive',
+715 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+715 verbose headers   'x-cache': 'HIT',
+715 verbose headers   'x-cache-hits': '4',
+715 verbose headers   'x-timer': 'S1470634904.979410,VS0,VE0',
+715 verbose headers   vary: 'Accept-Encoding' }
+716 silly get cb [ 304,
+716 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+716 silly get     via: '1.1 varnish',
+716 silly get     'cache-control': 'max-age=300',
+716 silly get     etag: '"5HRM6T6UFH8OOJSD1CB6G3358"',
+716 silly get     age: '55',
+716 silly get     connection: 'keep-alive',
+716 silly get     'x-served-by': 'cache-sin6921-SIN',
+716 silly get     'x-cache': 'HIT',
+716 silly get     'x-cache-hits': '4',
+716 silly get     'x-timer': 'S1470634904.979410,VS0,VE0',
+716 silly get     vary: 'Accept-Encoding' } ]
+717 verbose etag https://registry.npmjs.org/tunnel-agent from cache
+718 verbose get saving tunnel-agent to /home/adhisimon/.npm/registry.npmjs.org/tunnel-agent/.cache.json
+719 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+720 http 304 https://registry.npmjs.org/combined-stream
+721 verbose headers { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+721 verbose headers   via: '1.1 varnish',
+721 verbose headers   'cache-control': 'max-age=300',
+721 verbose headers   etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
+721 verbose headers   age: '105',
+721 verbose headers   connection: 'keep-alive',
+721 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+721 verbose headers   'x-cache': 'HIT',
+721 verbose headers   'x-cache-hits': '10',
+721 verbose headers   'x-timer': 'S1470634904.981867,VS0,VE0',
+721 verbose headers   vary: 'Accept-Encoding' }
+722 silly get cb [ 304,
+722 silly get   { date: 'Mon, 08 Aug 2016 05:41:44 GMT',
+722 silly get     via: '1.1 varnish',
+722 silly get     'cache-control': 'max-age=300',
+722 silly get     etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
+722 silly get     age: '105',
+722 silly get     connection: 'keep-alive',
+722 silly get     'x-served-by': 'cache-sin6921-SIN',
+722 silly get     'x-cache': 'HIT',
+722 silly get     'x-cache-hits': '10',
+722 silly get     'x-timer': 'S1470634904.981867,VS0,VE0',
+722 silly get     vary: 'Accept-Encoding' } ]
+723 verbose etag https://registry.npmjs.org/combined-stream from cache
+724 verbose get saving combined-stream to /home/adhisimon/.npm/registry.npmjs.org/combined-stream/.cache.json
+725 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+726 verbose get https://registry.npmjs.org/caseless not expired, no request
+727 silly addNameRange number 2 { name: 'caseless', range: '>=0.11.0 <0.12.0', hasData: true }
+728 silly addNameRange versions [ 'caseless',
+728 silly addNameRange   [ '0.1.0',
+728 silly addNameRange     '0.2.0',
+728 silly addNameRange     '0.3.0',
+728 silly addNameRange     '0.4.0',
+728 silly addNameRange     '0.5.0',
+728 silly addNameRange     '0.6.0',
+728 silly addNameRange     '0.7.0',
+728 silly addNameRange     '0.8.0',
+728 silly addNameRange     '0.9.0',
+728 silly addNameRange     '0.10.0',
+728 silly addNameRange     '0.11.0' ] ]
+729 silly addNamed caseless@0.11.0
+730 verbose addNamed "0.11.0" is a plain semver version for caseless
+731 verbose get https://registry.npmjs.org/form-data not expired, no request
+732 silly addNameRange number 2 { name: 'form-data', range: '>=1.0.0-rc3 <1.1.0', hasData: true }
+733 silly addNameRange versions [ 'form-data',
+733 silly addNameRange   [ '0.0.0',
+733 silly addNameRange     '0.0.2',
+733 silly addNameRange     '0.0.3',
+733 silly addNameRange     '0.0.4',
+733 silly addNameRange     '0.0.5',
+733 silly addNameRange     '0.0.6',
+733 silly addNameRange     '0.0.7',
+733 silly addNameRange     '0.0.8',
+733 silly addNameRange     '0.0.9',
+733 silly addNameRange     '0.0.10',
+733 silly addNameRange     '0.1.0',
+733 silly addNameRange     '0.1.1',
+733 silly addNameRange     '0.1.2',
+733 silly addNameRange     '0.1.3',
+733 silly addNameRange     '0.1.4',
+733 silly addNameRange     '0.2.0',
+733 silly addNameRange     '1.0.0-rc1',
+733 silly addNameRange     '1.0.0-rc2',
+733 silly addNameRange     '1.0.0-rc3',
+733 silly addNameRange     '1.0.0-rc4' ] ]
+734 silly addNamed form-data@1.0.0-rc4
+735 verbose addNamed "1.0.0-rc4" is a plain semver version for form-data
+736 verbose get https://registry.npmjs.org/forever-agent not expired, no request
+737 silly addNameRange number 2 { name: 'forever-agent', range: '>=0.6.1 <0.7.0', hasData: true }
+738 silly addNameRange versions [ 'forever-agent',
+738 silly addNameRange   [ '0.2.0', '0.3.0', '0.4.0', '0.5.0', '0.5.2', '0.6.0', '0.6.1' ] ]
+739 silly addNamed forever-agent@0.6.1
+740 verbose addNamed "0.6.1" is a plain semver version for forever-agent
+741 info retry fetch attempt 1 at 12:41:45
+742 info attempt registry request try #1 at 12:41:45
+743 http fetch GET https://registry.npmjs.org/qs/-/qs-5.2.1.tgz
+744 verbose get https://registry.npmjs.org/json-stringify-safe not expired, no request
+745 silly addNameRange number 2 { name: 'json-stringify-safe',
+745 silly addNameRange   range: '>=5.0.1 <5.1.0',
+745 silly addNameRange   hasData: true }
+746 silly addNameRange versions [ 'json-stringify-safe',
+746 silly addNameRange   [ '2.0.0', '3.0.0', '4.0.0', '5.0.0', '5.0.1' ] ]
+747 silly addNamed json-stringify-safe@5.0.1
+748 verbose addNamed "5.0.1" is a plain semver version for json-stringify-safe
+749 silly resolveWithNewModule stringstream@0.0.5 checking installable status
+750 silly cache add args [ 'stringstream@~0.0.4', null ]
+751 verbose cache add spec stringstream@~0.0.4
+752 silly cache add parsed spec Result {
+752 silly cache add   raw: 'stringstream@~0.0.4',
+752 silly cache add   scope: null,
+752 silly cache add   name: 'stringstream',
+752 silly cache add   rawSpec: '~0.0.4',
+752 silly cache add   spec: '>=0.0.4 <0.1.0',
+752 silly cache add   type: 'range' }
+753 silly addNamed stringstream@>=0.0.4 <0.1.0
+754 verbose addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
+755 silly addNameRange { name: 'stringstream', range: '>=0.0.4 <0.1.0', hasData: false }
+756 silly mapToRegistry name stringstream
+757 silly mapToRegistry using default registry
+758 silly mapToRegistry registry https://registry.npmjs.org/
+759 silly mapToRegistry data Result {
+759 silly mapToRegistry   raw: 'stringstream',
+759 silly mapToRegistry   scope: null,
+759 silly mapToRegistry   name: 'stringstream',
+759 silly mapToRegistry   rawSpec: '',
+759 silly mapToRegistry   spec: 'latest',
+759 silly mapToRegistry   type: 'tag' }
+760 silly mapToRegistry uri https://registry.npmjs.org/stringstream
+761 verbose addNameRange registry:https://registry.npmjs.org/stringstream not in flight; fetching
+762 silly resolveWithNewModule node-uuid@1.4.7 checking installable status
+763 silly cache add args [ 'node-uuid@~1.4.7', null ]
+764 verbose cache add spec node-uuid@~1.4.7
+765 silly cache add parsed spec Result {
+765 silly cache add   raw: 'node-uuid@~1.4.7',
+765 silly cache add   scope: null,
+765 silly cache add   name: 'node-uuid',
+765 silly cache add   rawSpec: '~1.4.7',
+765 silly cache add   spec: '>=1.4.7 <1.5.0',
+765 silly cache add   type: 'range' }
+766 silly addNamed node-uuid@>=1.4.7 <1.5.0
+767 verbose addNamed ">=1.4.7 <1.5.0" is a valid semver range for node-uuid
+768 silly addNameRange { name: 'node-uuid', range: '>=1.4.7 <1.5.0', hasData: false }
+769 silly mapToRegistry name node-uuid
+770 silly mapToRegistry using default registry
+771 silly mapToRegistry registry https://registry.npmjs.org/
+772 silly mapToRegistry data Result {
+772 silly mapToRegistry   raw: 'node-uuid',
+772 silly mapToRegistry   scope: null,
+772 silly mapToRegistry   name: 'node-uuid',
+772 silly mapToRegistry   rawSpec: '',
+772 silly mapToRegistry   spec: 'latest',
+772 silly mapToRegistry   type: 'tag' }
+773 silly mapToRegistry uri https://registry.npmjs.org/node-uuid
+774 verbose addNameRange registry:https://registry.npmjs.org/node-uuid not in flight; fetching
+775 http 304 https://registry.npmjs.org/aws-sign2
+776 verbose headers { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+776 verbose headers   via: '1.1 varnish',
+776 verbose headers   'cache-control': 'max-age=300',
+776 verbose headers   etag: '"27R48E29FV1E9H5GP3QGA5YV3"',
+776 verbose headers   age: '11',
+776 verbose headers   connection: 'keep-alive',
+776 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+776 verbose headers   'x-cache': 'HIT',
+776 verbose headers   'x-cache-hits': '73',
+776 verbose headers   'x-timer': 'S1470634905.013122,VS0,VE0',
+776 verbose headers   vary: 'Accept-Encoding' }
+777 silly get cb [ 304,
+777 silly get   { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+777 silly get     via: '1.1 varnish',
+777 silly get     'cache-control': 'max-age=300',
+777 silly get     etag: '"27R48E29FV1E9H5GP3QGA5YV3"',
+777 silly get     age: '11',
+777 silly get     connection: 'keep-alive',
+777 silly get     'x-served-by': 'cache-sin6920-SIN',
+777 silly get     'x-cache': 'HIT',
+777 silly get     'x-cache-hits': '73',
+777 silly get     'x-timer': 'S1470634905.013122,VS0,VE0',
+777 silly get     vary: 'Accept-Encoding' } ]
+778 verbose etag https://registry.npmjs.org/aws-sign2 from cache
+779 verbose get saving aws-sign2 to /home/adhisimon/.npm/registry.npmjs.org/aws-sign2/.cache.json
+780 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+781 http 304 https://registry.npmjs.org/http-signature
+782 verbose headers { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+782 verbose headers   via: '1.1 varnish',
+782 verbose headers   'cache-control': 'max-age=300',
+782 verbose headers   etag: '"AO4A0V3S2MXKLI8XA4ZKKG153"',
+782 verbose headers   age: '21',
+782 verbose headers   connection: 'keep-alive',
+782 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+782 verbose headers   'x-cache': 'HIT',
+782 verbose headers   'x-cache-hits': '2',
+782 verbose headers   'x-timer': 'S1470634905.017582,VS0,VE0',
+782 verbose headers   vary: 'Accept-Encoding' }
+783 silly get cb [ 304,
+783 silly get   { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+783 silly get     via: '1.1 varnish',
+783 silly get     'cache-control': 'max-age=300',
+783 silly get     etag: '"AO4A0V3S2MXKLI8XA4ZKKG153"',
+783 silly get     age: '21',
+783 silly get     connection: 'keep-alive',
+783 silly get     'x-served-by': 'cache-sin6927-SIN',
+783 silly get     'x-cache': 'HIT',
+783 silly get     'x-cache-hits': '2',
+783 silly get     'x-timer': 'S1470634905.017582,VS0,VE0',
+783 silly get     vary: 'Accept-Encoding' } ]
+784 verbose etag https://registry.npmjs.org/http-signature from cache
+785 verbose get saving http-signature to /home/adhisimon/.npm/registry.npmjs.org/http-signature/.cache.json
+786 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+787 http 304 https://registry.npmjs.org/isstream
+788 verbose headers { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+788 verbose headers   via: '1.1 varnish',
+788 verbose headers   'cache-control': 'max-age=300',
+788 verbose headers   etag: '"8O5QEBWRLEEVTLWX7C69F3IPM"',
+788 verbose headers   age: '26',
+788 verbose headers   connection: 'keep-alive',
+788 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+788 verbose headers   'x-cache': 'HIT',
+788 verbose headers   'x-cache-hits': '3',
+788 verbose headers   'x-timer': 'S1470634905.025876,VS0,VE0',
+788 verbose headers   vary: 'Accept-Encoding' }
+789 silly get cb [ 304,
+789 silly get   { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+789 silly get     via: '1.1 varnish',
+789 silly get     'cache-control': 'max-age=300',
+789 silly get     etag: '"8O5QEBWRLEEVTLWX7C69F3IPM"',
+789 silly get     age: '26',
+789 silly get     connection: 'keep-alive',
+789 silly get     'x-served-by': 'cache-sin6927-SIN',
+789 silly get     'x-cache': 'HIT',
+789 silly get     'x-cache-hits': '3',
+789 silly get     'x-timer': 'S1470634905.025876,VS0,VE0',
+789 silly get     vary: 'Accept-Encoding' } ]
+790 verbose etag https://registry.npmjs.org/isstream from cache
+791 verbose get saving isstream to /home/adhisimon/.npm/registry.npmjs.org/isstream/.cache.json
+792 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+793 http 304 https://registry.npmjs.org/har-validator
+794 verbose headers { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+794 verbose headers   via: '1.1 varnish',
+794 verbose headers   'cache-control': 'max-age=300',
+794 verbose headers   etag: '"E24Z34QP46JL55KHDGBFOCAFD"',
+794 verbose headers   age: '27',
+794 verbose headers   connection: 'keep-alive',
+794 verbose headers   'x-served-by': 'cache-sin6924-SIN',
+794 verbose headers   'x-cache': 'HIT',
+794 verbose headers   'x-cache-hits': '3',
+794 verbose headers   'x-timer': 'S1470634905.024878,VS0,VE0',
+794 verbose headers   vary: 'Accept-Encoding' }
+795 silly get cb [ 304,
+795 silly get   { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+795 silly get     via: '1.1 varnish',
+795 silly get     'cache-control': 'max-age=300',
+795 silly get     etag: '"E24Z34QP46JL55KHDGBFOCAFD"',
+795 silly get     age: '27',
+795 silly get     connection: 'keep-alive',
+795 silly get     'x-served-by': 'cache-sin6924-SIN',
+795 silly get     'x-cache': 'HIT',
+795 silly get     'x-cache-hits': '3',
+795 silly get     'x-timer': 'S1470634905.024878,VS0,VE0',
+795 silly get     vary: 'Accept-Encoding' } ]
+796 verbose etag https://registry.npmjs.org/har-validator from cache
+797 verbose get saving har-validator to /home/adhisimon/.npm/registry.npmjs.org/har-validator/.cache.json
+798 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+799 silly cache afterAdd extend@3.0.0
+800 verbose afterAdd /home/adhisimon/.npm/extend/3.0.0/package/package.json not in flight; writing
+801 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+802 silly cache afterAdd bl@1.0.3
+803 verbose afterAdd /home/adhisimon/.npm/bl/1.0.3/package/package.json not in flight; writing
+804 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+805 silly resolveWithNewModule is-typedarray@1.0.0 checking installable status
+806 silly cache add args [ 'is-typedarray@~1.0.0', null ]
+807 verbose cache add spec is-typedarray@~1.0.0
+808 silly cache add parsed spec Result {
+808 silly cache add   raw: 'is-typedarray@~1.0.0',
+808 silly cache add   scope: null,
+808 silly cache add   name: 'is-typedarray',
+808 silly cache add   rawSpec: '~1.0.0',
+808 silly cache add   spec: '>=1.0.0 <1.1.0',
+808 silly cache add   type: 'range' }
+809 silly addNamed is-typedarray@>=1.0.0 <1.1.0
+810 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for is-typedarray
+811 silly addNameRange { name: 'is-typedarray',
+811 silly addNameRange   range: '>=1.0.0 <1.1.0',
+811 silly addNameRange   hasData: false }
+812 silly mapToRegistry name is-typedarray
+813 silly mapToRegistry using default registry
+814 silly mapToRegistry registry https://registry.npmjs.org/
+815 silly mapToRegistry data Result {
+815 silly mapToRegistry   raw: 'is-typedarray',
+815 silly mapToRegistry   scope: null,
+815 silly mapToRegistry   name: 'is-typedarray',
+815 silly mapToRegistry   rawSpec: '',
+815 silly mapToRegistry   spec: 'latest',
+815 silly mapToRegistry   type: 'tag' }
+816 silly mapToRegistry uri https://registry.npmjs.org/is-typedarray
+817 verbose addNameRange registry:https://registry.npmjs.org/is-typedarray not in flight; fetching
+818 silly cache afterAdd forever-agent@0.6.1
+819 verbose afterAdd /home/adhisimon/.npm/forever-agent/0.6.1/package/package.json not in flight; writing
+820 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+821 silly cache afterAdd caseless@0.11.0
+822 verbose afterAdd /home/adhisimon/.npm/caseless/0.11.0/package/package.json not in flight; writing
+823 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+824 verbose get https://registry.npmjs.org/stringstream not expired, no request
+825 silly addNameRange number 2 { name: 'stringstream', range: '>=0.0.4 <0.1.0', hasData: true }
+826 silly addNameRange versions [ 'stringstream',
+826 silly addNameRange   [ '0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5' ] ]
+827 silly addNamed stringstream@0.0.5
+828 verbose addNamed "0.0.5" is a plain semver version for stringstream
+829 silly resolveWithNewModule oauth-sign@0.8.2 checking installable status
+830 silly cache add args [ 'oauth-sign@~0.8.0', null ]
+831 verbose cache add spec oauth-sign@~0.8.0
+832 silly cache add parsed spec Result {
+832 silly cache add   raw: 'oauth-sign@~0.8.0',
+832 silly cache add   scope: null,
+832 silly cache add   name: 'oauth-sign',
+832 silly cache add   rawSpec: '~0.8.0',
+832 silly cache add   spec: '>=0.8.0 <0.9.0',
+832 silly cache add   type: 'range' }
+833 silly addNamed oauth-sign@>=0.8.0 <0.9.0
+834 verbose addNamed ">=0.8.0 <0.9.0" is a valid semver range for oauth-sign
+835 silly addNameRange { name: 'oauth-sign', range: '>=0.8.0 <0.9.0', hasData: false }
+836 silly mapToRegistry name oauth-sign
+837 silly mapToRegistry using default registry
+838 silly mapToRegistry registry https://registry.npmjs.org/
+839 silly mapToRegistry data Result {
+839 silly mapToRegistry   raw: 'oauth-sign',
+839 silly mapToRegistry   scope: null,
+839 silly mapToRegistry   name: 'oauth-sign',
+839 silly mapToRegistry   rawSpec: '',
+839 silly mapToRegistry   spec: 'latest',
+839 silly mapToRegistry   type: 'tag' }
+840 silly mapToRegistry uri https://registry.npmjs.org/oauth-sign
+841 verbose addNameRange registry:https://registry.npmjs.org/oauth-sign not in flight; fetching
+842 silly resolveWithNewModule hawk@3.1.3 checking installable status
+843 silly cache add args [ 'hawk@~3.1.0', null ]
+844 verbose cache add spec hawk@~3.1.0
+845 silly cache add parsed spec Result {
+845 silly cache add   raw: 'hawk@~3.1.0',
+845 silly cache add   scope: null,
+845 silly cache add   name: 'hawk',
+845 silly cache add   rawSpec: '~3.1.0',
+845 silly cache add   spec: '>=3.1.0 <3.2.0',
+845 silly cache add   type: 'range' }
+846 silly addNamed hawk@>=3.1.0 <3.2.0
+847 verbose addNamed ">=3.1.0 <3.2.0" is a valid semver range for hawk
+848 silly addNameRange { name: 'hawk', range: '>=3.1.0 <3.2.0', hasData: false }
+849 silly mapToRegistry name hawk
+850 silly mapToRegistry using default registry
+851 silly mapToRegistry registry https://registry.npmjs.org/
+852 silly mapToRegistry data Result {
+852 silly mapToRegistry   raw: 'hawk',
+852 silly mapToRegistry   scope: null,
+852 silly mapToRegistry   name: 'hawk',
+852 silly mapToRegistry   rawSpec: '',
+852 silly mapToRegistry   spec: 'latest',
+852 silly mapToRegistry   type: 'tag' }
+853 silly mapToRegistry uri https://registry.npmjs.org/hawk
+854 verbose addNameRange registry:https://registry.npmjs.org/hawk not in flight; fetching
+855 http fetch 200 https://registry.npmjs.org/qs/-/qs-5.2.1.tgz
+856 silly resolveWithNewModule tough-cookie@2.2.2 checking installable status
+857 silly cache add args [ 'tough-cookie@~2.2.0', null ]
+858 verbose cache add spec tough-cookie@~2.2.0
+859 silly cache add parsed spec Result {
+859 silly cache add   raw: 'tough-cookie@~2.2.0',
+859 silly cache add   scope: null,
+859 silly cache add   name: 'tough-cookie',
+859 silly cache add   rawSpec: '~2.2.0',
+859 silly cache add   spec: '>=2.2.0 <2.3.0',
+859 silly cache add   type: 'range' }
+860 silly addNamed tough-cookie@>=2.2.0 <2.3.0
+861 verbose addNamed ">=2.2.0 <2.3.0" is a valid semver range for tough-cookie
+862 silly addNameRange { name: 'tough-cookie', range: '>=2.2.0 <2.3.0', hasData: false }
+863 silly mapToRegistry name tough-cookie
+864 silly mapToRegistry using default registry
+865 silly mapToRegistry registry https://registry.npmjs.org/
+866 silly mapToRegistry data Result {
+866 silly mapToRegistry   raw: 'tough-cookie',
+866 silly mapToRegistry   scope: null,
+866 silly mapToRegistry   name: 'tough-cookie',
+866 silly mapToRegistry   rawSpec: '',
+866 silly mapToRegistry   spec: 'latest',
+866 silly mapToRegistry   type: 'tag' }
+867 silly mapToRegistry uri https://registry.npmjs.org/tough-cookie
+868 verbose addNameRange registry:https://registry.npmjs.org/tough-cookie not in flight; fetching
+869 silly cache afterAdd json-stringify-safe@5.0.1
+870 verbose afterAdd /home/adhisimon/.npm/json-stringify-safe/5.0.1/package/package.json not in flight; writing
+871 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+872 verbose get https://registry.npmjs.org/node-uuid not expired, no request
+873 silly addNameRange number 2 { name: 'node-uuid', range: '>=1.4.7 <1.5.0', hasData: true }
+874 silly addNameRange versions [ 'node-uuid',
+874 silly addNameRange   [ '1.2.0',
+874 silly addNameRange     '1.3.0',
+874 silly addNameRange     '1.3.1',
+874 silly addNameRange     '1.3.2',
+874 silly addNameRange     '1.1.0',
+874 silly addNameRange     '1.0.0',
+874 silly addNameRange     '1.3.3',
+874 silly addNameRange     '1.4.0',
+874 silly addNameRange     '1.4.1',
+874 silly addNameRange     '1.4.2',
+874 silly addNameRange     '1.4.3',
+874 silly addNameRange     '1.4.6',
+874 silly addNameRange     '1.4.7' ] ]
+875 silly addNamed node-uuid@1.4.7
+876 verbose addNamed "1.4.7" is a plain semver version for node-uuid
+877 silly resolveWithNewModule combined-stream@1.0.5 checking installable status
+878 silly cache add args [ 'combined-stream@~1.0.5', null ]
+879 verbose cache add spec combined-stream@~1.0.5
+880 silly cache add parsed spec Result {
+880 silly cache add   raw: 'combined-stream@~1.0.5',
+880 silly cache add   scope: null,
+880 silly cache add   name: 'combined-stream',
+880 silly cache add   rawSpec: '~1.0.5',
+880 silly cache add   spec: '>=1.0.5 <1.1.0',
+880 silly cache add   type: 'range' }
+881 silly addNamed combined-stream@>=1.0.5 <1.1.0
+882 verbose addNamed ">=1.0.5 <1.1.0" is a valid semver range for combined-stream
+883 silly addNameRange { name: 'combined-stream',
+883 silly addNameRange   range: '>=1.0.5 <1.1.0',
+883 silly addNameRange   hasData: false }
+884 silly mapToRegistry name combined-stream
+885 silly mapToRegistry using default registry
+886 silly mapToRegistry registry https://registry.npmjs.org/
+887 silly mapToRegistry data Result {
+887 silly mapToRegistry   raw: 'combined-stream',
+887 silly mapToRegistry   scope: null,
+887 silly mapToRegistry   name: 'combined-stream',
+887 silly mapToRegistry   rawSpec: '',
+887 silly mapToRegistry   spec: 'latest',
+887 silly mapToRegistry   type: 'tag' }
+888 silly mapToRegistry uri https://registry.npmjs.org/combined-stream
+889 verbose addNameRange registry:https://registry.npmjs.org/combined-stream not in flight; fetching
+890 silly resolveWithNewModule tunnel-agent@0.4.3 checking installable status
+891 silly cache add args [ 'tunnel-agent@~0.4.1', null ]
+892 verbose cache add spec tunnel-agent@~0.4.1
+893 silly cache add parsed spec Result {
+893 silly cache add   raw: 'tunnel-agent@~0.4.1',
+893 silly cache add   scope: null,
+893 silly cache add   name: 'tunnel-agent',
+893 silly cache add   rawSpec: '~0.4.1',
+893 silly cache add   spec: '>=0.4.1 <0.5.0',
+893 silly cache add   type: 'range' }
+894 silly addNamed tunnel-agent@>=0.4.1 <0.5.0
+895 verbose addNamed ">=0.4.1 <0.5.0" is a valid semver range for tunnel-agent
+896 silly addNameRange { name: 'tunnel-agent', range: '>=0.4.1 <0.5.0', hasData: false }
+897 silly mapToRegistry name tunnel-agent
+898 silly mapToRegistry using default registry
+899 silly mapToRegistry registry https://registry.npmjs.org/
+900 silly mapToRegistry data Result {
+900 silly mapToRegistry   raw: 'tunnel-agent',
+900 silly mapToRegistry   scope: null,
+900 silly mapToRegistry   name: 'tunnel-agent',
+900 silly mapToRegistry   rawSpec: '',
+900 silly mapToRegistry   spec: 'latest',
+900 silly mapToRegistry   type: 'tag' }
+901 silly mapToRegistry uri https://registry.npmjs.org/tunnel-agent
+902 verbose addNameRange registry:https://registry.npmjs.org/tunnel-agent not in flight; fetching
+903 silly cache afterAdd form-data@1.0.0-rc4
+904 verbose afterAdd /home/adhisimon/.npm/form-data/1.0.0-rc4/package/package.json not in flight; writing
+905 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+906 verbose afterAdd /home/adhisimon/.npm/extend/3.0.0/package/package.json written
+907 verbose afterAdd /home/adhisimon/.npm/bl/1.0.3/package/package.json written
+908 verbose get https://registry.npmjs.org/is-typedarray not expired, no request
+909 silly addNameRange number 2 { name: 'is-typedarray', range: '>=1.0.0 <1.1.0', hasData: true }
+910 silly addNameRange versions [ 'is-typedarray', [ '0.0.0', '1.0.0' ] ]
+911 silly addNamed is-typedarray@1.0.0
+912 verbose addNamed "1.0.0" is a plain semver version for is-typedarray
+913 silly resolveWithNewModule isstream@0.1.2 checking installable status
+914 silly cache add args [ 'isstream@~0.1.2', null ]
+915 verbose cache add spec isstream@~0.1.2
+916 silly cache add parsed spec Result {
+916 silly cache add   raw: 'isstream@~0.1.2',
+916 silly cache add   scope: null,
+916 silly cache add   name: 'isstream',
+916 silly cache add   rawSpec: '~0.1.2',
+916 silly cache add   spec: '>=0.1.2 <0.2.0',
+916 silly cache add   type: 'range' }
+917 silly addNamed isstream@>=0.1.2 <0.2.0
+918 verbose addNamed ">=0.1.2 <0.2.0" is a valid semver range for isstream
+919 silly addNameRange { name: 'isstream', range: '>=0.1.2 <0.2.0', hasData: false }
+920 silly mapToRegistry name isstream
+921 silly mapToRegistry using default registry
+922 silly mapToRegistry registry https://registry.npmjs.org/
+923 silly mapToRegistry data Result {
+923 silly mapToRegistry   raw: 'isstream',
+923 silly mapToRegistry   scope: null,
+923 silly mapToRegistry   name: 'isstream',
+923 silly mapToRegistry   rawSpec: '',
+923 silly mapToRegistry   spec: 'latest',
+923 silly mapToRegistry   type: 'tag' }
+924 silly mapToRegistry uri https://registry.npmjs.org/isstream
+925 verbose addNameRange registry:https://registry.npmjs.org/isstream not in flight; fetching
+926 silly resolveWithNewModule aws-sign2@0.6.0 checking installable status
+927 silly cache add args [ 'aws-sign2@~0.6.0', null ]
+928 verbose cache add spec aws-sign2@~0.6.0
+929 silly cache add parsed spec Result {
+929 silly cache add   raw: 'aws-sign2@~0.6.0',
+929 silly cache add   scope: null,
+929 silly cache add   name: 'aws-sign2',
+929 silly cache add   rawSpec: '~0.6.0',
+929 silly cache add   spec: '>=0.6.0 <0.7.0',
+929 silly cache add   type: 'range' }
+930 silly addNamed aws-sign2@>=0.6.0 <0.7.0
+931 verbose addNamed ">=0.6.0 <0.7.0" is a valid semver range for aws-sign2
+932 silly addNameRange { name: 'aws-sign2', range: '>=0.6.0 <0.7.0', hasData: false }
+933 silly mapToRegistry name aws-sign2
+934 silly mapToRegistry using default registry
+935 silly mapToRegistry registry https://registry.npmjs.org/
+936 silly mapToRegistry data Result {
+936 silly mapToRegistry   raw: 'aws-sign2',
+936 silly mapToRegistry   scope: null,
+936 silly mapToRegistry   name: 'aws-sign2',
+936 silly mapToRegistry   rawSpec: '',
+936 silly mapToRegistry   spec: 'latest',
+936 silly mapToRegistry   type: 'tag' }
+937 silly mapToRegistry uri https://registry.npmjs.org/aws-sign2
+938 verbose addNameRange registry:https://registry.npmjs.org/aws-sign2 not in flight; fetching
+939 silly resolveWithNewModule har-validator@2.0.6 checking installable status
+940 silly cache add args [ 'har-validator@~2.0.2', null ]
+941 verbose cache add spec har-validator@~2.0.2
+942 silly cache add parsed spec Result {
+942 silly cache add   raw: 'har-validator@~2.0.2',
+942 silly cache add   scope: null,
+942 silly cache add   name: 'har-validator',
+942 silly cache add   rawSpec: '~2.0.2',
+942 silly cache add   spec: '>=2.0.2 <2.1.0',
+942 silly cache add   type: 'range' }
+943 silly addNamed har-validator@>=2.0.2 <2.1.0
+944 verbose addNamed ">=2.0.2 <2.1.0" is a valid semver range for har-validator
+945 silly addNameRange { name: 'har-validator',
+945 silly addNameRange   range: '>=2.0.2 <2.1.0',
+945 silly addNameRange   hasData: false }
+946 silly mapToRegistry name har-validator
+947 silly mapToRegistry using default registry
+948 silly mapToRegistry registry https://registry.npmjs.org/
+949 silly mapToRegistry data Result {
+949 silly mapToRegistry   raw: 'har-validator',
+949 silly mapToRegistry   scope: null,
+949 silly mapToRegistry   name: 'har-validator',
+949 silly mapToRegistry   rawSpec: '',
+949 silly mapToRegistry   spec: 'latest',
+949 silly mapToRegistry   type: 'tag' }
+950 silly mapToRegistry uri https://registry.npmjs.org/har-validator
+951 verbose addNameRange registry:https://registry.npmjs.org/har-validator not in flight; fetching
+952 verbose afterAdd /home/adhisimon/.npm/forever-agent/0.6.1/package/package.json written
+953 verbose afterAdd /home/adhisimon/.npm/caseless/0.11.0/package/package.json written
+954 silly resolveWithNewModule http-signature@1.1.1 checking installable status
+955 silly cache add args [ 'http-signature@~1.1.0', null ]
+956 verbose cache add spec http-signature@~1.1.0
+957 silly cache add parsed spec Result {
+957 silly cache add   raw: 'http-signature@~1.1.0',
+957 silly cache add   scope: null,
+957 silly cache add   name: 'http-signature',
+957 silly cache add   rawSpec: '~1.1.0',
+957 silly cache add   spec: '>=1.1.0 <1.2.0',
+957 silly cache add   type: 'range' }
+958 silly addNamed http-signature@>=1.1.0 <1.2.0
+959 verbose addNamed ">=1.1.0 <1.2.0" is a valid semver range for http-signature
+960 silly addNameRange { name: 'http-signature',
+960 silly addNameRange   range: '>=1.1.0 <1.2.0',
+960 silly addNameRange   hasData: false }
+961 silly mapToRegistry name http-signature
+962 silly mapToRegistry using default registry
+963 silly mapToRegistry registry https://registry.npmjs.org/
+964 silly mapToRegistry data Result {
+964 silly mapToRegistry   raw: 'http-signature',
+964 silly mapToRegistry   scope: null,
+964 silly mapToRegistry   name: 'http-signature',
+964 silly mapToRegistry   rawSpec: '',
+964 silly mapToRegistry   spec: 'latest',
+964 silly mapToRegistry   type: 'tag' }
+965 silly mapToRegistry uri https://registry.npmjs.org/http-signature
+966 verbose addNameRange registry:https://registry.npmjs.org/http-signature not in flight; fetching
+967 verbose get https://registry.npmjs.org/oauth-sign not expired, no request
+968 silly addNameRange number 2 { name: 'oauth-sign', range: '>=0.8.0 <0.9.0', hasData: true }
+969 silly addNameRange versions [ 'oauth-sign',
+969 silly addNameRange   [ '0.2.0',
+969 silly addNameRange     '0.3.0',
+969 silly addNameRange     '0.4.0',
+969 silly addNameRange     '0.5.0',
+969 silly addNameRange     '0.6.0',
+969 silly addNameRange     '0.7.0',
+969 silly addNameRange     '0.8.0',
+969 silly addNameRange     '0.8.1',
+969 silly addNameRange     '0.8.2' ] ]
+970 silly addNamed oauth-sign@0.8.2
+971 verbose addNamed "0.8.2" is a plain semver version for oauth-sign
+972 verbose get https://registry.npmjs.org/hawk not expired, no request
+973 silly addNameRange number 2 { name: 'hawk', range: '>=3.1.0 <3.2.0', hasData: true }
+974 silly addNameRange versions [ 'hawk',
+974 silly addNameRange   [ '0.0.1',
+974 silly addNameRange     '0.0.2',
+974 silly addNameRange     '0.0.3',
+974 silly addNameRange     '0.0.4',
+974 silly addNameRange     '0.0.5',
+974 silly addNameRange     '0.0.6',
+974 silly addNameRange     '0.0.7',
+974 silly addNameRange     '0.0.8',
+974 silly addNameRange     '0.1.0',
+974 silly addNameRange     '0.2.0',
+974 silly addNameRange     '0.3.0',
+974 silly addNameRange     '0.4.0',
+974 silly addNameRange     '0.5.0',
+974 silly addNameRange     '0.5.1',
+974 silly addNameRange     '0.5.2',
+974 silly addNameRange     '0.5.3',
+974 silly addNameRange     '0.6.0',
+974 silly addNameRange     '0.6.1',
+974 silly addNameRange     '0.7.0',
+974 silly addNameRange     '0.7.1',
+974 silly addNameRange     '0.8.1',
+974 silly addNameRange     '0.9.0',
+974 silly addNameRange     '0.10.0',
+974 silly addNameRange     '0.10.1',
+974 silly addNameRange     '0.10.2',
+974 silly addNameRange     '0.11.0',
+974 silly addNameRange     '0.11.1',
+974 silly addNameRange     '0.12.0',
+974 silly addNameRange     '0.12.1',
+974 silly addNameRange     '0.12.2',
+974 silly addNameRange     '0.13.0',
+974 silly addNameRange     '0.13.1',
+974 silly addNameRange     '0.14.0',
+974 silly addNameRange     '0.15.0',
+974 silly addNameRange     '1.0.0',
+974 silly addNameRange     '1.1.0-pre',
+974 silly addNameRange     '1.1.1',
+974 silly addNameRange     '1.1.2',
+974 silly addNameRange     '2.0.0',
+974 silly addNameRange     '2.1.0',
+974 silly addNameRange     '2.1.1',
+974 silly addNameRange     '2.1.2',
+974 silly addNameRange     '2.1.3',
+974 silly addNameRange     '2.2.0',
+974 silly addNameRange     '2.2.1',
+974 silly addNameRange     '2.2.2',
+974 silly addNameRange     '2.2.3',
+974 silly addNameRange     '2.3.0',
+974 silly addNameRange     '2.3.1',
+974 silly addNameRange     '3.0.0',
+974 silly addNameRange     '3.1.0',
+974 silly addNameRange     '3.1.1',
+974 silly addNameRange     '4.0.0',
+974 silly addNameRange     '3.1.2',
+974 silly addNameRange     '4.0.1',
+974 silly addNameRange     '4.1.0',
+974 silly addNameRange     '4.1.1',
+974 silly addNameRange     '3.1.3',
+974 silly addNameRange     '4.1.2',
+974 silly addNameRange     '5.0.0',
+974 silly addNameRange     '5.0.1',
+974 silly addNameRange     '5.1.0',
+974 silly addNameRange     '5.1.1',
+974 silly addNameRange     '5.1.2' ] ]
+975 silly addNamed hawk@3.1.3
+976 verbose addNamed "3.1.3" is a plain semver version for hawk
+977 silly fetchAndShaCheck shasum 801fee030e0b9450d6385adc48a4cc55b44aedfc
+978 verbose get https://registry.npmjs.org/tough-cookie not expired, no request
+979 silly addNameRange number 2 { name: 'tough-cookie', range: '>=2.2.0 <2.3.0', hasData: true }
+980 silly addNameRange versions [ 'tough-cookie',
+980 silly addNameRange   [ '0.9.0',
+980 silly addNameRange     '0.9.1',
+980 silly addNameRange     '0.9.3',
+980 silly addNameRange     '0.9.4',
+980 silly addNameRange     '0.9.5',
+980 silly addNameRange     '0.9.6',
+980 silly addNameRange     '0.9.7',
+980 silly addNameRange     '0.9.8',
+980 silly addNameRange     '0.9.9',
+980 silly addNameRange     '0.9.11',
+980 silly addNameRange     '0.9.12',
+980 silly addNameRange     '0.9.13',
+980 silly addNameRange     '0.9.14',
+980 silly addNameRange     '0.9.15',
+980 silly addNameRange     '0.10.0',
+980 silly addNameRange     '0.11.0',
+980 silly addNameRange     '0.12.0',
+980 silly addNameRange     '0.12.1',
+980 silly addNameRange     '0.13.0',
+980 silly addNameRange     '1.0.0',
+980 silly addNameRange     '1.1.0',
+980 silly addNameRange     '1.2.0',
+980 silly addNameRange     '2.0.0',
+980 silly addNameRange     '2.1.0',
+980 silly addNameRange     '2.2.0',
+980 silly addNameRange     '2.2.1',
+980 silly addNameRange     '2.2.2',
+980 silly addNameRange     '2.3.0',
+980 silly addNameRange     '2.3.1' ] ]
+981 silly addNamed tough-cookie@2.2.2
+982 verbose addNamed "2.2.2" is a plain semver version for tough-cookie
+983 warn deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
+984 verbose afterAdd /home/adhisimon/.npm/json-stringify-safe/5.0.1/package/package.json written
+985 silly cache afterAdd stringstream@0.0.5
+986 verbose afterAdd /home/adhisimon/.npm/stringstream/0.0.5/package/package.json not in flight; writing
+987 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+988 verbose get https://registry.npmjs.org/combined-stream not expired, no request
+989 silly addNameRange number 2 { name: 'combined-stream',
+989 silly addNameRange   range: '>=1.0.5 <1.1.0',
+989 silly addNameRange   hasData: true }
+990 silly addNameRange versions [ 'combined-stream',
+990 silly addNameRange   [ '0.0.0',
+990 silly addNameRange     '0.0.1',
+990 silly addNameRange     '0.0.2',
+990 silly addNameRange     '0.0.3',
+990 silly addNameRange     '0.0.4',
+990 silly addNameRange     '0.0.5',
+990 silly addNameRange     '0.0.7',
+990 silly addNameRange     '1.0.0',
+990 silly addNameRange     '1.0.1',
+990 silly addNameRange     '1.0.2',
+990 silly addNameRange     '1.0.3',
+990 silly addNameRange     '1.0.4',
+990 silly addNameRange     '1.0.5' ] ]
+991 silly addNamed combined-stream@1.0.5
+992 verbose addNamed "1.0.5" is a plain semver version for combined-stream
+993 verbose get https://registry.npmjs.org/tunnel-agent not expired, no request
+994 silly addNameRange number 2 { name: 'tunnel-agent', range: '>=0.4.1 <0.5.0', hasData: true }
+995 silly addNameRange versions [ 'tunnel-agent',
+995 silly addNameRange   [ '0.2.0', '0.3.0', '0.4.0', '0.4.1', '0.4.2', '0.4.3' ] ]
+996 silly addNamed tunnel-agent@0.4.3
+997 verbose addNamed "0.4.3" is a plain semver version for tunnel-agent
+998 verbose afterAdd /home/adhisimon/.npm/form-data/1.0.0-rc4/package/package.json written
+999 verbose addTmpTarball /tmp/npm-8254-7b8a60ca/registry.npmjs.org/qs/-/qs-5.2.1.tgz not in flight; adding
+1000 verbose addTmpTarball already have metadata; skipping unpack for qs@5.2.1
+1001 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1002 silly cache afterAdd is-typedarray@1.0.0
+1003 verbose afterAdd /home/adhisimon/.npm/is-typedarray/1.0.0/package/package.json not in flight; writing
+1004 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1005 verbose get https://registry.npmjs.org/isstream not expired, no request
+1006 silly addNameRange number 2 { name: 'isstream', range: '>=0.1.2 <0.2.0', hasData: true }
+1007 silly addNameRange versions [ 'isstream', [ '0.0.0', '0.1.0', '0.1.1', '0.1.2' ] ]
+1008 silly addNamed isstream@0.1.2
+1009 verbose addNamed "0.1.2" is a plain semver version for isstream
+1010 verbose get https://registry.npmjs.org/aws-sign2 not expired, no request
+1011 silly addNameRange number 2 { name: 'aws-sign2', range: '>=0.6.0 <0.7.0', hasData: true }
+1012 silly addNameRange versions [ 'aws-sign2', [ '0.4.0', '0.5.0', '0.6.0' ] ]
+1013 silly addNamed aws-sign2@0.6.0
+1014 verbose addNamed "0.6.0" is a plain semver version for aws-sign2
+1015 verbose get https://registry.npmjs.org/har-validator not expired, no request
+1016 silly addNameRange number 2 { name: 'har-validator', range: '>=2.0.2 <2.1.0', hasData: true }
+1017 silly addNameRange versions [ 'har-validator',
+1017 silly addNameRange   [ '1.0.0',
+1017 silly addNameRange     '1.0.1',
+1017 silly addNameRange     '1.0.2',
+1017 silly addNameRange     '1.1.0',
+1017 silly addNameRange     '1.1.1',
+1017 silly addNameRange     '1.1.2',
+1017 silly addNameRange     '1.1.3',
+1017 silly addNameRange     '1.2.0',
+1017 silly addNameRange     '1.3.0',
+1017 silly addNameRange     '1.3.1',
+1017 silly addNameRange     '1.4.0',
+1017 silly addNameRange     '1.5.0',
+1017 silly addNameRange     '1.5.1',
+1017 silly addNameRange     '1.6.0',
+1017 silly addNameRange     '1.6.1',
+1017 silly addNameRange     '1.7.0',
+1017 silly addNameRange     '1.7.1',
+1017 silly addNameRange     '1.8.0',
+1017 silly addNameRange     '2.0.0',
+1017 silly addNameRange     '2.0.1',
+1017 silly addNameRange     '2.0.2',
+1017 silly addNameRange     '2.0.3',
+1017 silly addNameRange     '2.0.4',
+1017 silly addNameRange     '2.0.5',
+1017 silly addNameRange     '2.0.6',
+1017 silly addNameRange     '2.1.0',
+1017 silly addNameRange     '2.1.1',
+1017 silly addNameRange     '2.1.2',
+1017 silly addNameRange     '2.1.3' ] ]
+1018 silly addNamed har-validator@2.0.6
+1019 verbose addNamed "2.0.6" is a plain semver version for har-validator
+1020 verbose get https://registry.npmjs.org/http-signature not expired, no request
+1021 silly addNameRange number 2 { name: 'http-signature',
+1021 silly addNameRange   range: '>=1.1.0 <1.2.0',
+1021 silly addNameRange   hasData: true }
+1022 silly addNameRange versions [ 'http-signature',
+1022 silly addNameRange   [ '0.9.0',
+1022 silly addNameRange     '0.9.2',
+1022 silly addNameRange     '0.9.3',
+1022 silly addNameRange     '0.9.4',
+1022 silly addNameRange     '0.9.5',
+1022 silly addNameRange     '0.9.6',
+1022 silly addNameRange     '0.9.7',
+1022 silly addNameRange     '0.9.8',
+1022 silly addNameRange     '0.9.9',
+1022 silly addNameRange     '0.9.10',
+1022 silly addNameRange     '0.9.11',
+1022 silly addNameRange     '0.10.0',
+1022 silly addNameRange     '0.10.1',
+1022 silly addNameRange     '0.11.0',
+1022 silly addNameRange     '1.0.0',
+1022 silly addNameRange     '1.0.1',
+1022 silly addNameRange     '1.0.2',
+1022 silly addNameRange     '1.1.0',
+1022 silly addNameRange     '1.1.1' ] ]
+1023 silly addNamed http-signature@1.1.1
+1024 verbose addNamed "1.1.1" is a plain semver version for http-signature
+1025 silly cache afterAdd node-uuid@1.4.7
+1026 verbose afterAdd /home/adhisimon/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
+1027 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1028 verbose afterAdd /home/adhisimon/.npm/stringstream/0.0.5/package/package.json written
+1029 silly cache afterAdd oauth-sign@0.8.2
+1030 verbose afterAdd /home/adhisimon/.npm/oauth-sign/0.8.2/package/package.json not in flight; writing
+1031 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1032 silly cache afterAdd hawk@3.1.3
+1033 verbose afterAdd /home/adhisimon/.npm/hawk/3.1.3/package/package.json not in flight; writing
+1034 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1035 silly cache afterAdd tough-cookie@2.2.2
+1036 verbose afterAdd /home/adhisimon/.npm/tough-cookie/2.2.2/package/package.json not in flight; writing
+1037 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1038 silly cache afterAdd tunnel-agent@0.4.3
+1039 verbose afterAdd /home/adhisimon/.npm/tunnel-agent/0.4.3/package/package.json not in flight; writing
+1040 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1041 silly cache afterAdd combined-stream@1.0.5
+1042 verbose afterAdd /home/adhisimon/.npm/combined-stream/1.0.5/package/package.json not in flight; writing
+1043 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1044 verbose afterAdd /home/adhisimon/.npm/is-typedarray/1.0.0/package/package.json written
+1045 silly cache afterAdd isstream@0.1.2
+1046 verbose afterAdd /home/adhisimon/.npm/isstream/0.1.2/package/package.json not in flight; writing
+1047 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1048 verbose afterAdd /home/adhisimon/.npm/node-uuid/1.4.7/package/package.json written
+1049 silly cache afterAdd aws-sign2@0.6.0
+1050 verbose afterAdd /home/adhisimon/.npm/aws-sign2/0.6.0/package/package.json not in flight; writing
+1051 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1052 silly cache afterAdd http-signature@1.1.1
+1053 verbose afterAdd /home/adhisimon/.npm/http-signature/1.1.1/package/package.json not in flight; writing
+1054 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1055 verbose afterAdd /home/adhisimon/.npm/oauth-sign/0.8.2/package/package.json written
+1056 verbose afterAdd /home/adhisimon/.npm/hawk/3.1.3/package/package.json written
+1057 verbose afterAdd /home/adhisimon/.npm/tough-cookie/2.2.2/package/package.json written
+1058 verbose afterAdd /home/adhisimon/.npm/tunnel-agent/0.4.3/package/package.json written
+1059 silly cache afterAdd har-validator@2.0.6
+1060 verbose afterAdd /home/adhisimon/.npm/har-validator/2.0.6/package/package.json not in flight; writing
+1061 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1062 verbose afterAdd /home/adhisimon/.npm/combined-stream/1.0.5/package/package.json written
+1063 verbose afterAdd /home/adhisimon/.npm/aws-sign2/0.6.0/package/package.json written
+1064 verbose afterAdd /home/adhisimon/.npm/http-signature/1.1.1/package/package.json written
+1065 verbose afterAdd /home/adhisimon/.npm/isstream/0.1.2/package/package.json written
+1066 silly cache afterAdd qs@5.2.1
+1067 verbose afterAdd /home/adhisimon/.npm/qs/5.2.1/package/package.json not in flight; writing
+1068 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1069 verbose afterAdd /home/adhisimon/.npm/har-validator/2.0.6/package/package.json written
+1070 verbose afterAdd /home/adhisimon/.npm/qs/5.2.1/package/package.json written
+1071 silly fetchNamedPackageData readable-stream
+1072 silly mapToRegistry name readable-stream
+1073 silly mapToRegistry using default registry
+1074 silly mapToRegistry registry https://registry.npmjs.org/
+1075 silly mapToRegistry data Result {
+1075 silly mapToRegistry   raw: 'readable-stream',
+1075 silly mapToRegistry   scope: null,
+1075 silly mapToRegistry   name: 'readable-stream',
+1075 silly mapToRegistry   rawSpec: '',
+1075 silly mapToRegistry   spec: 'latest',
+1075 silly mapToRegistry   type: 'tag' }
+1076 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
+1077 verbose request uri https://registry.npmjs.org/readable-stream
+1078 verbose request no auth needed
+1079 info attempt registry request try #1 at 12:41:45
+1080 verbose etag "E9VURFQDJSVN7SKYIIMYUOYYK"
+1081 http request GET https://registry.npmjs.org/readable-stream
+1082 http 304 https://registry.npmjs.org/readable-stream
+1083 verbose headers { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+1083 verbose headers   via: '1.1 varnish',
+1083 verbose headers   'cache-control': 'max-age=300',
+1083 verbose headers   etag: '"E9VURFQDJSVN7SKYIIMYUOYYK"',
+1083 verbose headers   age: '100',
+1083 verbose headers   connection: 'keep-alive',
+1083 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+1083 verbose headers   'x-cache': 'HIT',
+1083 verbose headers   'x-cache-hits': '27',
+1083 verbose headers   'x-timer': 'S1470634905.497022,VS0,VE0',
+1083 verbose headers   vary: 'Accept-Encoding' }
+1084 silly get cb [ 304,
+1084 silly get   { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+1084 silly get     via: '1.1 varnish',
+1084 silly get     'cache-control': 'max-age=300',
+1084 silly get     etag: '"E9VURFQDJSVN7SKYIIMYUOYYK"',
+1084 silly get     age: '100',
+1084 silly get     connection: 'keep-alive',
+1084 silly get     'x-served-by': 'cache-sin6920-SIN',
+1084 silly get     'x-cache': 'HIT',
+1084 silly get     'x-cache-hits': '27',
+1084 silly get     'x-timer': 'S1470634905.497022,VS0,VE0',
+1084 silly get     vary: 'Accept-Encoding' } ]
+1085 verbose etag https://registry.npmjs.org/readable-stream from cache
+1086 verbose get saving readable-stream to /home/adhisimon/.npm/registry.npmjs.org/readable-stream/.cache.json
+1087 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1088 silly resolveWithNewModule readable-stream@2.0.6 checking installable status
+1089 silly cache add args [ 'readable-stream@~2.0.5', null ]
+1090 verbose cache add spec readable-stream@~2.0.5
+1091 silly cache add parsed spec Result {
+1091 silly cache add   raw: 'readable-stream@~2.0.5',
+1091 silly cache add   scope: null,
+1091 silly cache add   name: 'readable-stream',
+1091 silly cache add   rawSpec: '~2.0.5',
+1091 silly cache add   spec: '>=2.0.5 <2.1.0',
+1091 silly cache add   type: 'range' }
+1092 silly addNamed readable-stream@>=2.0.5 <2.1.0
+1093 verbose addNamed ">=2.0.5 <2.1.0" is a valid semver range for readable-stream
+1094 silly addNameRange { name: 'readable-stream',
+1094 silly addNameRange   range: '>=2.0.5 <2.1.0',
+1094 silly addNameRange   hasData: false }
+1095 silly mapToRegistry name readable-stream
+1096 silly mapToRegistry using default registry
+1097 silly mapToRegistry registry https://registry.npmjs.org/
+1098 silly mapToRegistry data Result {
+1098 silly mapToRegistry   raw: 'readable-stream',
+1098 silly mapToRegistry   scope: null,
+1098 silly mapToRegistry   name: 'readable-stream',
+1098 silly mapToRegistry   rawSpec: '',
+1098 silly mapToRegistry   spec: 'latest',
+1098 silly mapToRegistry   type: 'tag' }
+1099 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
+1100 verbose addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching
+1101 verbose get https://registry.npmjs.org/readable-stream not expired, no request
+1102 silly addNameRange number 2 { name: 'readable-stream',
+1102 silly addNameRange   range: '>=2.0.5 <2.1.0',
+1102 silly addNameRange   hasData: true }
+1103 silly addNameRange versions [ 'readable-stream',
+1103 silly addNameRange   [ '0.0.1',
+1103 silly addNameRange     '0.0.2',
+1103 silly addNameRange     '0.0.3',
+1103 silly addNameRange     '0.0.4',
+1103 silly addNameRange     '0.1.0',
+1103 silly addNameRange     '0.2.0',
+1103 silly addNameRange     '0.3.0',
+1103 silly addNameRange     '0.3.1',
+1103 silly addNameRange     '1.0.0',
+1103 silly addNameRange     '1.0.1',
+1103 silly addNameRange     '1.0.2',
+1103 silly addNameRange     '1.0.15',
+1103 silly addNameRange     '1.0.17',
+1103 silly addNameRange     '1.1.7',
+1103 silly addNameRange     '1.1.8',
+1103 silly addNameRange     '1.1.9',
+1103 silly addNameRange     '1.0.24',
+1103 silly addNameRange     '1.0.25',
+1103 silly addNameRange     '1.1.10',
+1103 silly addNameRange     '1.0.25-1',
+1103 silly addNameRange     '1.1.11',
+1103 silly addNameRange     '1.0.26',
+1103 silly addNameRange     '1.0.26-1',
+1103 silly addNameRange     '1.1.11-1',
+1103 silly addNameRange     '1.0.26-2',
+1103 silly addNameRange     '1.1.12',
+1103 silly addNameRange     '1.0.26-3',
+1103 silly addNameRange     '1.0.26-4',
+1103 silly addNameRange     '1.1.12-1',
+1103 silly addNameRange     '1.0.27-1',
+1103 silly addNameRange     '1.1.13-1',
+1103 silly addNameRange     '1.0.31',
+1103 silly addNameRange     '1.1.13',
+1103 silly addNameRange     '1.0.32',
+1103 silly addNameRange     '1.0.32-1',
+1103 silly addNameRange     '1.0.33-1',
+1103 silly addNameRange     '1.0.33-2',
+1103 silly addNameRange     '1.0.33',
+1103 silly addNameRange     '2.0.0',
+1103 silly addNameRange     '2.0.1',
+1103 silly addNameRange     '2.0.2',
+1103 silly addNameRange     '2.0.3',
+1103 silly addNameRange     '2.0.4',
+1103 silly addNameRange     '2.0.5',
+1103 silly addNameRange     '2.0.6',
+1103 silly addNameRange     '1.0.34',
+1103 silly addNameRange     '1.1.14',
+1103 silly addNameRange     '2.1.0',
+1103 silly addNameRange     '2.1.1',
+1103 silly addNameRange     '2.1.2',
+1103 silly addNameRange     '2.1.3',
+1103 silly addNameRange     '2.1.4' ] ]
+1104 silly addNamed readable-stream@2.0.6
+1105 verbose addNamed "2.0.6" is a plain semver version for readable-stream
+1106 silly cache afterAdd readable-stream@2.0.6
+1107 verbose afterAdd /home/adhisimon/.npm/readable-stream/2.0.6/package/package.json not in flight; writing
+1108 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1109 verbose afterAdd /home/adhisimon/.npm/readable-stream/2.0.6/package/package.json written
+1110 silly fetchNamedPackageData delayed-stream
+1111 silly mapToRegistry name delayed-stream
+1112 silly mapToRegistry using default registry
+1113 silly mapToRegistry registry https://registry.npmjs.org/
+1114 silly mapToRegistry data Result {
+1114 silly mapToRegistry   raw: 'delayed-stream',
+1114 silly mapToRegistry   scope: null,
+1114 silly mapToRegistry   name: 'delayed-stream',
+1114 silly mapToRegistry   rawSpec: '',
+1114 silly mapToRegistry   spec: 'latest',
+1114 silly mapToRegistry   type: 'tag' }
+1115 silly mapToRegistry uri https://registry.npmjs.org/delayed-stream
+1116 verbose request uri https://registry.npmjs.org/delayed-stream
+1117 verbose request no auth needed
+1118 info attempt registry request try #1 at 12:41:45
+1119 verbose etag "3R3PDLMYOHW7LS95R001QU3HH"
+1120 http request GET https://registry.npmjs.org/delayed-stream
+1121 http 304 https://registry.npmjs.org/delayed-stream
+1122 verbose headers { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+1122 verbose headers   via: '1.1 varnish',
+1122 verbose headers   'cache-control': 'max-age=300',
+1122 verbose headers   etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
+1122 verbose headers   age: '230',
+1122 verbose headers   connection: 'keep-alive',
+1122 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+1122 verbose headers   'x-cache': 'HIT',
+1122 verbose headers   'x-cache-hits': '25',
+1122 verbose headers   'x-timer': 'S1470634905.618422,VS0,VE0',
+1122 verbose headers   vary: 'Accept-Encoding' }
+1123 silly get cb [ 304,
+1123 silly get   { date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+1123 silly get     via: '1.1 varnish',
+1123 silly get     'cache-control': 'max-age=300',
+1123 silly get     etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
+1123 silly get     age: '230',
+1123 silly get     connection: 'keep-alive',
+1123 silly get     'x-served-by': 'cache-sin6923-SIN',
+1123 silly get     'x-cache': 'HIT',
+1123 silly get     'x-cache-hits': '25',
+1123 silly get     'x-timer': 'S1470634905.618422,VS0,VE0',
+1123 silly get     vary: 'Accept-Encoding' } ]
+1124 verbose etag https://registry.npmjs.org/delayed-stream from cache
+1125 verbose get saving delayed-stream to /home/adhisimon/.npm/registry.npmjs.org/delayed-stream/.cache.json
+1126 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1127 silly resolveWithNewModule delayed-stream@1.0.0 checking installable status
+1128 silly cache add args [ 'delayed-stream@~1.0.0', null ]
+1129 verbose cache add spec delayed-stream@~1.0.0
+1130 silly cache add parsed spec Result {
+1130 silly cache add   raw: 'delayed-stream@~1.0.0',
+1130 silly cache add   scope: null,
+1130 silly cache add   name: 'delayed-stream',
+1130 silly cache add   rawSpec: '~1.0.0',
+1130 silly cache add   spec: '>=1.0.0 <1.1.0',
+1130 silly cache add   type: 'range' }
+1131 silly addNamed delayed-stream@>=1.0.0 <1.1.0
+1132 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for delayed-stream
+1133 silly addNameRange { name: 'delayed-stream',
+1133 silly addNameRange   range: '>=1.0.0 <1.1.0',
+1133 silly addNameRange   hasData: false }
+1134 silly mapToRegistry name delayed-stream
+1135 silly mapToRegistry using default registry
+1136 silly mapToRegistry registry https://registry.npmjs.org/
+1137 silly mapToRegistry data Result {
+1137 silly mapToRegistry   raw: 'delayed-stream',
+1137 silly mapToRegistry   scope: null,
+1137 silly mapToRegistry   name: 'delayed-stream',
+1137 silly mapToRegistry   rawSpec: '',
+1137 silly mapToRegistry   spec: 'latest',
+1137 silly mapToRegistry   type: 'tag' }
+1138 silly mapToRegistry uri https://registry.npmjs.org/delayed-stream
+1139 verbose addNameRange registry:https://registry.npmjs.org/delayed-stream not in flight; fetching
+1140 verbose get https://registry.npmjs.org/delayed-stream not expired, no request
+1141 silly addNameRange number 2 { name: 'delayed-stream',
+1141 silly addNameRange   range: '>=1.0.0 <1.1.0',
+1141 silly addNameRange   hasData: true }
+1142 silly addNameRange versions [ 'delayed-stream',
+1142 silly addNameRange   [ '0.0.0',
+1142 silly addNameRange     '0.0.1',
+1142 silly addNameRange     '0.0.2',
+1142 silly addNameRange     '0.0.3',
+1142 silly addNameRange     '0.0.4',
+1142 silly addNameRange     '0.0.5',
+1142 silly addNameRange     '0.0.6',
+1142 silly addNameRange     '0.0.7',
+1142 silly addNameRange     '1.0.0' ] ]
+1143 silly addNamed delayed-stream@1.0.0
+1144 verbose addNamed "1.0.0" is a plain semver version for delayed-stream
+1145 silly cache afterAdd delayed-stream@1.0.0
+1146 verbose afterAdd /home/adhisimon/.npm/delayed-stream/1.0.0/package/package.json not in flight; writing
+1147 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1148 verbose afterAdd /home/adhisimon/.npm/delayed-stream/1.0.0/package/package.json written
+1149 silly fetchNamedPackageData async
+1150 silly mapToRegistry name async
+1151 silly mapToRegistry using default registry
+1152 silly mapToRegistry registry https://registry.npmjs.org/
+1153 silly mapToRegistry data Result {
+1153 silly mapToRegistry   raw: 'async',
+1153 silly mapToRegistry   scope: null,
+1153 silly mapToRegistry   name: 'async',
+1153 silly mapToRegistry   rawSpec: '',
+1153 silly mapToRegistry   spec: 'latest',
+1153 silly mapToRegistry   type: 'tag' }
+1154 silly mapToRegistry uri https://registry.npmjs.org/async
+1155 verbose request uri https://registry.npmjs.org/async
+1156 verbose request no auth needed
+1157 info attempt registry request try #1 at 12:41:45
+1158 verbose etag "6DEOF6OFCRVC3XPEDRV5BE1HS"
+1159 http request GET https://registry.npmjs.org/async
+1160 http 200 https://registry.npmjs.org/async
+1161 verbose headers { server: 'CouchDB/1.6.1 (Erlang OTP/R16B03)',
+1161 verbose headers   etag: '"C06PRN4VTFD67OSPPGSO7TITL"',
+1161 verbose headers   'content-type': 'application/json',
+1161 verbose headers   'content-encoding': 'gzip',
+1161 verbose headers   'cache-control': 'max-age=300',
+1161 verbose headers   'content-length': '16750',
+1161 verbose headers   'accept-ranges': 'bytes',
+1161 verbose headers   date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+1161 verbose headers   via: '1.1 varnish',
+1161 verbose headers   age: '218',
+1161 verbose headers   connection: 'keep-alive',
+1161 verbose headers   'x-served-by': 'cache-sin6922-SIN',
+1161 verbose headers   'x-cache': 'HIT',
+1161 verbose headers   'x-cache-hits': '30',
+1161 verbose headers   'x-timer': 'S1470634905.715136,VS0,VE0',
+1161 verbose headers   vary: 'Accept-Encoding' }
+1162 silly get cb [ 200,
+1162 silly get   { server: 'CouchDB/1.6.1 (Erlang OTP/R16B03)',
+1162 silly get     etag: '"C06PRN4VTFD67OSPPGSO7TITL"',
+1162 silly get     'content-type': 'application/json',
+1162 silly get     'content-encoding': 'gzip',
+1162 silly get     'cache-control': 'max-age=300',
+1162 silly get     'content-length': '16750',
+1162 silly get     'accept-ranges': 'bytes',
+1162 silly get     date: 'Mon, 08 Aug 2016 05:41:45 GMT',
+1162 silly get     via: '1.1 varnish',
+1162 silly get     age: '218',
+1162 silly get     connection: 'keep-alive',
+1162 silly get     'x-served-by': 'cache-sin6922-SIN',
+1162 silly get     'x-cache': 'HIT',
+1162 silly get     'x-cache-hits': '30',
+1162 silly get     'x-timer': 'S1470634905.715136,VS0,VE0',
+1162 silly get     vary: 'Accept-Encoding' } ]
+1163 verbose get saving async to /home/adhisimon/.npm/registry.npmjs.org/async/.cache.json
+1164 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1165 silly resolveWithNewModule async@1.5.2 checking installable status
+1166 silly cache add args [ 'async@^1.5.2', null ]
+1167 verbose cache add spec async@^1.5.2
+1168 silly cache add parsed spec Result {
+1168 silly cache add   raw: 'async@^1.5.2',
+1168 silly cache add   scope: null,
+1168 silly cache add   name: 'async',
+1168 silly cache add   rawSpec: '^1.5.2',
+1168 silly cache add   spec: '>=1.5.2 <2.0.0',
+1168 silly cache add   type: 'range' }
+1169 silly addNamed async@>=1.5.2 <2.0.0
+1170 verbose addNamed ">=1.5.2 <2.0.0" is a valid semver range for async
+1171 silly addNameRange { name: 'async', range: '>=1.5.2 <2.0.0', hasData: false }
+1172 silly mapToRegistry name async
+1173 silly mapToRegistry using default registry
+1174 silly mapToRegistry registry https://registry.npmjs.org/
+1175 silly mapToRegistry data Result {
+1175 silly mapToRegistry   raw: 'async',
+1175 silly mapToRegistry   scope: null,
+1175 silly mapToRegistry   name: 'async',
+1175 silly mapToRegistry   rawSpec: '',
+1175 silly mapToRegistry   spec: 'latest',
+1175 silly mapToRegistry   type: 'tag' }
+1176 silly mapToRegistry uri https://registry.npmjs.org/async
+1177 verbose addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
+1178 verbose get https://registry.npmjs.org/async not expired, no request
+1179 silly addNameRange number 2 { name: 'async', range: '>=1.5.2 <2.0.0', hasData: true }
+1180 silly addNameRange versions [ 'async',
+1180 silly addNameRange   [ '0.1.0',
+1180 silly addNameRange     '0.1.1',
+1180 silly addNameRange     '0.1.2',
+1180 silly addNameRange     '0.1.3',
+1180 silly addNameRange     '0.1.4',
+1180 silly addNameRange     '0.1.5',
+1180 silly addNameRange     '0.1.6',
+1180 silly addNameRange     '0.1.7',
+1180 silly addNameRange     '0.1.8',
+1180 silly addNameRange     '0.1.9',
+1180 silly addNameRange     '0.1.10',
+1180 silly addNameRange     '0.1.11',
+1180 silly addNameRange     '0.1.12',
+1180 silly addNameRange     '0.1.13',
+1180 silly addNameRange     '0.1.14',
+1180 silly addNameRange     '0.1.15',
+1180 silly addNameRange     '0.1.16',
+1180 silly addNameRange     '0.1.17',
+1180 silly addNameRange     '0.1.18',
+1180 silly addNameRange     '0.1.19',
+1180 silly addNameRange     '0.1.20',
+1180 silly addNameRange     '0.1.21',
+1180 silly addNameRange     '0.1.22',
+1180 silly addNameRange     '0.2.0',
+1180 silly addNameRange     '0.2.1',
+1180 silly addNameRange     '0.2.2',
+1180 silly addNameRange     '0.2.3',
+1180 silly addNameRange     '0.2.4',
+1180 silly addNameRange     '0.2.5',
+1180 silly addNameRange     '0.2.6',
+1180 silly addNameRange     '0.2.7',
+1180 silly addNameRange     '0.2.8',
+1180 silly addNameRange     '0.2.9',
+1180 silly addNameRange     '0.2.10',
+1180 silly addNameRange     '0.3.0',
+1180 silly addNameRange     '0.4.0',
+1180 silly addNameRange     '0.4.1',
+1180 silly addNameRange     '0.5.0',
+1180 silly addNameRange     '0.6.0',
+1180 silly addNameRange     '0.6.1',
+1180 silly addNameRange     '0.6.2',
+1180 silly addNameRange     '0.7.0',
+1180 silly addNameRange     '0.8.0',
+1180 silly addNameRange     '0.9.0',
+1180 silly addNameRange     '0.9.2',
+1180 silly addNameRange     '1.0.0',
+1180 silly addNameRange     '1.1.0',
+1180 silly addNameRange     '1.2.0',
+1180 silly addNameRange     '1.1.1',
+1180 silly addNameRange     '1.2.1',
+1180 silly addNameRange     '1.3.0',
+1180 silly addNameRange     '1.4.0',
+1180 silly addNameRange     '1.4.1',
+1180 silly addNameRange     '1.4.2',
+1180 silly addNameRange     '1.5.0',
+1180 silly addNameRange     '1.5.1',
+1180 silly addNameRange     '1.5.2',
+1180 silly addNameRange     '2.0.0-alpha.0',
+1180 silly addNameRange     '2.0.0-rc.1',
+1180 silly addNameRange     '2.0.0-rc.2',
+1180 silly addNameRange     '2.0.0-rc.3',
+1180 silly addNameRange     '2.0.0-rc.4',
+1180 silly addNameRange     '2.0.0-rc.5',
+1180 silly addNameRange     '2.0.0-rc.6',
+1180 silly addNameRange     '2.0.0',
+1180 silly addNameRange     '2.0.1' ] ]
+1181 silly addNamed async@1.5.2
+1182 verbose addNamed "1.5.2" is a plain semver version for async
+1183 silly cache afterAdd async@1.5.2
+1184 verbose afterAdd /home/adhisimon/.npm/async/1.5.2/package/package.json not in flight; writing
+1185 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1186 verbose afterAdd /home/adhisimon/.npm/async/1.5.2/package/package.json written
+1187 silly fetchNamedPackageData chalk
+1188 silly mapToRegistry name chalk
+1189 silly mapToRegistry using default registry
+1190 silly mapToRegistry registry https://registry.npmjs.org/
+1191 silly mapToRegistry data Result {
+1191 silly mapToRegistry   raw: 'chalk',
+1191 silly mapToRegistry   scope: null,
+1191 silly mapToRegistry   name: 'chalk',
+1191 silly mapToRegistry   rawSpec: '',
+1191 silly mapToRegistry   spec: 'latest',
+1191 silly mapToRegistry   type: 'tag' }
+1192 silly mapToRegistry uri https://registry.npmjs.org/chalk
+1193 silly fetchNamedPackageData commander
+1194 silly mapToRegistry name commander
+1195 silly mapToRegistry using default registry
+1196 silly mapToRegistry registry https://registry.npmjs.org/
+1197 silly mapToRegistry data Result {
+1197 silly mapToRegistry   raw: 'commander',
+1197 silly mapToRegistry   scope: null,
+1197 silly mapToRegistry   name: 'commander',
+1197 silly mapToRegistry   rawSpec: '',
+1197 silly mapToRegistry   spec: 'latest',
+1197 silly mapToRegistry   type: 'tag' }
+1198 silly mapToRegistry uri https://registry.npmjs.org/commander
+1199 silly fetchNamedPackageData is-my-json-valid
+1200 silly mapToRegistry name is-my-json-valid
+1201 silly mapToRegistry using default registry
+1202 silly mapToRegistry registry https://registry.npmjs.org/
+1203 silly mapToRegistry data Result {
+1203 silly mapToRegistry   raw: 'is-my-json-valid',
+1203 silly mapToRegistry   scope: null,
+1203 silly mapToRegistry   name: 'is-my-json-valid',
+1203 silly mapToRegistry   rawSpec: '',
+1203 silly mapToRegistry   spec: 'latest',
+1203 silly mapToRegistry   type: 'tag' }
+1204 silly mapToRegistry uri https://registry.npmjs.org/is-my-json-valid
+1205 silly fetchNamedPackageData pinkie-promise
+1206 silly mapToRegistry name pinkie-promise
+1207 silly mapToRegistry using default registry
+1208 silly mapToRegistry registry https://registry.npmjs.org/
+1209 silly mapToRegistry data Result {
+1209 silly mapToRegistry   raw: 'pinkie-promise',
+1209 silly mapToRegistry   scope: null,
+1209 silly mapToRegistry   name: 'pinkie-promise',
+1209 silly mapToRegistry   rawSpec: '',
+1209 silly mapToRegistry   spec: 'latest',
+1209 silly mapToRegistry   type: 'tag' }
+1210 silly mapToRegistry uri https://registry.npmjs.org/pinkie-promise
+1211 verbose request uri https://registry.npmjs.org/is-my-json-valid
+1212 verbose request no auth needed
+1213 info attempt registry request try #1 at 12:41:46
+1214 verbose etag "D3T89Q3ZJRB6G5R11ECHBLYK3"
+1215 http request GET https://registry.npmjs.org/is-my-json-valid
+1216 verbose request uri https://registry.npmjs.org/commander
+1217 verbose request no auth needed
+1218 info attempt registry request try #1 at 12:41:46
+1219 verbose etag "EV3YW3C6HAUE0W4F9Z3050VCL"
+1220 http request GET https://registry.npmjs.org/commander
+1221 verbose request uri https://registry.npmjs.org/chalk
+1222 verbose request no auth needed
+1223 info attempt registry request try #1 at 12:41:46
+1224 verbose etag "3U3PZ63HKG84I2DEJIQFZQ1QV"
+1225 http request GET https://registry.npmjs.org/chalk
+1226 verbose request uri https://registry.npmjs.org/pinkie-promise
+1227 verbose request no auth needed
+1228 info attempt registry request try #1 at 12:41:46
+1229 verbose etag "E5IKRBRZKN1UZC7SCOGQFYEPK"
+1230 http request GET https://registry.npmjs.org/pinkie-promise
+1231 http 304 https://registry.npmjs.org/pinkie-promise
+1232 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1232 verbose headers   via: '1.1 varnish',
+1232 verbose headers   'cache-control': 'max-age=300',
+1232 verbose headers   etag: '"E5IKRBRZKN1UZC7SCOGQFYEPK"',
+1232 verbose headers   age: '193',
+1232 verbose headers   connection: 'keep-alive',
+1232 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+1232 verbose headers   'x-cache': 'HIT',
+1232 verbose headers   'x-cache-hits': '21',
+1232 verbose headers   'x-timer': 'S1470634906.046293,VS0,VE0',
+1232 verbose headers   vary: 'Accept-Encoding' }
+1233 silly get cb [ 304,
+1233 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1233 silly get     via: '1.1 varnish',
+1233 silly get     'cache-control': 'max-age=300',
+1233 silly get     etag: '"E5IKRBRZKN1UZC7SCOGQFYEPK"',
+1233 silly get     age: '193',
+1233 silly get     connection: 'keep-alive',
+1233 silly get     'x-served-by': 'cache-sin6926-SIN',
+1233 silly get     'x-cache': 'HIT',
+1233 silly get     'x-cache-hits': '21',
+1233 silly get     'x-timer': 'S1470634906.046293,VS0,VE0',
+1233 silly get     vary: 'Accept-Encoding' } ]
+1234 verbose etag https://registry.npmjs.org/pinkie-promise from cache
+1235 verbose get saving pinkie-promise to /home/adhisimon/.npm/registry.npmjs.org/pinkie-promise/.cache.json
+1236 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1237 http 200 https://registry.npmjs.org/chalk
+1238 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+1238 verbose headers   etag: '"4RO370NXCYQ9CQU6JQEIC88CK"',
+1238 verbose headers   'content-type': 'application/json',
+1238 verbose headers   'content-encoding': 'gzip',
+1238 verbose headers   'cache-control': 'max-age=300',
+1238 verbose headers   'content-length': '8913',
+1238 verbose headers   'accept-ranges': 'bytes',
+1238 verbose headers   date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1238 verbose headers   via: '1.1 varnish',
+1238 verbose headers   age: '38',
+1238 verbose headers   connection: 'keep-alive',
+1238 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+1238 verbose headers   'x-cache': 'HIT',
+1238 verbose headers   'x-cache-hits': '12',
+1238 verbose headers   'x-timer': 'S1470634906.046774,VS0,VE0',
+1238 verbose headers   vary: 'Accept-Encoding' }
+1239 silly get cb [ 200,
+1239 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+1239 silly get     etag: '"4RO370NXCYQ9CQU6JQEIC88CK"',
+1239 silly get     'content-type': 'application/json',
+1239 silly get     'content-encoding': 'gzip',
+1239 silly get     'cache-control': 'max-age=300',
+1239 silly get     'content-length': '8913',
+1239 silly get     'accept-ranges': 'bytes',
+1239 silly get     date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1239 silly get     via: '1.1 varnish',
+1239 silly get     age: '38',
+1239 silly get     connection: 'keep-alive',
+1239 silly get     'x-served-by': 'cache-sin6926-SIN',
+1239 silly get     'x-cache': 'HIT',
+1239 silly get     'x-cache-hits': '12',
+1239 silly get     'x-timer': 'S1470634906.046774,VS0,VE0',
+1239 silly get     vary: 'Accept-Encoding' } ]
+1240 verbose get saving chalk to /home/adhisimon/.npm/registry.npmjs.org/chalk/.cache.json
+1241 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1242 http 200 https://registry.npmjs.org/is-my-json-valid
+1243 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+1243 verbose headers   etag: '"A0W9FS0LGPTZMZ54BALDH81Y8"',
+1243 verbose headers   'content-type': 'application/json',
+1243 verbose headers   'content-encoding': 'gzip',
+1243 verbose headers   'cache-control': 'max-age=300',
+1243 verbose headers   'content-length': '8725',
+1243 verbose headers   'accept-ranges': 'bytes',
+1243 verbose headers   date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1243 verbose headers   via: '1.1 varnish',
+1243 verbose headers   age: '22',
+1243 verbose headers   connection: 'keep-alive',
+1243 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+1243 verbose headers   'x-cache': 'HIT',
+1243 verbose headers   'x-cache-hits': '3',
+1243 verbose headers   'x-timer': 'S1470634906.030578,VS0,VE0',
+1243 verbose headers   vary: 'Accept-Encoding' }
+1244 silly get cb [ 200,
+1244 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+1244 silly get     etag: '"A0W9FS0LGPTZMZ54BALDH81Y8"',
+1244 silly get     'content-type': 'application/json',
+1244 silly get     'content-encoding': 'gzip',
+1244 silly get     'cache-control': 'max-age=300',
+1244 silly get     'content-length': '8725',
+1244 silly get     'accept-ranges': 'bytes',
+1244 silly get     date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1244 silly get     via: '1.1 varnish',
+1244 silly get     age: '22',
+1244 silly get     connection: 'keep-alive',
+1244 silly get     'x-served-by': 'cache-sin6921-SIN',
+1244 silly get     'x-cache': 'HIT',
+1244 silly get     'x-cache-hits': '3',
+1244 silly get     'x-timer': 'S1470634906.030578,VS0,VE0',
+1244 silly get     vary: 'Accept-Encoding' } ]
+1245 verbose get saving is-my-json-valid to /home/adhisimon/.npm/registry.npmjs.org/is-my-json-valid/.cache.json
+1246 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1247 silly resolveWithNewModule pinkie-promise@2.0.1 checking installable status
+1248 silly cache add args [ 'pinkie-promise@^2.0.0', null ]
+1249 verbose cache add spec pinkie-promise@^2.0.0
+1250 silly cache add parsed spec Result {
+1250 silly cache add   raw: 'pinkie-promise@^2.0.0',
+1250 silly cache add   scope: null,
+1250 silly cache add   name: 'pinkie-promise',
+1250 silly cache add   rawSpec: '^2.0.0',
+1250 silly cache add   spec: '>=2.0.0 <3.0.0',
+1250 silly cache add   type: 'range' }
+1251 silly addNamed pinkie-promise@>=2.0.0 <3.0.0
+1252 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for pinkie-promise
+1253 silly addNameRange { name: 'pinkie-promise',
+1253 silly addNameRange   range: '>=2.0.0 <3.0.0',
+1253 silly addNameRange   hasData: false }
+1254 silly mapToRegistry name pinkie-promise
+1255 silly mapToRegistry using default registry
+1256 silly mapToRegistry registry https://registry.npmjs.org/
+1257 silly mapToRegistry data Result {
+1257 silly mapToRegistry   raw: 'pinkie-promise',
+1257 silly mapToRegistry   scope: null,
+1257 silly mapToRegistry   name: 'pinkie-promise',
+1257 silly mapToRegistry   rawSpec: '',
+1257 silly mapToRegistry   spec: 'latest',
+1257 silly mapToRegistry   type: 'tag' }
+1258 silly mapToRegistry uri https://registry.npmjs.org/pinkie-promise
+1259 verbose addNameRange registry:https://registry.npmjs.org/pinkie-promise not in flight; fetching
+1260 verbose get https://registry.npmjs.org/pinkie-promise not expired, no request
+1261 silly addNameRange number 2 { name: 'pinkie-promise',
+1261 silly addNameRange   range: '>=2.0.0 <3.0.0',
+1261 silly addNameRange   hasData: true }
+1262 silly addNameRange versions [ 'pinkie-promise', [ '1.0.0', '2.0.0', '2.0.1' ] ]
+1263 silly addNamed pinkie-promise@2.0.1
+1264 verbose addNamed "2.0.1" is a plain semver version for pinkie-promise
+1265 silly resolveWithNewModule chalk@1.1.3 checking installable status
+1266 silly cache add args [ 'chalk@^1.1.1', null ]
+1267 verbose cache add spec chalk@^1.1.1
+1268 silly cache add parsed spec Result {
+1268 silly cache add   raw: 'chalk@^1.1.1',
+1268 silly cache add   scope: null,
+1268 silly cache add   name: 'chalk',
+1268 silly cache add   rawSpec: '^1.1.1',
+1268 silly cache add   spec: '>=1.1.1 <2.0.0',
+1268 silly cache add   type: 'range' }
+1269 silly addNamed chalk@>=1.1.1 <2.0.0
+1270 verbose addNamed ">=1.1.1 <2.0.0" is a valid semver range for chalk
+1271 silly addNameRange { name: 'chalk', range: '>=1.1.1 <2.0.0', hasData: false }
+1272 silly mapToRegistry name chalk
+1273 silly mapToRegistry using default registry
+1274 silly mapToRegistry registry https://registry.npmjs.org/
+1275 silly mapToRegistry data Result {
+1275 silly mapToRegistry   raw: 'chalk',
+1275 silly mapToRegistry   scope: null,
+1275 silly mapToRegistry   name: 'chalk',
+1275 silly mapToRegistry   rawSpec: '',
+1275 silly mapToRegistry   spec: 'latest',
+1275 silly mapToRegistry   type: 'tag' }
+1276 silly mapToRegistry uri https://registry.npmjs.org/chalk
+1277 verbose addNameRange registry:https://registry.npmjs.org/chalk not in flight; fetching
+1278 silly resolveWithNewModule is-my-json-valid@2.13.1 checking installable status
+1279 silly cache add args [ 'is-my-json-valid@^2.12.4', null ]
+1280 verbose cache add spec is-my-json-valid@^2.12.4
+1281 silly cache add parsed spec Result {
+1281 silly cache add   raw: 'is-my-json-valid@^2.12.4',
+1281 silly cache add   scope: null,
+1281 silly cache add   name: 'is-my-json-valid',
+1281 silly cache add   rawSpec: '^2.12.4',
+1281 silly cache add   spec: '>=2.12.4 <3.0.0',
+1281 silly cache add   type: 'range' }
+1282 silly addNamed is-my-json-valid@>=2.12.4 <3.0.0
+1283 verbose addNamed ">=2.12.4 <3.0.0" is a valid semver range for is-my-json-valid
+1284 silly addNameRange { name: 'is-my-json-valid',
+1284 silly addNameRange   range: '>=2.12.4 <3.0.0',
+1284 silly addNameRange   hasData: false }
+1285 silly mapToRegistry name is-my-json-valid
+1286 silly mapToRegistry using default registry
+1287 silly mapToRegistry registry https://registry.npmjs.org/
+1288 silly mapToRegistry data Result {
+1288 silly mapToRegistry   raw: 'is-my-json-valid',
+1288 silly mapToRegistry   scope: null,
+1288 silly mapToRegistry   name: 'is-my-json-valid',
+1288 silly mapToRegistry   rawSpec: '',
+1288 silly mapToRegistry   spec: 'latest',
+1288 silly mapToRegistry   type: 'tag' }
+1289 silly mapToRegistry uri https://registry.npmjs.org/is-my-json-valid
+1290 verbose addNameRange registry:https://registry.npmjs.org/is-my-json-valid not in flight; fetching
+1291 verbose get https://registry.npmjs.org/chalk not expired, no request
+1292 silly addNameRange number 2 { name: 'chalk', range: '>=1.1.1 <2.0.0', hasData: true }
+1293 silly addNameRange versions [ 'chalk',
+1293 silly addNameRange   [ '0.1.0',
+1293 silly addNameRange     '0.1.1',
+1293 silly addNameRange     '0.2.0',
+1293 silly addNameRange     '0.2.1',
+1293 silly addNameRange     '0.3.0',
+1293 silly addNameRange     '0.4.0',
+1293 silly addNameRange     '0.5.0',
+1293 silly addNameRange     '0.5.1',
+1293 silly addNameRange     '1.0.0',
+1293 silly addNameRange     '1.1.0',
+1293 silly addNameRange     '1.1.1',
+1293 silly addNameRange     '1.1.2',
+1293 silly addNameRange     '1.1.3' ] ]
+1294 silly addNamed chalk@1.1.3
+1295 verbose addNamed "1.1.3" is a plain semver version for chalk
+1296 silly cache afterAdd pinkie-promise@2.0.1
+1297 verbose afterAdd /home/adhisimon/.npm/pinkie-promise/2.0.1/package/package.json not in flight; writing
+1298 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1299 verbose get https://registry.npmjs.org/is-my-json-valid not expired, no request
+1300 silly addNameRange number 2 { name: 'is-my-json-valid',
+1300 silly addNameRange   range: '>=2.12.4 <3.0.0',
+1300 silly addNameRange   hasData: true }
+1301 silly addNameRange versions [ 'is-my-json-valid',
+1301 silly addNameRange   [ '0.0.0',
+1301 silly addNameRange     '1.0.0',
+1301 silly addNameRange     '1.0.1',
+1301 silly addNameRange     '1.1.0',
+1301 silly addNameRange     '1.2.0',
+1301 silly addNameRange     '1.3.0',
+1301 silly addNameRange     '1.3.1',
+1301 silly addNameRange     '1.3.2',
+1301 silly addNameRange     '1.3.3',
+1301 silly addNameRange     '1.3.4',
+1301 silly addNameRange     '1.3.5',
+1301 silly addNameRange     '1.3.6',
+1301 silly addNameRange     '1.3.7',
+1301 silly addNameRange     '1.3.8',
+1301 silly addNameRange     '1.3.9',
+1301 silly addNameRange     '1.4.0',
+1301 silly addNameRange     '1.4.1',
+1301 silly addNameRange     '2.0.0',
+1301 silly addNameRange     '2.0.1',
+1301 silly addNameRange     '2.0.2',
+1301 silly addNameRange     '2.0.3',
+1301 silly addNameRange     '2.1.0',
+1301 silly addNameRange     '2.2.0',
+1301 silly addNameRange     '2.2.1',
+1301 silly addNameRange     '2.3.0',
+1301 silly addNameRange     '2.3.1',
+1301 silly addNameRange     '2.4.0',
+1301 silly addNameRange     '2.4.1',
+1301 silly addNameRange     '2.5.0',
+1301 silly addNameRange     '2.6.0',
+1301 silly addNameRange     '2.7.0',
+1301 silly addNameRange     '2.8.0',
+1301 silly addNameRange     '2.9.0',
+1301 silly addNameRange     '2.9.1',
+1301 silly addNameRange     '2.9.2',
+1301 silly addNameRange     '2.9.3',
+1301 silly addNameRange     '2.9.4',
+1301 silly addNameRange     '2.10.0',
+1301 silly addNameRange     '2.10.1',
+1301 silly addNameRange     '2.11.0',
+1301 silly addNameRange     '2.12.0',
+1301 silly addNameRange     '2.12.1',
+1301 silly addNameRange     '2.12.2',
+1301 silly addNameRange     '2.12.3',
+1301 silly addNameRange     '2.12.4',
+1301 silly addNameRange     '2.13.0',
+1301 silly addNameRange     '2.13.1' ] ]
+1302 silly addNamed is-my-json-valid@2.13.1
+1303 verbose addNamed "2.13.1" is a plain semver version for is-my-json-valid
+1304 verbose afterAdd /home/adhisimon/.npm/pinkie-promise/2.0.1/package/package.json written
+1305 silly cache afterAdd is-my-json-valid@2.13.1
+1306 verbose afterAdd /home/adhisimon/.npm/is-my-json-valid/2.13.1/package/package.json not in flight; writing
+1307 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1308 verbose afterAdd /home/adhisimon/.npm/is-my-json-valid/2.13.1/package/package.json written
+1309 silly cache afterAdd chalk@1.1.3
+1310 verbose afterAdd /home/adhisimon/.npm/chalk/1.1.3/package/package.json not in flight; writing
+1311 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1312 verbose afterAdd /home/adhisimon/.npm/chalk/1.1.3/package/package.json written
+1313 http 200 https://registry.npmjs.org/commander
+1314 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+1314 verbose headers   etag: '"1OWU57Y51BRF0DMP9UBIT8MYF"',
+1314 verbose headers   'content-type': 'application/json',
+1314 verbose headers   'content-encoding': 'gzip',
+1314 verbose headers   'cache-control': 'max-age=300',
+1314 verbose headers   'content-length': '13050',
+1314 verbose headers   'accept-ranges': 'bytes',
+1314 verbose headers   date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1314 verbose headers   via: '1.1 varnish',
+1314 verbose headers   age: '270',
+1314 verbose headers   connection: 'keep-alive',
+1314 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+1314 verbose headers   'x-cache': 'HIT',
+1314 verbose headers   'x-cache-hits': '45',
+1314 verbose headers   'x-timer': 'S1470634906.257231,VS0,VE0',
+1314 verbose headers   vary: 'Accept-Encoding' }
+1315 silly get cb [ 200,
+1315 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+1315 silly get     etag: '"1OWU57Y51BRF0DMP9UBIT8MYF"',
+1315 silly get     'content-type': 'application/json',
+1315 silly get     'content-encoding': 'gzip',
+1315 silly get     'cache-control': 'max-age=300',
+1315 silly get     'content-length': '13050',
+1315 silly get     'accept-ranges': 'bytes',
+1315 silly get     date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1315 silly get     via: '1.1 varnish',
+1315 silly get     age: '270',
+1315 silly get     connection: 'keep-alive',
+1315 silly get     'x-served-by': 'cache-sin6921-SIN',
+1315 silly get     'x-cache': 'HIT',
+1315 silly get     'x-cache-hits': '45',
+1315 silly get     'x-timer': 'S1470634906.257231,VS0,VE0',
+1315 silly get     vary: 'Accept-Encoding' } ]
+1316 verbose get saving commander to /home/adhisimon/.npm/registry.npmjs.org/commander/.cache.json
+1317 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1318 silly resolveWithNewModule commander@2.9.0 checking installable status
+1319 silly cache add args [ 'commander@^2.9.0', null ]
+1320 verbose cache add spec commander@^2.9.0
+1321 silly cache add parsed spec Result {
+1321 silly cache add   raw: 'commander@^2.9.0',
+1321 silly cache add   scope: null,
+1321 silly cache add   name: 'commander',
+1321 silly cache add   rawSpec: '^2.9.0',
+1321 silly cache add   spec: '>=2.9.0 <3.0.0',
+1321 silly cache add   type: 'range' }
+1322 silly addNamed commander@>=2.9.0 <3.0.0
+1323 verbose addNamed ">=2.9.0 <3.0.0" is a valid semver range for commander
+1324 silly addNameRange { name: 'commander', range: '>=2.9.0 <3.0.0', hasData: false }
+1325 silly mapToRegistry name commander
+1326 silly mapToRegistry using default registry
+1327 silly mapToRegistry registry https://registry.npmjs.org/
+1328 silly mapToRegistry data Result {
+1328 silly mapToRegistry   raw: 'commander',
+1328 silly mapToRegistry   scope: null,
+1328 silly mapToRegistry   name: 'commander',
+1328 silly mapToRegistry   rawSpec: '',
+1328 silly mapToRegistry   spec: 'latest',
+1328 silly mapToRegistry   type: 'tag' }
+1329 silly mapToRegistry uri https://registry.npmjs.org/commander
+1330 verbose addNameRange registry:https://registry.npmjs.org/commander not in flight; fetching
+1331 verbose get https://registry.npmjs.org/commander not expired, no request
+1332 silly addNameRange number 2 { name: 'commander', range: '>=2.9.0 <3.0.0', hasData: true }
+1333 silly addNameRange versions [ 'commander',
+1333 silly addNameRange   [ '0.0.1',
+1333 silly addNameRange     '0.0.3',
+1333 silly addNameRange     '0.0.4',
+1333 silly addNameRange     '0.0.5',
+1333 silly addNameRange     '0.1.0',
+1333 silly addNameRange     '0.2.0',
+1333 silly addNameRange     '0.2.1',
+1333 silly addNameRange     '0.3.0',
+1333 silly addNameRange     '0.3.1',
+1333 silly addNameRange     '0.3.2',
+1333 silly addNameRange     '0.3.3',
+1333 silly addNameRange     '0.4.0',
+1333 silly addNameRange     '0.4.1',
+1333 silly addNameRange     '0.4.2',
+1333 silly addNameRange     '0.4.3',
+1333 silly addNameRange     '0.5.0',
+1333 silly addNameRange     '0.5.1',
+1333 silly addNameRange     '0.6.0',
+1333 silly addNameRange     '0.6.1',
+1333 silly addNameRange     '0.5.2',
+1333 silly addNameRange     '1.0.0',
+1333 silly addNameRange     '1.0.1',
+1333 silly addNameRange     '1.0.2',
+1333 silly addNameRange     '1.0.3',
+1333 silly addNameRange     '1.0.4',
+1333 silly addNameRange     '1.0.5',
+1333 silly addNameRange     '1.1.0',
+1333 silly addNameRange     '1.1.1',
+1333 silly addNameRange     '1.2.0',
+1333 silly addNameRange     '1.3.0',
+1333 silly addNameRange     '1.3.1',
+1333 silly addNameRange     '1.3.2',
+1333 silly addNameRange     '2.0.0',
+1333 silly addNameRange     '2.1.0',
+1333 silly addNameRange     '2.2.0',
+1333 silly addNameRange     '2.3.0',
+1333 silly addNameRange     '2.4.0',
+1333 silly addNameRange     '2.5.0',
+1333 silly addNameRange     '2.5.1',
+1333 silly addNameRange     '2.6.0',
+1333 silly addNameRange     '2.7.0',
+1333 silly addNameRange     '2.7.1',
+1333 silly addNameRange     '2.8.0',
+1333 silly addNameRange     '2.8.1',
+1333 silly addNameRange     '2.9.0' ] ]
+1334 silly addNamed commander@2.9.0
+1335 verbose addNamed "2.9.0" is a plain semver version for commander
+1336 silly cache afterAdd commander@2.9.0
+1337 verbose afterAdd /home/adhisimon/.npm/commander/2.9.0/package/package.json not in flight; writing
+1338 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1339 verbose afterAdd /home/adhisimon/.npm/commander/2.9.0/package/package.json written
+1340 silly fetchNamedPackageData ansi-styles
+1341 silly mapToRegistry name ansi-styles
+1342 silly mapToRegistry using default registry
+1343 silly mapToRegistry registry https://registry.npmjs.org/
+1344 silly mapToRegistry data Result {
+1344 silly mapToRegistry   raw: 'ansi-styles',
+1344 silly mapToRegistry   scope: null,
+1344 silly mapToRegistry   name: 'ansi-styles',
+1344 silly mapToRegistry   rawSpec: '',
+1344 silly mapToRegistry   spec: 'latest',
+1344 silly mapToRegistry   type: 'tag' }
+1345 silly mapToRegistry uri https://registry.npmjs.org/ansi-styles
+1346 silly fetchNamedPackageData escape-string-regexp
+1347 silly mapToRegistry name escape-string-regexp
+1348 silly mapToRegistry using default registry
+1349 silly mapToRegistry registry https://registry.npmjs.org/
+1350 silly mapToRegistry data Result {
+1350 silly mapToRegistry   raw: 'escape-string-regexp',
+1350 silly mapToRegistry   scope: null,
+1350 silly mapToRegistry   name: 'escape-string-regexp',
+1350 silly mapToRegistry   rawSpec: '',
+1350 silly mapToRegistry   spec: 'latest',
+1350 silly mapToRegistry   type: 'tag' }
+1351 silly mapToRegistry uri https://registry.npmjs.org/escape-string-regexp
+1352 silly fetchNamedPackageData has-ansi
+1353 silly mapToRegistry name has-ansi
+1354 silly mapToRegistry using default registry
+1355 silly mapToRegistry registry https://registry.npmjs.org/
+1356 silly mapToRegistry data Result {
+1356 silly mapToRegistry   raw: 'has-ansi',
+1356 silly mapToRegistry   scope: null,
+1356 silly mapToRegistry   name: 'has-ansi',
+1356 silly mapToRegistry   rawSpec: '',
+1356 silly mapToRegistry   spec: 'latest',
+1356 silly mapToRegistry   type: 'tag' }
+1357 silly mapToRegistry uri https://registry.npmjs.org/has-ansi
+1358 silly fetchNamedPackageData supports-color
+1359 silly mapToRegistry name supports-color
+1360 silly mapToRegistry using default registry
+1361 silly mapToRegistry registry https://registry.npmjs.org/
+1362 silly mapToRegistry data Result {
+1362 silly mapToRegistry   raw: 'supports-color',
+1362 silly mapToRegistry   scope: null,
+1362 silly mapToRegistry   name: 'supports-color',
+1362 silly mapToRegistry   rawSpec: '',
+1362 silly mapToRegistry   spec: 'latest',
+1362 silly mapToRegistry   type: 'tag' }
+1363 silly mapToRegistry uri https://registry.npmjs.org/supports-color
+1364 verbose request uri https://registry.npmjs.org/has-ansi
+1365 verbose request no auth needed
+1366 info attempt registry request try #1 at 12:41:46
+1367 verbose etag "5BRJ6SWTFTG3PC77WJMU0S9MB"
+1368 http request GET https://registry.npmjs.org/has-ansi
+1369 verbose request uri https://registry.npmjs.org/supports-color
+1370 verbose request no auth needed
+1371 info attempt registry request try #1 at 12:41:46
+1372 verbose etag "87VJAKWYUF4A2G4LCQKH55FZE"
+1373 http request GET https://registry.npmjs.org/supports-color
+1374 verbose request uri https://registry.npmjs.org/escape-string-regexp
+1375 verbose request no auth needed
+1376 info attempt registry request try #1 at 12:41:46
+1377 verbose etag "6KTGFS9RIPM29TUJQ6RDLQRVA"
+1378 http request GET https://registry.npmjs.org/escape-string-regexp
+1379 verbose request uri https://registry.npmjs.org/ansi-styles
+1380 verbose request no auth needed
+1381 info attempt registry request try #1 at 12:41:46
+1382 verbose etag "2S43S9IH54YQSFIO0BL7CTRUF"
+1383 http request GET https://registry.npmjs.org/ansi-styles
+1384 http 304 https://registry.npmjs.org/has-ansi
+1385 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1385 verbose headers   via: '1.1 varnish',
+1385 verbose headers   'cache-control': 'max-age=300',
+1385 verbose headers   etag: '"5BRJ6SWTFTG3PC77WJMU0S9MB"',
+1385 verbose headers   age: '263',
+1385 verbose headers   connection: 'keep-alive',
+1385 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+1385 verbose headers   'x-cache': 'HIT',
+1385 verbose headers   'x-cache-hits': '33',
+1385 verbose headers   'x-timer': 'S1470634906.349753,VS0,VE0',
+1385 verbose headers   vary: 'Accept-Encoding' }
+1386 silly get cb [ 304,
+1386 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1386 silly get     via: '1.1 varnish',
+1386 silly get     'cache-control': 'max-age=300',
+1386 silly get     etag: '"5BRJ6SWTFTG3PC77WJMU0S9MB"',
+1386 silly get     age: '263',
+1386 silly get     connection: 'keep-alive',
+1386 silly get     'x-served-by': 'cache-sin6926-SIN',
+1386 silly get     'x-cache': 'HIT',
+1386 silly get     'x-cache-hits': '33',
+1386 silly get     'x-timer': 'S1470634906.349753,VS0,VE0',
+1386 silly get     vary: 'Accept-Encoding' } ]
+1387 verbose etag https://registry.npmjs.org/has-ansi from cache
+1388 verbose get saving has-ansi to /home/adhisimon/.npm/registry.npmjs.org/has-ansi/.cache.json
+1389 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1390 silly resolveWithNewModule has-ansi@2.0.0 checking installable status
+1391 silly cache add args [ 'has-ansi@^2.0.0', null ]
+1392 verbose cache add spec has-ansi@^2.0.0
+1393 silly cache add parsed spec Result {
+1393 silly cache add   raw: 'has-ansi@^2.0.0',
+1393 silly cache add   scope: null,
+1393 silly cache add   name: 'has-ansi',
+1393 silly cache add   rawSpec: '^2.0.0',
+1393 silly cache add   spec: '>=2.0.0 <3.0.0',
+1393 silly cache add   type: 'range' }
+1394 silly addNamed has-ansi@>=2.0.0 <3.0.0
+1395 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
+1396 silly addNameRange { name: 'has-ansi', range: '>=2.0.0 <3.0.0', hasData: false }
+1397 silly mapToRegistry name has-ansi
+1398 silly mapToRegistry using default registry
+1399 silly mapToRegistry registry https://registry.npmjs.org/
+1400 silly mapToRegistry data Result {
+1400 silly mapToRegistry   raw: 'has-ansi',
+1400 silly mapToRegistry   scope: null,
+1400 silly mapToRegistry   name: 'has-ansi',
+1400 silly mapToRegistry   rawSpec: '',
+1400 silly mapToRegistry   spec: 'latest',
+1400 silly mapToRegistry   type: 'tag' }
+1401 silly mapToRegistry uri https://registry.npmjs.org/has-ansi
+1402 verbose addNameRange registry:https://registry.npmjs.org/has-ansi not in flight; fetching
+1403 verbose get https://registry.npmjs.org/has-ansi not expired, no request
+1404 silly addNameRange number 2 { name: 'has-ansi', range: '>=2.0.0 <3.0.0', hasData: true }
+1405 silly addNameRange versions [ 'has-ansi',
+1405 silly addNameRange   [ '0.1.0', '1.0.0', '1.0.1', '1.0.2', '1.0.3', '2.0.0' ] ]
+1406 silly addNamed has-ansi@2.0.0
+1407 verbose addNamed "2.0.0" is a plain semver version for has-ansi
+1408 http 304 https://registry.npmjs.org/escape-string-regexp
+1409 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1409 verbose headers   via: '1.1 varnish',
+1409 verbose headers   'cache-control': 'max-age=300',
+1409 verbose headers   etag: '"6KTGFS9RIPM29TUJQ6RDLQRVA"',
+1409 verbose headers   age: '77',
+1409 verbose headers   connection: 'keep-alive',
+1409 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+1409 verbose headers   'x-cache': 'HIT',
+1409 verbose headers   'x-cache-hits': '10',
+1409 verbose headers   'x-timer': 'S1470634906.361731,VS0,VE0',
+1409 verbose headers   vary: 'Accept-Encoding' }
+1410 silly get cb [ 304,
+1410 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1410 silly get     via: '1.1 varnish',
+1410 silly get     'cache-control': 'max-age=300',
+1410 silly get     etag: '"6KTGFS9RIPM29TUJQ6RDLQRVA"',
+1410 silly get     age: '77',
+1410 silly get     connection: 'keep-alive',
+1410 silly get     'x-served-by': 'cache-sin6921-SIN',
+1410 silly get     'x-cache': 'HIT',
+1410 silly get     'x-cache-hits': '10',
+1410 silly get     'x-timer': 'S1470634906.361731,VS0,VE0',
+1410 silly get     vary: 'Accept-Encoding' } ]
+1411 verbose etag https://registry.npmjs.org/escape-string-regexp from cache
+1412 verbose get saving escape-string-regexp to /home/adhisimon/.npm/registry.npmjs.org/escape-string-regexp/.cache.json
+1413 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1414 silly cache afterAdd has-ansi@2.0.0
+1415 verbose afterAdd /home/adhisimon/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
+1416 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1417 http 304 https://registry.npmjs.org/ansi-styles
+1418 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1418 verbose headers   via: '1.1 varnish',
+1418 verbose headers   'cache-control': 'max-age=300',
+1418 verbose headers   etag: '"2S43S9IH54YQSFIO0BL7CTRUF"',
+1418 verbose headers   age: '99',
+1418 verbose headers   connection: 'keep-alive',
+1418 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+1418 verbose headers   'x-cache': 'HIT',
+1418 verbose headers   'x-cache-hits': '14',
+1418 verbose headers   'x-timer': 'S1470634906.372032,VS0,VE0',
+1418 verbose headers   vary: 'Accept-Encoding' }
+1419 silly get cb [ 304,
+1419 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1419 silly get     via: '1.1 varnish',
+1419 silly get     'cache-control': 'max-age=300',
+1419 silly get     etag: '"2S43S9IH54YQSFIO0BL7CTRUF"',
+1419 silly get     age: '99',
+1419 silly get     connection: 'keep-alive',
+1419 silly get     'x-served-by': 'cache-sin6920-SIN',
+1419 silly get     'x-cache': 'HIT',
+1419 silly get     'x-cache-hits': '14',
+1419 silly get     'x-timer': 'S1470634906.372032,VS0,VE0',
+1419 silly get     vary: 'Accept-Encoding' } ]
+1420 verbose etag https://registry.npmjs.org/ansi-styles from cache
+1421 verbose get saving ansi-styles to /home/adhisimon/.npm/registry.npmjs.org/ansi-styles/.cache.json
+1422 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1423 silly resolveWithNewModule escape-string-regexp@1.0.5 checking installable status
+1424 silly cache add args [ 'escape-string-regexp@^1.0.2', null ]
+1425 verbose cache add spec escape-string-regexp@^1.0.2
+1426 silly cache add parsed spec Result {
+1426 silly cache add   raw: 'escape-string-regexp@^1.0.2',
+1426 silly cache add   scope: null,
+1426 silly cache add   name: 'escape-string-regexp',
+1426 silly cache add   rawSpec: '^1.0.2',
+1426 silly cache add   spec: '>=1.0.2 <2.0.0',
+1426 silly cache add   type: 'range' }
+1427 silly addNamed escape-string-regexp@>=1.0.2 <2.0.0
+1428 verbose addNamed ">=1.0.2 <2.0.0" is a valid semver range for escape-string-regexp
+1429 silly addNameRange { name: 'escape-string-regexp',
+1429 silly addNameRange   range: '>=1.0.2 <2.0.0',
+1429 silly addNameRange   hasData: false }
+1430 silly mapToRegistry name escape-string-regexp
+1431 silly mapToRegistry using default registry
+1432 silly mapToRegistry registry https://registry.npmjs.org/
+1433 silly mapToRegistry data Result {
+1433 silly mapToRegistry   raw: 'escape-string-regexp',
+1433 silly mapToRegistry   scope: null,
+1433 silly mapToRegistry   name: 'escape-string-regexp',
+1433 silly mapToRegistry   rawSpec: '',
+1433 silly mapToRegistry   spec: 'latest',
+1433 silly mapToRegistry   type: 'tag' }
+1434 silly mapToRegistry uri https://registry.npmjs.org/escape-string-regexp
+1435 verbose addNameRange registry:https://registry.npmjs.org/escape-string-regexp not in flight; fetching
+1436 verbose afterAdd /home/adhisimon/.npm/has-ansi/2.0.0/package/package.json written
+1437 verbose get https://registry.npmjs.org/escape-string-regexp not expired, no request
+1438 silly addNameRange number 2 { name: 'escape-string-regexp',
+1438 silly addNameRange   range: '>=1.0.2 <2.0.0',
+1438 silly addNameRange   hasData: true }
+1439 silly addNameRange versions [ 'escape-string-regexp',
+1439 silly addNameRange   [ '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5' ] ]
+1440 silly addNamed escape-string-regexp@1.0.5
+1441 verbose addNamed "1.0.5" is a plain semver version for escape-string-regexp
+1442 silly resolveWithNewModule ansi-styles@2.2.1 checking installable status
+1443 silly cache add args [ 'ansi-styles@^2.2.1', null ]
+1444 verbose cache add spec ansi-styles@^2.2.1
+1445 silly cache add parsed spec Result {
+1445 silly cache add   raw: 'ansi-styles@^2.2.1',
+1445 silly cache add   scope: null,
+1445 silly cache add   name: 'ansi-styles',
+1445 silly cache add   rawSpec: '^2.2.1',
+1445 silly cache add   spec: '>=2.2.1 <3.0.0',
+1445 silly cache add   type: 'range' }
+1446 silly addNamed ansi-styles@>=2.2.1 <3.0.0
+1447 verbose addNamed ">=2.2.1 <3.0.0" is a valid semver range for ansi-styles
+1448 silly addNameRange { name: 'ansi-styles', range: '>=2.2.1 <3.0.0', hasData: false }
+1449 silly mapToRegistry name ansi-styles
+1450 silly mapToRegistry using default registry
+1451 silly mapToRegistry registry https://registry.npmjs.org/
+1452 silly mapToRegistry data Result {
+1452 silly mapToRegistry   raw: 'ansi-styles',
+1452 silly mapToRegistry   scope: null,
+1452 silly mapToRegistry   name: 'ansi-styles',
+1452 silly mapToRegistry   rawSpec: '',
+1452 silly mapToRegistry   spec: 'latest',
+1452 silly mapToRegistry   type: 'tag' }
+1453 silly mapToRegistry uri https://registry.npmjs.org/ansi-styles
+1454 verbose addNameRange registry:https://registry.npmjs.org/ansi-styles not in flight; fetching
+1455 verbose get https://registry.npmjs.org/ansi-styles not expired, no request
+1456 silly addNameRange number 2 { name: 'ansi-styles', range: '>=2.2.1 <3.0.0', hasData: true }
+1457 silly addNameRange versions [ 'ansi-styles',
+1457 silly addNameRange   [ '0.1.0',
+1457 silly addNameRange     '0.1.1',
+1457 silly addNameRange     '0.1.2',
+1457 silly addNameRange     '0.2.0',
+1457 silly addNameRange     '1.0.0',
+1457 silly addNameRange     '1.1.0',
+1457 silly addNameRange     '2.0.0',
+1457 silly addNameRange     '2.0.1',
+1457 silly addNameRange     '2.1.0',
+1457 silly addNameRange     '2.2.1' ] ]
+1458 silly addNamed ansi-styles@2.2.1
+1459 verbose addNamed "2.2.1" is a plain semver version for ansi-styles
+1460 silly cache afterAdd escape-string-regexp@1.0.5
+1461 verbose afterAdd /home/adhisimon/.npm/escape-string-regexp/1.0.5/package/package.json not in flight; writing
+1462 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1463 silly cache afterAdd ansi-styles@2.2.1
+1464 verbose afterAdd /home/adhisimon/.npm/ansi-styles/2.2.1/package/package.json not in flight; writing
+1465 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1466 verbose afterAdd /home/adhisimon/.npm/ansi-styles/2.2.1/package/package.json written
+1467 verbose afterAdd /home/adhisimon/.npm/escape-string-regexp/1.0.5/package/package.json written
+1468 http 304 https://registry.npmjs.org/supports-color
+1469 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1469 verbose headers   via: '1.1 varnish',
+1469 verbose headers   'cache-control': 'max-age=300',
+1469 verbose headers   etag: '"87VJAKWYUF4A2G4LCQKH55FZE"',
+1469 verbose headers   age: '13',
+1469 verbose headers   connection: 'keep-alive',
+1469 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+1469 verbose headers   'x-cache': 'HIT',
+1469 verbose headers   'x-cache-hits': '3',
+1469 verbose headers   'x-timer': 'S1470634906.599658,VS0,VE0',
+1469 verbose headers   vary: 'Accept-Encoding' }
+1470 silly get cb [ 304,
+1470 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1470 silly get     via: '1.1 varnish',
+1470 silly get     'cache-control': 'max-age=300',
+1470 silly get     etag: '"87VJAKWYUF4A2G4LCQKH55FZE"',
+1470 silly get     age: '13',
+1470 silly get     connection: 'keep-alive',
+1470 silly get     'x-served-by': 'cache-sin6921-SIN',
+1470 silly get     'x-cache': 'HIT',
+1470 silly get     'x-cache-hits': '3',
+1470 silly get     'x-timer': 'S1470634906.599658,VS0,VE0',
+1470 silly get     vary: 'Accept-Encoding' } ]
+1471 verbose etag https://registry.npmjs.org/supports-color from cache
+1472 verbose get saving supports-color to /home/adhisimon/.npm/registry.npmjs.org/supports-color/.cache.json
+1473 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1474 silly resolveWithNewModule supports-color@2.0.0 checking installable status
+1475 silly cache add args [ 'supports-color@^2.0.0', null ]
+1476 verbose cache add spec supports-color@^2.0.0
+1477 silly cache add parsed spec Result {
+1477 silly cache add   raw: 'supports-color@^2.0.0',
+1477 silly cache add   scope: null,
+1477 silly cache add   name: 'supports-color',
+1477 silly cache add   rawSpec: '^2.0.0',
+1477 silly cache add   spec: '>=2.0.0 <3.0.0',
+1477 silly cache add   type: 'range' }
+1478 silly addNamed supports-color@>=2.0.0 <3.0.0
+1479 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
+1480 silly addNameRange { name: 'supports-color',
+1480 silly addNameRange   range: '>=2.0.0 <3.0.0',
+1480 silly addNameRange   hasData: false }
+1481 silly mapToRegistry name supports-color
+1482 silly mapToRegistry using default registry
+1483 silly mapToRegistry registry https://registry.npmjs.org/
+1484 silly mapToRegistry data Result {
+1484 silly mapToRegistry   raw: 'supports-color',
+1484 silly mapToRegistry   scope: null,
+1484 silly mapToRegistry   name: 'supports-color',
+1484 silly mapToRegistry   rawSpec: '',
+1484 silly mapToRegistry   spec: 'latest',
+1484 silly mapToRegistry   type: 'tag' }
+1485 silly mapToRegistry uri https://registry.npmjs.org/supports-color
+1486 verbose addNameRange registry:https://registry.npmjs.org/supports-color not in flight; fetching
+1487 verbose get https://registry.npmjs.org/supports-color not expired, no request
+1488 silly addNameRange number 2 { name: 'supports-color',
+1488 silly addNameRange   range: '>=2.0.0 <3.0.0',
+1488 silly addNameRange   hasData: true }
+1489 silly addNameRange versions [ 'supports-color',
+1489 silly addNameRange   [ '0.2.0',
+1489 silly addNameRange     '1.0.0',
+1489 silly addNameRange     '1.1.0',
+1489 silly addNameRange     '1.2.0',
+1489 silly addNameRange     '1.2.1',
+1489 silly addNameRange     '1.3.0',
+1489 silly addNameRange     '1.3.1',
+1489 silly addNameRange     '2.0.0',
+1489 silly addNameRange     '3.0.0',
+1489 silly addNameRange     '3.0.1',
+1489 silly addNameRange     '3.1.0',
+1489 silly addNameRange     '3.1.1',
+1489 silly addNameRange     '3.1.2' ] ]
+1490 silly addNamed supports-color@2.0.0
+1491 verbose addNamed "2.0.0" is a plain semver version for supports-color
+1492 silly cache afterAdd supports-color@2.0.0
+1493 verbose afterAdd /home/adhisimon/.npm/supports-color/2.0.0/package/package.json not in flight; writing
+1494 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1495 verbose afterAdd /home/adhisimon/.npm/supports-color/2.0.0/package/package.json written
+1496 silly fetchNamedPackageData graceful-readlink
+1497 silly mapToRegistry name graceful-readlink
+1498 silly mapToRegistry using default registry
+1499 silly mapToRegistry registry https://registry.npmjs.org/
+1500 silly mapToRegistry data Result {
+1500 silly mapToRegistry   raw: 'graceful-readlink',
+1500 silly mapToRegistry   scope: null,
+1500 silly mapToRegistry   name: 'graceful-readlink',
+1500 silly mapToRegistry   rawSpec: '',
+1500 silly mapToRegistry   spec: 'latest',
+1500 silly mapToRegistry   type: 'tag' }
+1501 silly mapToRegistry uri https://registry.npmjs.org/graceful-readlink
+1502 verbose request uri https://registry.npmjs.org/graceful-readlink
+1503 verbose request no auth needed
+1504 info attempt registry request try #1 at 12:41:46
+1505 verbose etag "4Y89F8JDJP0YPHGBB0IMVMPJA"
+1506 http request GET https://registry.npmjs.org/graceful-readlink
+1507 http 304 https://registry.npmjs.org/graceful-readlink
+1508 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1508 verbose headers   via: '1.1 varnish',
+1508 verbose headers   'cache-control': 'max-age=300',
+1508 verbose headers   etag: '"4Y89F8JDJP0YPHGBB0IMVMPJA"',
+1508 verbose headers   age: '58',
+1508 verbose headers   connection: 'keep-alive',
+1508 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+1508 verbose headers   'x-cache': 'HIT',
+1508 verbose headers   'x-cache-hits': '7',
+1508 verbose headers   'x-timer': 'S1470634906.678496,VS0,VE0',
+1508 verbose headers   vary: 'Accept-Encoding' }
+1509 silly get cb [ 304,
+1509 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1509 silly get     via: '1.1 varnish',
+1509 silly get     'cache-control': 'max-age=300',
+1509 silly get     etag: '"4Y89F8JDJP0YPHGBB0IMVMPJA"',
+1509 silly get     age: '58',
+1509 silly get     connection: 'keep-alive',
+1509 silly get     'x-served-by': 'cache-sin6927-SIN',
+1509 silly get     'x-cache': 'HIT',
+1509 silly get     'x-cache-hits': '7',
+1509 silly get     'x-timer': 'S1470634906.678496,VS0,VE0',
+1509 silly get     vary: 'Accept-Encoding' } ]
+1510 verbose etag https://registry.npmjs.org/graceful-readlink from cache
+1511 verbose get saving graceful-readlink to /home/adhisimon/.npm/registry.npmjs.org/graceful-readlink/.cache.json
+1512 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1513 silly resolveWithNewModule graceful-readlink@1.0.1 checking installable status
+1514 silly cache add args [ 'graceful-readlink@>= 1.0.0', null ]
+1515 verbose cache add spec graceful-readlink@>= 1.0.0
+1516 silly cache add parsed spec Result {
+1516 silly cache add   raw: 'graceful-readlink@>= 1.0.0',
+1516 silly cache add   scope: null,
+1516 silly cache add   name: 'graceful-readlink',
+1516 silly cache add   rawSpec: '>= 1.0.0',
+1516 silly cache add   spec: '>=1.0.0',
+1516 silly cache add   type: 'range' }
+1517 silly addNamed graceful-readlink@>=1.0.0
+1518 verbose addNamed ">=1.0.0" is a valid semver range for graceful-readlink
+1519 silly addNameRange { name: 'graceful-readlink', range: '>=1.0.0', hasData: false }
+1520 silly mapToRegistry name graceful-readlink
+1521 silly mapToRegistry using default registry
+1522 silly mapToRegistry registry https://registry.npmjs.org/
+1523 silly mapToRegistry data Result {
+1523 silly mapToRegistry   raw: 'graceful-readlink',
+1523 silly mapToRegistry   scope: null,
+1523 silly mapToRegistry   name: 'graceful-readlink',
+1523 silly mapToRegistry   rawSpec: '',
+1523 silly mapToRegistry   spec: 'latest',
+1523 silly mapToRegistry   type: 'tag' }
+1524 silly mapToRegistry uri https://registry.npmjs.org/graceful-readlink
+1525 verbose addNameRange registry:https://registry.npmjs.org/graceful-readlink not in flight; fetching
+1526 verbose get https://registry.npmjs.org/graceful-readlink not expired, no request
+1527 silly addNameRange number 2 { name: 'graceful-readlink', range: '>=1.0.0', hasData: true }
+1528 silly addNameRange versions [ 'graceful-readlink', [ '1.0.0', '1.0.1' ] ]
+1529 silly addNamed graceful-readlink@1.0.1
+1530 verbose addNamed "1.0.1" is a plain semver version for graceful-readlink
+1531 silly cache afterAdd graceful-readlink@1.0.1
+1532 verbose afterAdd /home/adhisimon/.npm/graceful-readlink/1.0.1/package/package.json not in flight; writing
+1533 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1534 verbose afterAdd /home/adhisimon/.npm/graceful-readlink/1.0.1/package/package.json written
+1535 silly fetchNamedPackageData generate-function
+1536 silly mapToRegistry name generate-function
+1537 silly mapToRegistry using default registry
+1538 silly mapToRegistry registry https://registry.npmjs.org/
+1539 silly mapToRegistry data Result {
+1539 silly mapToRegistry   raw: 'generate-function',
+1539 silly mapToRegistry   scope: null,
+1539 silly mapToRegistry   name: 'generate-function',
+1539 silly mapToRegistry   rawSpec: '',
+1539 silly mapToRegistry   spec: 'latest',
+1539 silly mapToRegistry   type: 'tag' }
+1540 silly mapToRegistry uri https://registry.npmjs.org/generate-function
+1541 silly fetchNamedPackageData generate-object-property
+1542 silly mapToRegistry name generate-object-property
+1543 silly mapToRegistry using default registry
+1544 silly mapToRegistry registry https://registry.npmjs.org/
+1545 silly mapToRegistry data Result {
+1545 silly mapToRegistry   raw: 'generate-object-property',
+1545 silly mapToRegistry   scope: null,
+1545 silly mapToRegistry   name: 'generate-object-property',
+1545 silly mapToRegistry   rawSpec: '',
+1545 silly mapToRegistry   spec: 'latest',
+1545 silly mapToRegistry   type: 'tag' }
+1546 silly mapToRegistry uri https://registry.npmjs.org/generate-object-property
+1547 silly fetchNamedPackageData jsonpointer
+1548 silly mapToRegistry name jsonpointer
+1549 silly mapToRegistry using default registry
+1550 silly mapToRegistry registry https://registry.npmjs.org/
+1551 silly mapToRegistry data Result {
+1551 silly mapToRegistry   raw: 'jsonpointer',
+1551 silly mapToRegistry   scope: null,
+1551 silly mapToRegistry   name: 'jsonpointer',
+1551 silly mapToRegistry   rawSpec: '',
+1551 silly mapToRegistry   spec: 'latest',
+1551 silly mapToRegistry   type: 'tag' }
+1552 silly mapToRegistry uri https://registry.npmjs.org/jsonpointer
+1553 silly fetchNamedPackageData xtend
+1554 silly mapToRegistry name xtend
+1555 silly mapToRegistry using default registry
+1556 silly mapToRegistry registry https://registry.npmjs.org/
+1557 silly mapToRegistry data Result {
+1557 silly mapToRegistry   raw: 'xtend',
+1557 silly mapToRegistry   scope: null,
+1557 silly mapToRegistry   name: 'xtend',
+1557 silly mapToRegistry   rawSpec: '',
+1557 silly mapToRegistry   spec: 'latest',
+1557 silly mapToRegistry   type: 'tag' }
+1558 silly mapToRegistry uri https://registry.npmjs.org/xtend
+1559 verbose request uri https://registry.npmjs.org/generate-object-property
+1560 verbose request no auth needed
+1561 info attempt registry request try #1 at 12:41:46
+1562 verbose etag "72ZH0Q0U3MBSMZ2H72UQCNB13"
+1563 http request GET https://registry.npmjs.org/generate-object-property
+1564 verbose request uri https://registry.npmjs.org/generate-function
+1565 verbose request no auth needed
+1566 info attempt registry request try #1 at 12:41:46
+1567 verbose etag "12PLKYR2FNJXHNF7XFY76TLP0"
+1568 http request GET https://registry.npmjs.org/generate-function
+1569 verbose request uri https://registry.npmjs.org/jsonpointer
+1570 verbose request no auth needed
+1571 info attempt registry request try #1 at 12:41:46
+1572 verbose etag "BIO3ZGE4ECJHV79YY3E8K87NO"
+1573 http request GET https://registry.npmjs.org/jsonpointer
+1574 verbose request uri https://registry.npmjs.org/xtend
+1575 verbose request no auth needed
+1576 info attempt registry request try #1 at 12:41:46
+1577 verbose etag "3A8QE0J17ULRJ9ERTGGBNQG71"
+1578 http request GET https://registry.npmjs.org/xtend
+1579 http 304 https://registry.npmjs.org/generate-object-property
+1580 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1580 verbose headers   via: '1.1 varnish',
+1580 verbose headers   'cache-control': 'max-age=300',
+1580 verbose headers   etag: '"72ZH0Q0U3MBSMZ2H72UQCNB13"',
+1580 verbose headers   age: '288',
+1580 verbose headers   connection: 'keep-alive',
+1580 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+1580 verbose headers   'x-cache': 'HIT',
+1580 verbose headers   'x-cache-hits': '12',
+1580 verbose headers   'x-timer': 'S1470634906.763800,VS0,VE0',
+1580 verbose headers   vary: 'Accept-Encoding' }
+1581 silly get cb [ 304,
+1581 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1581 silly get     via: '1.1 varnish',
+1581 silly get     'cache-control': 'max-age=300',
+1581 silly get     etag: '"72ZH0Q0U3MBSMZ2H72UQCNB13"',
+1581 silly get     age: '288',
+1581 silly get     connection: 'keep-alive',
+1581 silly get     'x-served-by': 'cache-sin6927-SIN',
+1581 silly get     'x-cache': 'HIT',
+1581 silly get     'x-cache-hits': '12',
+1581 silly get     'x-timer': 'S1470634906.763800,VS0,VE0',
+1581 silly get     vary: 'Accept-Encoding' } ]
+1582 verbose etag https://registry.npmjs.org/generate-object-property from cache
+1583 verbose get saving generate-object-property to /home/adhisimon/.npm/registry.npmjs.org/generate-object-property/.cache.json
+1584 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1585 http 304 https://registry.npmjs.org/generate-function
+1586 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1586 verbose headers   via: '1.1 varnish',
+1586 verbose headers   'cache-control': 'max-age=300',
+1586 verbose headers   etag: '"12PLKYR2FNJXHNF7XFY76TLP0"',
+1586 verbose headers   age: '288',
+1586 verbose headers   connection: 'keep-alive',
+1586 verbose headers   'x-served-by': 'cache-sin6924-SIN',
+1586 verbose headers   'x-cache': 'HIT',
+1586 verbose headers   'x-cache-hits': '16',
+1586 verbose headers   'x-timer': 'S1470634906.764931,VS0,VE0',
+1586 verbose headers   vary: 'Accept-Encoding' }
+1587 silly get cb [ 304,
+1587 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1587 silly get     via: '1.1 varnish',
+1587 silly get     'cache-control': 'max-age=300',
+1587 silly get     etag: '"12PLKYR2FNJXHNF7XFY76TLP0"',
+1587 silly get     age: '288',
+1587 silly get     connection: 'keep-alive',
+1587 silly get     'x-served-by': 'cache-sin6924-SIN',
+1587 silly get     'x-cache': 'HIT',
+1587 silly get     'x-cache-hits': '16',
+1587 silly get     'x-timer': 'S1470634906.764931,VS0,VE0',
+1587 silly get     vary: 'Accept-Encoding' } ]
+1588 verbose etag https://registry.npmjs.org/generate-function from cache
+1589 verbose get saving generate-function to /home/adhisimon/.npm/registry.npmjs.org/generate-function/.cache.json
+1590 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1591 silly resolveWithNewModule generate-object-property@1.2.0 checking installable status
+1592 silly cache add args [ 'generate-object-property@^1.1.0', null ]
+1593 verbose cache add spec generate-object-property@^1.1.0
+1594 silly cache add parsed spec Result {
+1594 silly cache add   raw: 'generate-object-property@^1.1.0',
+1594 silly cache add   scope: null,
+1594 silly cache add   name: 'generate-object-property',
+1594 silly cache add   rawSpec: '^1.1.0',
+1594 silly cache add   spec: '>=1.1.0 <2.0.0',
+1594 silly cache add   type: 'range' }
+1595 silly addNamed generate-object-property@>=1.1.0 <2.0.0
+1596 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for generate-object-property
+1597 silly addNameRange { name: 'generate-object-property',
+1597 silly addNameRange   range: '>=1.1.0 <2.0.0',
+1597 silly addNameRange   hasData: false }
+1598 silly mapToRegistry name generate-object-property
+1599 silly mapToRegistry using default registry
+1600 silly mapToRegistry registry https://registry.npmjs.org/
+1601 silly mapToRegistry data Result {
+1601 silly mapToRegistry   raw: 'generate-object-property',
+1601 silly mapToRegistry   scope: null,
+1601 silly mapToRegistry   name: 'generate-object-property',
+1601 silly mapToRegistry   rawSpec: '',
+1601 silly mapToRegistry   spec: 'latest',
+1601 silly mapToRegistry   type: 'tag' }
+1602 silly mapToRegistry uri https://registry.npmjs.org/generate-object-property
+1603 verbose addNameRange registry:https://registry.npmjs.org/generate-object-property not in flight; fetching
+1604 silly resolveWithNewModule generate-function@2.0.0 checking installable status
+1605 silly cache add args [ 'generate-function@^2.0.0', null ]
+1606 verbose cache add spec generate-function@^2.0.0
+1607 silly cache add parsed spec Result {
+1607 silly cache add   raw: 'generate-function@^2.0.0',
+1607 silly cache add   scope: null,
+1607 silly cache add   name: 'generate-function',
+1607 silly cache add   rawSpec: '^2.0.0',
+1607 silly cache add   spec: '>=2.0.0 <3.0.0',
+1607 silly cache add   type: 'range' }
+1608 silly addNamed generate-function@>=2.0.0 <3.0.0
+1609 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for generate-function
+1610 silly addNameRange { name: 'generate-function',
+1610 silly addNameRange   range: '>=2.0.0 <3.0.0',
+1610 silly addNameRange   hasData: false }
+1611 silly mapToRegistry name generate-function
+1612 silly mapToRegistry using default registry
+1613 silly mapToRegistry registry https://registry.npmjs.org/
+1614 silly mapToRegistry data Result {
+1614 silly mapToRegistry   raw: 'generate-function',
+1614 silly mapToRegistry   scope: null,
+1614 silly mapToRegistry   name: 'generate-function',
+1614 silly mapToRegistry   rawSpec: '',
+1614 silly mapToRegistry   spec: 'latest',
+1614 silly mapToRegistry   type: 'tag' }
+1615 silly mapToRegistry uri https://registry.npmjs.org/generate-function
+1616 verbose addNameRange registry:https://registry.npmjs.org/generate-function not in flight; fetching
+1617 http 304 https://registry.npmjs.org/xtend
+1618 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1618 verbose headers   via: '1.1 varnish',
+1618 verbose headers   'cache-control': 'max-age=300',
+1618 verbose headers   etag: '"3A8QE0J17ULRJ9ERTGGBNQG71"',
+1618 verbose headers   age: '107',
+1618 verbose headers   connection: 'keep-alive',
+1618 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+1618 verbose headers   'x-cache': 'HIT',
+1618 verbose headers   'x-cache-hits': '17',
+1618 verbose headers   'x-timer': 'S1470634906.775614,VS0,VE0',
+1618 verbose headers   vary: 'Accept-Encoding' }
+1619 silly get cb [ 304,
+1619 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1619 silly get     via: '1.1 varnish',
+1619 silly get     'cache-control': 'max-age=300',
+1619 silly get     etag: '"3A8QE0J17ULRJ9ERTGGBNQG71"',
+1619 silly get     age: '107',
+1619 silly get     connection: 'keep-alive',
+1619 silly get     'x-served-by': 'cache-sin6920-SIN',
+1619 silly get     'x-cache': 'HIT',
+1619 silly get     'x-cache-hits': '17',
+1619 silly get     'x-timer': 'S1470634906.775614,VS0,VE0',
+1619 silly get     vary: 'Accept-Encoding' } ]
+1620 verbose etag https://registry.npmjs.org/xtend from cache
+1621 verbose get saving xtend to /home/adhisimon/.npm/registry.npmjs.org/xtend/.cache.json
+1622 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1623 verbose get https://registry.npmjs.org/generate-object-property not expired, no request
+1624 silly addNameRange number 2 { name: 'generate-object-property',
+1624 silly addNameRange   range: '>=1.1.0 <2.0.0',
+1624 silly addNameRange   hasData: true }
+1625 silly addNameRange versions [ 'generate-object-property',
+1625 silly addNameRange   [ '1.0.0', '1.1.0', '1.1.1', '1.2.0' ] ]
+1626 silly addNamed generate-object-property@1.2.0
+1627 verbose addNamed "1.2.0" is a plain semver version for generate-object-property
+1628 verbose get https://registry.npmjs.org/generate-function not expired, no request
+1629 silly addNameRange number 2 { name: 'generate-function',
+1629 silly addNameRange   range: '>=2.0.0 <3.0.0',
+1629 silly addNameRange   hasData: true }
+1630 silly addNameRange versions [ 'generate-function',
+1630 silly addNameRange   [ '0.0.0', '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.1.0', '2.0.0' ] ]
+1631 silly addNamed generate-function@2.0.0
+1632 verbose addNamed "2.0.0" is a plain semver version for generate-function
+1633 silly resolveWithNewModule xtend@4.0.1 checking installable status
+1634 silly cache add args [ 'xtend@^4.0.0', null ]
+1635 verbose cache add spec xtend@^4.0.0
+1636 silly cache add parsed spec Result {
+1636 silly cache add   raw: 'xtend@^4.0.0',
+1636 silly cache add   scope: null,
+1636 silly cache add   name: 'xtend',
+1636 silly cache add   rawSpec: '^4.0.0',
+1636 silly cache add   spec: '>=4.0.0 <5.0.0',
+1636 silly cache add   type: 'range' }
+1637 silly addNamed xtend@>=4.0.0 <5.0.0
+1638 verbose addNamed ">=4.0.0 <5.0.0" is a valid semver range for xtend
+1639 silly addNameRange { name: 'xtend', range: '>=4.0.0 <5.0.0', hasData: false }
+1640 silly mapToRegistry name xtend
+1641 silly mapToRegistry using default registry
+1642 silly mapToRegistry registry https://registry.npmjs.org/
+1643 silly mapToRegistry data Result {
+1643 silly mapToRegistry   raw: 'xtend',
+1643 silly mapToRegistry   scope: null,
+1643 silly mapToRegistry   name: 'xtend',
+1643 silly mapToRegistry   rawSpec: '',
+1643 silly mapToRegistry   spec: 'latest',
+1643 silly mapToRegistry   type: 'tag' }
+1644 silly mapToRegistry uri https://registry.npmjs.org/xtend
+1645 verbose addNameRange registry:https://registry.npmjs.org/xtend not in flight; fetching
+1646 silly cache afterAdd generate-object-property@1.2.0
+1647 verbose afterAdd /home/adhisimon/.npm/generate-object-property/1.2.0/package/package.json not in flight; writing
+1648 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1649 verbose get https://registry.npmjs.org/xtend not expired, no request
+1650 silly addNameRange number 2 { name: 'xtend', range: '>=4.0.0 <5.0.0', hasData: true }
+1651 silly addNameRange versions [ 'xtend',
+1651 silly addNameRange   [ '1.0.0',
+1651 silly addNameRange     '1.0.1',
+1651 silly addNameRange     '1.0.2',
+1651 silly addNameRange     '1.0.3',
+1651 silly addNameRange     '2.0.1',
+1651 silly addNameRange     '2.0.2',
+1651 silly addNameRange     '2.0.3',
+1651 silly addNameRange     '2.0.4',
+1651 silly addNameRange     '2.0.5',
+1651 silly addNameRange     '2.0.6',
+1651 silly addNameRange     '2.1.1',
+1651 silly addNameRange     '2.1.2',
+1651 silly addNameRange     '2.2.0',
+1651 silly addNameRange     '3.0.0',
+1651 silly addNameRange     '4.0.0',
+1651 silly addNameRange     '4.0.1' ] ]
+1652 silly addNamed xtend@4.0.1
+1653 verbose addNamed "4.0.1" is a plain semver version for xtend
+1654 verbose afterAdd /home/adhisimon/.npm/generate-object-property/1.2.0/package/package.json written
+1655 silly cache afterAdd generate-function@2.0.0
+1656 verbose afterAdd /home/adhisimon/.npm/generate-function/2.0.0/package/package.json not in flight; writing
+1657 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1658 silly cache afterAdd xtend@4.0.1
+1659 verbose afterAdd /home/adhisimon/.npm/xtend/4.0.1/package/package.json not in flight; writing
+1660 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1661 verbose afterAdd /home/adhisimon/.npm/xtend/4.0.1/package/package.json written
+1662 verbose afterAdd /home/adhisimon/.npm/generate-function/2.0.0/package/package.json written
+1663 http 304 https://registry.npmjs.org/jsonpointer
+1664 verbose headers { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1664 verbose headers   via: '1.1 varnish',
+1664 verbose headers   'cache-control': 'max-age=300',
+1664 verbose headers   etag: '"BIO3ZGE4ECJHV79YY3E8K87NO"',
+1664 verbose headers   age: '191',
+1664 verbose headers   connection: 'keep-alive',
+1664 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+1664 verbose headers   'x-cache': 'HIT',
+1664 verbose headers   'x-cache-hits': '9',
+1664 verbose headers   'x-timer': 'S1470634906.998335,VS0,VE0',
+1664 verbose headers   vary: 'Accept-Encoding' }
+1665 silly get cb [ 304,
+1665 silly get   { date: 'Mon, 08 Aug 2016 05:41:46 GMT',
+1665 silly get     via: '1.1 varnish',
+1665 silly get     'cache-control': 'max-age=300',
+1665 silly get     etag: '"BIO3ZGE4ECJHV79YY3E8K87NO"',
+1665 silly get     age: '191',
+1665 silly get     connection: 'keep-alive',
+1665 silly get     'x-served-by': 'cache-sin6926-SIN',
+1665 silly get     'x-cache': 'HIT',
+1665 silly get     'x-cache-hits': '9',
+1665 silly get     'x-timer': 'S1470634906.998335,VS0,VE0',
+1665 silly get     vary: 'Accept-Encoding' } ]
+1666 verbose etag https://registry.npmjs.org/jsonpointer from cache
+1667 verbose get saving jsonpointer to /home/adhisimon/.npm/registry.npmjs.org/jsonpointer/.cache.json
+1668 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1669 silly resolveWithNewModule jsonpointer@2.0.0 checking installable status
+1670 silly cache add args [ 'jsonpointer@2.0.0', null ]
+1671 verbose cache add spec jsonpointer@2.0.0
+1672 silly cache add parsed spec Result {
+1672 silly cache add   raw: 'jsonpointer@2.0.0',
+1672 silly cache add   scope: null,
+1672 silly cache add   name: 'jsonpointer',
+1672 silly cache add   rawSpec: '2.0.0',
+1672 silly cache add   spec: '2.0.0',
+1672 silly cache add   type: 'version' }
+1673 silly addNamed jsonpointer@2.0.0
+1674 verbose addNamed "2.0.0" is a plain semver version for jsonpointer
+1675 silly mapToRegistry name jsonpointer
+1676 silly mapToRegistry using default registry
+1677 silly mapToRegistry registry https://registry.npmjs.org/
+1678 silly mapToRegistry data Result {
+1678 silly mapToRegistry   raw: 'jsonpointer',
+1678 silly mapToRegistry   scope: null,
+1678 silly mapToRegistry   name: 'jsonpointer',
+1678 silly mapToRegistry   rawSpec: '',
+1678 silly mapToRegistry   spec: 'latest',
+1678 silly mapToRegistry   type: 'tag' }
+1679 silly mapToRegistry uri https://registry.npmjs.org/jsonpointer
+1680 verbose addNameVersion registry:https://registry.npmjs.org/jsonpointer not in flight; fetching
+1681 verbose get https://registry.npmjs.org/jsonpointer not expired, no request
+1682 silly cache afterAdd jsonpointer@2.0.0
+1683 verbose afterAdd /home/adhisimon/.npm/jsonpointer/2.0.0/package/package.json not in flight; writing
+1684 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1685 verbose afterAdd /home/adhisimon/.npm/jsonpointer/2.0.0/package/package.json written
+1686 silly fetchNamedPackageData is-property
+1687 silly mapToRegistry name is-property
+1688 silly mapToRegistry using default registry
+1689 silly mapToRegistry registry https://registry.npmjs.org/
+1690 silly mapToRegistry data Result {
+1690 silly mapToRegistry   raw: 'is-property',
+1690 silly mapToRegistry   scope: null,
+1690 silly mapToRegistry   name: 'is-property',
+1690 silly mapToRegistry   rawSpec: '',
+1690 silly mapToRegistry   spec: 'latest',
+1690 silly mapToRegistry   type: 'tag' }
+1691 silly mapToRegistry uri https://registry.npmjs.org/is-property
+1692 verbose request uri https://registry.npmjs.org/is-property
+1693 verbose request no auth needed
+1694 info attempt registry request try #1 at 12:41:47
+1695 verbose etag "BNDQTQHT86THGVOSXLSBPJXTY"
+1696 http request GET https://registry.npmjs.org/is-property
+1697 http 304 https://registry.npmjs.org/is-property
+1698 verbose headers { date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1698 verbose headers   via: '1.1 varnish',
+1698 verbose headers   'cache-control': 'max-age=300',
+1698 verbose headers   etag: '"BNDQTQHT86THGVOSXLSBPJXTY"',
+1698 verbose headers   age: '99',
+1698 verbose headers   connection: 'keep-alive',
+1698 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+1698 verbose headers   'x-cache': 'HIT',
+1698 verbose headers   'x-cache-hits': '6',
+1698 verbose headers   'x-timer': 'S1470634907.070451,VS0,VE0',
+1698 verbose headers   vary: 'Accept-Encoding' }
+1699 silly get cb [ 304,
+1699 silly get   { date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1699 silly get     via: '1.1 varnish',
+1699 silly get     'cache-control': 'max-age=300',
+1699 silly get     etag: '"BNDQTQHT86THGVOSXLSBPJXTY"',
+1699 silly get     age: '99',
+1699 silly get     connection: 'keep-alive',
+1699 silly get     'x-served-by': 'cache-sin6923-SIN',
+1699 silly get     'x-cache': 'HIT',
+1699 silly get     'x-cache-hits': '6',
+1699 silly get     'x-timer': 'S1470634907.070451,VS0,VE0',
+1699 silly get     vary: 'Accept-Encoding' } ]
+1700 verbose etag https://registry.npmjs.org/is-property from cache
+1701 verbose get saving is-property to /home/adhisimon/.npm/registry.npmjs.org/is-property/.cache.json
+1702 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1703 silly resolveWithNewModule is-property@1.0.2 checking installable status
+1704 silly cache add args [ 'is-property@^1.0.0', null ]
+1705 verbose cache add spec is-property@^1.0.0
+1706 silly cache add parsed spec Result {
+1706 silly cache add   raw: 'is-property@^1.0.0',
+1706 silly cache add   scope: null,
+1706 silly cache add   name: 'is-property',
+1706 silly cache add   rawSpec: '^1.0.0',
+1706 silly cache add   spec: '>=1.0.0 <2.0.0',
+1706 silly cache add   type: 'range' }
+1707 silly addNamed is-property@>=1.0.0 <2.0.0
+1708 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-property
+1709 silly addNameRange { name: 'is-property', range: '>=1.0.0 <2.0.0', hasData: false }
+1710 silly mapToRegistry name is-property
+1711 silly mapToRegistry using default registry
+1712 silly mapToRegistry registry https://registry.npmjs.org/
+1713 silly mapToRegistry data Result {
+1713 silly mapToRegistry   raw: 'is-property',
+1713 silly mapToRegistry   scope: null,
+1713 silly mapToRegistry   name: 'is-property',
+1713 silly mapToRegistry   rawSpec: '',
+1713 silly mapToRegistry   spec: 'latest',
+1713 silly mapToRegistry   type: 'tag' }
+1714 silly mapToRegistry uri https://registry.npmjs.org/is-property
+1715 verbose addNameRange registry:https://registry.npmjs.org/is-property not in flight; fetching
+1716 verbose get https://registry.npmjs.org/is-property not expired, no request
+1717 silly addNameRange number 2 { name: 'is-property', range: '>=1.0.0 <2.0.0', hasData: true }
+1718 silly addNameRange versions [ 'is-property', [ '0.0.0', '1.0.0', '1.0.1', '1.0.2' ] ]
+1719 silly addNamed is-property@1.0.2
+1720 verbose addNamed "1.0.2" is a plain semver version for is-property
+1721 silly cache afterAdd is-property@1.0.2
+1722 verbose afterAdd /home/adhisimon/.npm/is-property/1.0.2/package/package.json not in flight; writing
+1723 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1724 verbose afterAdd /home/adhisimon/.npm/is-property/1.0.2/package/package.json written
+1725 silly fetchNamedPackageData pinkie
+1726 silly mapToRegistry name pinkie
+1727 silly mapToRegistry using default registry
+1728 silly mapToRegistry registry https://registry.npmjs.org/
+1729 silly mapToRegistry data Result {
+1729 silly mapToRegistry   raw: 'pinkie',
+1729 silly mapToRegistry   scope: null,
+1729 silly mapToRegistry   name: 'pinkie',
+1729 silly mapToRegistry   rawSpec: '',
+1729 silly mapToRegistry   spec: 'latest',
+1729 silly mapToRegistry   type: 'tag' }
+1730 silly mapToRegistry uri https://registry.npmjs.org/pinkie
+1731 verbose request uri https://registry.npmjs.org/pinkie
+1732 verbose request no auth needed
+1733 info attempt registry request try #1 at 12:41:47
+1734 verbose etag "2EAH4SQLIV7XAKF3Y2EREXIMG"
+1735 http request GET https://registry.npmjs.org/pinkie
+1736 http 304 https://registry.npmjs.org/pinkie
+1737 verbose headers { date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1737 verbose headers   via: '1.1 varnish',
+1737 verbose headers   'cache-control': 'max-age=300',
+1737 verbose headers   etag: '"2EAH4SQLIV7XAKF3Y2EREXIMG"',
+1737 verbose headers   age: '183',
+1737 verbose headers   connection: 'keep-alive',
+1737 verbose headers   'x-served-by': 'cache-sin6922-SIN',
+1737 verbose headers   'x-cache': 'HIT',
+1737 verbose headers   'x-cache-hits': '22',
+1737 verbose headers   'x-timer': 'S1470634907.152418,VS0,VE0',
+1737 verbose headers   vary: 'Accept-Encoding' }
+1738 silly get cb [ 304,
+1738 silly get   { date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1738 silly get     via: '1.1 varnish',
+1738 silly get     'cache-control': 'max-age=300',
+1738 silly get     etag: '"2EAH4SQLIV7XAKF3Y2EREXIMG"',
+1738 silly get     age: '183',
+1738 silly get     connection: 'keep-alive',
+1738 silly get     'x-served-by': 'cache-sin6922-SIN',
+1738 silly get     'x-cache': 'HIT',
+1738 silly get     'x-cache-hits': '22',
+1738 silly get     'x-timer': 'S1470634907.152418,VS0,VE0',
+1738 silly get     vary: 'Accept-Encoding' } ]
+1739 verbose etag https://registry.npmjs.org/pinkie from cache
+1740 verbose get saving pinkie to /home/adhisimon/.npm/registry.npmjs.org/pinkie/.cache.json
+1741 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1742 silly resolveWithNewModule pinkie@2.0.4 checking installable status
+1743 silly cache add args [ 'pinkie@^2.0.0', null ]
+1744 verbose cache add spec pinkie@^2.0.0
+1745 silly cache add parsed spec Result {
+1745 silly cache add   raw: 'pinkie@^2.0.0',
+1745 silly cache add   scope: null,
+1745 silly cache add   name: 'pinkie',
+1745 silly cache add   rawSpec: '^2.0.0',
+1745 silly cache add   spec: '>=2.0.0 <3.0.0',
+1745 silly cache add   type: 'range' }
+1746 silly addNamed pinkie@>=2.0.0 <3.0.0
+1747 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for pinkie
+1748 silly addNameRange { name: 'pinkie', range: '>=2.0.0 <3.0.0', hasData: false }
+1749 silly mapToRegistry name pinkie
+1750 silly mapToRegistry using default registry
+1751 silly mapToRegistry registry https://registry.npmjs.org/
+1752 silly mapToRegistry data Result {
+1752 silly mapToRegistry   raw: 'pinkie',
+1752 silly mapToRegistry   scope: null,
+1752 silly mapToRegistry   name: 'pinkie',
+1752 silly mapToRegistry   rawSpec: '',
+1752 silly mapToRegistry   spec: 'latest',
+1752 silly mapToRegistry   type: 'tag' }
+1753 silly mapToRegistry uri https://registry.npmjs.org/pinkie
+1754 verbose addNameRange registry:https://registry.npmjs.org/pinkie not in flight; fetching
+1755 verbose get https://registry.npmjs.org/pinkie not expired, no request
+1756 silly addNameRange number 2 { name: 'pinkie', range: '>=2.0.0 <3.0.0', hasData: true }
+1757 silly addNameRange versions [ 'pinkie',
+1757 silly addNameRange   [ '0.0.0',
+1757 silly addNameRange     '0.0.1',
+1757 silly addNameRange     '0.0.2',
+1757 silly addNameRange     '1.0.0',
+1757 silly addNameRange     '2.0.0',
+1757 silly addNameRange     '2.0.1',
+1757 silly addNameRange     '2.0.2',
+1757 silly addNameRange     '2.0.3',
+1757 silly addNameRange     '2.0.4' ] ]
+1758 silly addNamed pinkie@2.0.4
+1759 verbose addNamed "2.0.4" is a plain semver version for pinkie
+1760 silly cache afterAdd pinkie@2.0.4
+1761 verbose afterAdd /home/adhisimon/.npm/pinkie/2.0.4/package/package.json not in flight; writing
+1762 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1763 verbose afterAdd /home/adhisimon/.npm/pinkie/2.0.4/package/package.json written
+1764 silly fetchNamedPackageData hoek
+1765 silly mapToRegistry name hoek
+1766 silly mapToRegistry using default registry
+1767 silly mapToRegistry registry https://registry.npmjs.org/
+1768 silly mapToRegistry data Result {
+1768 silly mapToRegistry   raw: 'hoek',
+1768 silly mapToRegistry   scope: null,
+1768 silly mapToRegistry   name: 'hoek',
+1768 silly mapToRegistry   rawSpec: '',
+1768 silly mapToRegistry   spec: 'latest',
+1768 silly mapToRegistry   type: 'tag' }
+1769 silly mapToRegistry uri https://registry.npmjs.org/hoek
+1770 silly fetchNamedPackageData boom
+1771 silly mapToRegistry name boom
+1772 silly mapToRegistry using default registry
+1773 silly mapToRegistry registry https://registry.npmjs.org/
+1774 silly mapToRegistry data Result {
+1774 silly mapToRegistry   raw: 'boom',
+1774 silly mapToRegistry   scope: null,
+1774 silly mapToRegistry   name: 'boom',
+1774 silly mapToRegistry   rawSpec: '',
+1774 silly mapToRegistry   spec: 'latest',
+1774 silly mapToRegistry   type: 'tag' }
+1775 silly mapToRegistry uri https://registry.npmjs.org/boom
+1776 silly fetchNamedPackageData cryptiles
+1777 silly mapToRegistry name cryptiles
+1778 silly mapToRegistry using default registry
+1779 silly mapToRegistry registry https://registry.npmjs.org/
+1780 silly mapToRegistry data Result {
+1780 silly mapToRegistry   raw: 'cryptiles',
+1780 silly mapToRegistry   scope: null,
+1780 silly mapToRegistry   name: 'cryptiles',
+1780 silly mapToRegistry   rawSpec: '',
+1780 silly mapToRegistry   spec: 'latest',
+1780 silly mapToRegistry   type: 'tag' }
+1781 silly mapToRegistry uri https://registry.npmjs.org/cryptiles
+1782 silly fetchNamedPackageData sntp
+1783 silly mapToRegistry name sntp
+1784 silly mapToRegistry using default registry
+1785 silly mapToRegistry registry https://registry.npmjs.org/
+1786 silly mapToRegistry data Result {
+1786 silly mapToRegistry   raw: 'sntp',
+1786 silly mapToRegistry   scope: null,
+1786 silly mapToRegistry   name: 'sntp',
+1786 silly mapToRegistry   rawSpec: '',
+1786 silly mapToRegistry   spec: 'latest',
+1786 silly mapToRegistry   type: 'tag' }
+1787 silly mapToRegistry uri https://registry.npmjs.org/sntp
+1788 verbose request uri https://registry.npmjs.org/boom
+1789 verbose request no auth needed
+1790 info attempt registry request try #1 at 12:41:47
+1791 verbose etag "BE366YMFKWOU8HMKBUKEAM9FG"
+1792 http request GET https://registry.npmjs.org/boom
+1793 verbose request uri https://registry.npmjs.org/sntp
+1794 verbose request no auth needed
+1795 info attempt registry request try #1 at 12:41:47
+1796 verbose etag "1DLMW7Y21EZXCMGP334A889UL"
+1797 http request GET https://registry.npmjs.org/sntp
+1798 verbose request uri https://registry.npmjs.org/cryptiles
+1799 verbose request no auth needed
+1800 info attempt registry request try #1 at 12:41:47
+1801 verbose etag "5R9DH5J2TU1NMXQ29MOQ7Y2QW"
+1802 http request GET https://registry.npmjs.org/cryptiles
+1803 verbose request uri https://registry.npmjs.org/hoek
+1804 verbose request no auth needed
+1805 info attempt registry request try #1 at 12:41:47
+1806 verbose etag "37GBC22P2R1HT5JFIN6L0CISJ"
+1807 http request GET https://registry.npmjs.org/hoek
+1808 http 304 https://registry.npmjs.org/sntp
+1809 verbose headers { date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1809 verbose headers   via: '1.1 varnish',
+1809 verbose headers   'cache-control': 'max-age=300',
+1809 verbose headers   etag: '"1DLMW7Y21EZXCMGP334A889UL"',
+1809 verbose headers   age: '27',
+1809 verbose headers   connection: 'keep-alive',
+1809 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+1809 verbose headers   'x-cache': 'HIT',
+1809 verbose headers   'x-cache-hits': '5',
+1809 verbose headers   'x-timer': 'S1470634907.258581,VS0,VE0',
+1809 verbose headers   vary: 'Accept-Encoding' }
+1810 silly get cb [ 304,
+1810 silly get   { date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1810 silly get     via: '1.1 varnish',
+1810 silly get     'cache-control': 'max-age=300',
+1810 silly get     etag: '"1DLMW7Y21EZXCMGP334A889UL"',
+1810 silly get     age: '27',
+1810 silly get     connection: 'keep-alive',
+1810 silly get     'x-served-by': 'cache-sin6926-SIN',
+1810 silly get     'x-cache': 'HIT',
+1810 silly get     'x-cache-hits': '5',
+1810 silly get     'x-timer': 'S1470634907.258581,VS0,VE0',
+1810 silly get     vary: 'Accept-Encoding' } ]
+1811 verbose etag https://registry.npmjs.org/sntp from cache
+1812 verbose get saving sntp to /home/adhisimon/.npm/registry.npmjs.org/sntp/.cache.json
+1813 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1814 http 200 https://registry.npmjs.org/boom
+1815 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+1815 verbose headers   etag: '"DUHDF4GK11LKK2IDI57CVKNLH"',
+1815 verbose headers   'content-type': 'application/json',
+1815 verbose headers   'content-encoding': 'gzip',
+1815 verbose headers   'cache-control': 'max-age=300',
+1815 verbose headers   'content-length': '11580',
+1815 verbose headers   'accept-ranges': 'bytes',
+1815 verbose headers   date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1815 verbose headers   via: '1.1 varnish',
+1815 verbose headers   age: '70',
+1815 verbose headers   connection: 'keep-alive',
+1815 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+1815 verbose headers   'x-cache': 'HIT',
+1815 verbose headers   'x-cache-hits': '7',
+1815 verbose headers   'x-timer': 'S1470634907.245936,VS0,VE0',
+1815 verbose headers   vary: 'Accept-Encoding' }
+1816 silly get cb [ 200,
+1816 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+1816 silly get     etag: '"DUHDF4GK11LKK2IDI57CVKNLH"',
+1816 silly get     'content-type': 'application/json',
+1816 silly get     'content-encoding': 'gzip',
+1816 silly get     'cache-control': 'max-age=300',
+1816 silly get     'content-length': '11580',
+1816 silly get     'accept-ranges': 'bytes',
+1816 silly get     date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1816 silly get     via: '1.1 varnish',
+1816 silly get     age: '70',
+1816 silly get     connection: 'keep-alive',
+1816 silly get     'x-served-by': 'cache-sin6921-SIN',
+1816 silly get     'x-cache': 'HIT',
+1816 silly get     'x-cache-hits': '7',
+1816 silly get     'x-timer': 'S1470634907.245936,VS0,VE0',
+1816 silly get     vary: 'Accept-Encoding' } ]
+1817 verbose get saving boom to /home/adhisimon/.npm/registry.npmjs.org/boom/.cache.json
+1818 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1819 silly resolveWithNewModule sntp@1.0.9 checking installable status
+1820 silly cache add args [ 'sntp@1.x.x', null ]
+1821 verbose cache add spec sntp@1.x.x
+1822 silly cache add parsed spec Result {
+1822 silly cache add   raw: 'sntp@1.x.x',
+1822 silly cache add   scope: null,
+1822 silly cache add   name: 'sntp',
+1822 silly cache add   rawSpec: '1.x.x',
+1822 silly cache add   spec: '>=1.0.0 <2.0.0',
+1822 silly cache add   type: 'range' }
+1823 silly addNamed sntp@>=1.0.0 <2.0.0
+1824 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for sntp
+1825 silly addNameRange { name: 'sntp', range: '>=1.0.0 <2.0.0', hasData: false }
+1826 silly mapToRegistry name sntp
+1827 silly mapToRegistry using default registry
+1828 silly mapToRegistry registry https://registry.npmjs.org/
+1829 silly mapToRegistry data Result {
+1829 silly mapToRegistry   raw: 'sntp',
+1829 silly mapToRegistry   scope: null,
+1829 silly mapToRegistry   name: 'sntp',
+1829 silly mapToRegistry   rawSpec: '',
+1829 silly mapToRegistry   spec: 'latest',
+1829 silly mapToRegistry   type: 'tag' }
+1830 silly mapToRegistry uri https://registry.npmjs.org/sntp
+1831 verbose addNameRange registry:https://registry.npmjs.org/sntp not in flight; fetching
+1832 verbose get https://registry.npmjs.org/sntp not expired, no request
+1833 silly addNameRange number 2 { name: 'sntp', range: '>=1.0.0 <2.0.0', hasData: true }
+1834 silly addNameRange versions [ 'sntp',
+1834 silly addNameRange   [ '0.0.0',
+1834 silly addNameRange     '0.0.1',
+1834 silly addNameRange     '0.1.0',
+1834 silly addNameRange     '0.1.1',
+1834 silly addNameRange     '0.1.2',
+1834 silly addNameRange     '0.1.3',
+1834 silly addNameRange     '0.1.4',
+1834 silly addNameRange     '0.2.0',
+1834 silly addNameRange     '0.2.1',
+1834 silly addNameRange     '0.2.2',
+1834 silly addNameRange     '0.2.3',
+1834 silly addNameRange     '0.2.4',
+1834 silly addNameRange     '1.0.0',
+1834 silly addNameRange     '1.0.1',
+1834 silly addNameRange     '1.0.2',
+1834 silly addNameRange     '1.0.3',
+1834 silly addNameRange     '1.0.4',
+1834 silly addNameRange     '1.0.5',
+1834 silly addNameRange     '1.0.6',
+1834 silly addNameRange     '1.0.7',
+1834 silly addNameRange     '1.0.8',
+1834 silly addNameRange     '1.0.9',
+1834 silly addNameRange     '2.0.0',
+1834 silly addNameRange     '2.0.1' ] ]
+1835 silly addNamed sntp@1.0.9
+1836 verbose addNamed "1.0.9" is a plain semver version for sntp
+1837 silly resolveWithNewModule boom@2.10.1 checking installable status
+1838 silly cache add args [ 'boom@2.x.x', null ]
+1839 verbose cache add spec boom@2.x.x
+1840 silly cache add parsed spec Result {
+1840 silly cache add   raw: 'boom@2.x.x',
+1840 silly cache add   scope: null,
+1840 silly cache add   name: 'boom',
+1840 silly cache add   rawSpec: '2.x.x',
+1840 silly cache add   spec: '>=2.0.0 <3.0.0',
+1840 silly cache add   type: 'range' }
+1841 silly addNamed boom@>=2.0.0 <3.0.0
+1842 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for boom
+1843 silly addNameRange { name: 'boom', range: '>=2.0.0 <3.0.0', hasData: false }
+1844 silly mapToRegistry name boom
+1845 silly mapToRegistry using default registry
+1846 silly mapToRegistry registry https://registry.npmjs.org/
+1847 silly mapToRegistry data Result {
+1847 silly mapToRegistry   raw: 'boom',
+1847 silly mapToRegistry   scope: null,
+1847 silly mapToRegistry   name: 'boom',
+1847 silly mapToRegistry   rawSpec: '',
+1847 silly mapToRegistry   spec: 'latest',
+1847 silly mapToRegistry   type: 'tag' }
+1848 silly mapToRegistry uri https://registry.npmjs.org/boom
+1849 verbose addNameRange registry:https://registry.npmjs.org/boom not in flight; fetching
+1850 silly cache afterAdd sntp@1.0.9
+1851 verbose afterAdd /home/adhisimon/.npm/sntp/1.0.9/package/package.json not in flight; writing
+1852 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1853 verbose get https://registry.npmjs.org/boom not expired, no request
+1854 silly addNameRange number 2 { name: 'boom', range: '>=2.0.0 <3.0.0', hasData: true }
+1855 silly addNameRange versions [ 'boom',
+1855 silly addNameRange   [ '0.0.1',
+1855 silly addNameRange     '0.0.2',
+1855 silly addNameRange     '0.1.0',
+1855 silly addNameRange     '0.2.0',
+1855 silly addNameRange     '0.2.1',
+1855 silly addNameRange     '0.3.0',
+1855 silly addNameRange     '0.3.1',
+1855 silly addNameRange     '0.3.2',
+1855 silly addNameRange     '0.3.3',
+1855 silly addNameRange     '0.3.4',
+1855 silly addNameRange     '0.3.5',
+1855 silly addNameRange     '0.3.6',
+1855 silly addNameRange     '0.3.7',
+1855 silly addNameRange     '0.3.8',
+1855 silly addNameRange     '0.4.0',
+1855 silly addNameRange     '0.4.1',
+1855 silly addNameRange     '0.4.2',
+1855 silly addNameRange     '1.0.0',
+1855 silly addNameRange     '1.0.1',
+1855 silly addNameRange     '1.0.2',
+1855 silly addNameRange     '1.1.0',
+1855 silly addNameRange     '1.1.1',
+1855 silly addNameRange     '1.1.2',
+1855 silly addNameRange     '1.2.0',
+1855 silly addNameRange     '1.2.1',
+1855 silly addNameRange     '2.0.0',
+1855 silly addNameRange     '2.1.0',
+1855 silly addNameRange     '2.2.0',
+1855 silly addNameRange     '2.2.1',
+1855 silly addNameRange     '2.2.2',
+1855 silly addNameRange     '2.3.0',
+1855 silly addNameRange     '2.4.0',
+1855 silly addNameRange     '2.4.1',
+1855 silly addNameRange     '2.4.2',
+1855 silly addNameRange     '2.5.0',
+1855 silly addNameRange     '2.5.1',
+1855 silly addNameRange     '2.6.0',
+1855 silly addNameRange     '2.6.1',
+1855 silly addNameRange     '2.7.0',
+1855 silly addNameRange     '2.7.1',
+1855 silly addNameRange     '2.7.2',
+1855 silly addNameRange     '2.8.0',
+1855 silly addNameRange     '2.9.0',
+1855 silly addNameRange     '2.10.0',
+1855 silly addNameRange     '2.10.1',
+1855 silly addNameRange     '3.0.0',
+1855 silly addNameRange     '3.1.0',
+1855 silly addNameRange     '3.1.1',
+1855 silly addNameRange     '3.1.2',
+1855 silly addNameRange     '3.1.3',
+1855 silly addNameRange     '3.2.0',
+1855 silly addNameRange     '3.2.1',
+1855 silly addNameRange     '3.2.2' ] ]
+1856 silly addNamed boom@2.10.1
+1857 verbose addNamed "2.10.1" is a plain semver version for boom
+1858 verbose afterAdd /home/adhisimon/.npm/sntp/1.0.9/package/package.json written
+1859 silly cache afterAdd boom@2.10.1
+1860 verbose afterAdd /home/adhisimon/.npm/boom/2.10.1/package/package.json not in flight; writing
+1861 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1862 verbose afterAdd /home/adhisimon/.npm/boom/2.10.1/package/package.json written
+1863 http 304 https://registry.npmjs.org/cryptiles
+1864 verbose headers { date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1864 verbose headers   via: '1.1 varnish',
+1864 verbose headers   'cache-control': 'max-age=300',
+1864 verbose headers   etag: '"5R9DH5J2TU1NMXQ29MOQ7Y2QW"',
+1864 verbose headers   age: '29',
+1864 verbose headers   connection: 'keep-alive',
+1864 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+1864 verbose headers   'x-cache': 'HIT',
+1864 verbose headers   'x-cache-hits': '4',
+1864 verbose headers   'x-timer': 'S1470634907.489936,VS0,VE0',
+1864 verbose headers   vary: 'Accept-Encoding' }
+1865 silly get cb [ 304,
+1865 silly get   { date: 'Mon, 08 Aug 2016 05:41:47 GMT',
+1865 silly get     via: '1.1 varnish',
+1865 silly get     'cache-control': 'max-age=300',
+1865 silly get     etag: '"5R9DH5J2TU1NMXQ29MOQ7Y2QW"',
+1865 silly get     age: '29',
+1865 silly get     connection: 'keep-alive',
+1865 silly get     'x-served-by': 'cache-sin6926-SIN',
+1865 silly get     'x-cache': 'HIT',
+1865 silly get     'x-cache-hits': '4',
+1865 silly get     'x-timer': 'S1470634907.489936,VS0,VE0',
+1865 silly get     vary: 'Accept-Encoding' } ]
+1866 verbose etag https://registry.npmjs.org/cryptiles from cache
+1867 verbose get saving cryptiles to /home/adhisimon/.npm/registry.npmjs.org/cryptiles/.cache.json
+1868 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1869 silly resolveWithNewModule cryptiles@2.0.5 checking installable status
+1870 silly cache add args [ 'cryptiles@2.x.x', null ]
+1871 verbose cache add spec cryptiles@2.x.x
+1872 silly cache add parsed spec Result {
+1872 silly cache add   raw: 'cryptiles@2.x.x',
+1872 silly cache add   scope: null,
+1872 silly cache add   name: 'cryptiles',
+1872 silly cache add   rawSpec: '2.x.x',
+1872 silly cache add   spec: '>=2.0.0 <3.0.0',
+1872 silly cache add   type: 'range' }
+1873 silly addNamed cryptiles@>=2.0.0 <3.0.0
+1874 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for cryptiles
+1875 silly addNameRange { name: 'cryptiles', range: '>=2.0.0 <3.0.0', hasData: false }
+1876 silly mapToRegistry name cryptiles
+1877 silly mapToRegistry using default registry
+1878 silly mapToRegistry registry https://registry.npmjs.org/
+1879 silly mapToRegistry data Result {
+1879 silly mapToRegistry   raw: 'cryptiles',
+1879 silly mapToRegistry   scope: null,
+1879 silly mapToRegistry   name: 'cryptiles',
+1879 silly mapToRegistry   rawSpec: '',
+1879 silly mapToRegistry   spec: 'latest',
+1879 silly mapToRegistry   type: 'tag' }
+1880 silly mapToRegistry uri https://registry.npmjs.org/cryptiles
+1881 verbose addNameRange registry:https://registry.npmjs.org/cryptiles not in flight; fetching
+1882 verbose get https://registry.npmjs.org/cryptiles not expired, no request
+1883 silly addNameRange number 2 { name: 'cryptiles', range: '>=2.0.0 <3.0.0', hasData: true }
+1884 silly addNameRange versions [ 'cryptiles',
+1884 silly addNameRange   [ '0.0.1',
+1884 silly addNameRange     '0.0.2',
+1884 silly addNameRange     '0.1.0',
+1884 silly addNameRange     '0.1.1',
+1884 silly addNameRange     '0.1.2',
+1884 silly addNameRange     '0.1.3',
+1884 silly addNameRange     '0.2.0',
+1884 silly addNameRange     '0.2.1',
+1884 silly addNameRange     '0.2.2',
+1884 silly addNameRange     '1.0.0',
+1884 silly addNameRange     '1.0.1',
+1884 silly addNameRange     '2.0.0',
+1884 silly addNameRange     '2.0.1',
+1884 silly addNameRange     '2.0.2',
+1884 silly addNameRange     '2.0.3',
+1884 silly addNameRange     '2.0.4',
+1884 silly addNameRange     '2.0.5',
+1884 silly addNameRange     '3.0.0',
+1884 silly addNameRange     '3.0.1',
+1884 silly addNameRange     '3.0.2' ] ]
+1885 silly addNamed cryptiles@2.0.5
+1886 verbose addNamed "2.0.5" is a plain semver version for cryptiles
+1887 silly cache afterAdd cryptiles@2.0.5
+1888 verbose afterAdd /home/adhisimon/.npm/cryptiles/2.0.5/package/package.json not in flight; writing
+1889 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1890 verbose afterAdd /home/adhisimon/.npm/cryptiles/2.0.5/package/package.json written
+1891 http 304 https://registry.npmjs.org/hoek
+1892 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+1892 verbose headers   via: '1.1 varnish',
+1892 verbose headers   'cache-control': 'max-age=300',
+1892 verbose headers   etag: '"37GBC22P2R1HT5JFIN6L0CISJ"',
+1892 verbose headers   age: '78',
+1892 verbose headers   connection: 'keep-alive',
+1892 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+1892 verbose headers   'x-cache': 'HIT',
+1892 verbose headers   'x-cache-hits': '15',
+1892 verbose headers   'x-timer': 'S1470634908.180846,VS0,VE0',
+1892 verbose headers   vary: 'Accept-Encoding' }
+1893 silly get cb [ 304,
+1893 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+1893 silly get     via: '1.1 varnish',
+1893 silly get     'cache-control': 'max-age=300',
+1893 silly get     etag: '"37GBC22P2R1HT5JFIN6L0CISJ"',
+1893 silly get     age: '78',
+1893 silly get     connection: 'keep-alive',
+1893 silly get     'x-served-by': 'cache-sin6921-SIN',
+1893 silly get     'x-cache': 'HIT',
+1893 silly get     'x-cache-hits': '15',
+1893 silly get     'x-timer': 'S1470634908.180846,VS0,VE0',
+1893 silly get     vary: 'Accept-Encoding' } ]
+1894 verbose etag https://registry.npmjs.org/hoek from cache
+1895 verbose get saving hoek to /home/adhisimon/.npm/registry.npmjs.org/hoek/.cache.json
+1896 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1897 silly resolveWithNewModule hoek@2.16.3 checking installable status
+1898 silly cache add args [ 'hoek@2.x.x', null ]
+1899 verbose cache add spec hoek@2.x.x
+1900 silly cache add parsed spec Result {
+1900 silly cache add   raw: 'hoek@2.x.x',
+1900 silly cache add   scope: null,
+1900 silly cache add   name: 'hoek',
+1900 silly cache add   rawSpec: '2.x.x',
+1900 silly cache add   spec: '>=2.0.0 <3.0.0',
+1900 silly cache add   type: 'range' }
+1901 silly addNamed hoek@>=2.0.0 <3.0.0
+1902 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for hoek
+1903 silly addNameRange { name: 'hoek', range: '>=2.0.0 <3.0.0', hasData: false }
+1904 silly mapToRegistry name hoek
+1905 silly mapToRegistry using default registry
+1906 silly mapToRegistry registry https://registry.npmjs.org/
+1907 silly mapToRegistry data Result {
+1907 silly mapToRegistry   raw: 'hoek',
+1907 silly mapToRegistry   scope: null,
+1907 silly mapToRegistry   name: 'hoek',
+1907 silly mapToRegistry   rawSpec: '',
+1907 silly mapToRegistry   spec: 'latest',
+1907 silly mapToRegistry   type: 'tag' }
+1908 silly mapToRegistry uri https://registry.npmjs.org/hoek
+1909 verbose addNameRange registry:https://registry.npmjs.org/hoek not in flight; fetching
+1910 verbose get https://registry.npmjs.org/hoek not expired, no request
+1911 silly addNameRange number 2 { name: 'hoek', range: '>=2.0.0 <3.0.0', hasData: true }
+1912 silly addNameRange versions [ 'hoek',
+1912 silly addNameRange   [ '0.0.1',
+1912 silly addNameRange     '0.0.2',
+1912 silly addNameRange     '0.0.3',
+1912 silly addNameRange     '0.0.4',
+1912 silly addNameRange     '0.0.5',
+1912 silly addNameRange     '0.0.6',
+1912 silly addNameRange     '0.0.7',
+1912 silly addNameRange     '0.0.8',
+1912 silly addNameRange     '0.0.9',
+1912 silly addNameRange     '0.0.10',
+1912 silly addNameRange     '0.0.11',
+1912 silly addNameRange     '0.0.12',
+1912 silly addNameRange     '0.0.13',
+1912 silly addNameRange     '0.0.14',
+1912 silly addNameRange     '0.0.15',
+1912 silly addNameRange     '0.0.16',
+1912 silly addNameRange     '0.0.17',
+1912 silly addNameRange     '0.0.18',
+1912 silly addNameRange     '0.0.19',
+1912 silly addNameRange     '0.0.21',
+1912 silly addNameRange     '0.1.0',
+1912 silly addNameRange     '0.2.0',
+1912 silly addNameRange     '0.3.0',
+1912 silly addNameRange     '0.4.0',
+1912 silly addNameRange     '0.4.1',
+1912 silly addNameRange     '0.4.2',
+1912 silly addNameRange     '0.4.3',
+1912 silly addNameRange     '0.4.4',
+1912 silly addNameRange     '0.4.5',
+1912 silly addNameRange     '0.5.0',
+1912 silly addNameRange     '0.6.0',
+1912 silly addNameRange     '0.6.1',
+1912 silly addNameRange     '0.6.2',
+1912 silly addNameRange     '0.7.0',
+1912 silly addNameRange     '0.7.1',
+1912 silly addNameRange     '0.7.2',
+1912 silly addNameRange     '0.7.3',
+1912 silly addNameRange     '0.7.4',
+1912 silly addNameRange     '0.7.5',
+1912 silly addNameRange     '0.7.6',
+1912 silly addNameRange     '0.8.0',
+1912 silly addNameRange     '0.8.1',
+1912 silly addNameRange     '0.8.2',
+1912 silly addNameRange     '0.8.3',
+1912 silly addNameRange     '0.8.4',
+1912 silly addNameRange     '0.8.5',
+1912 silly addNameRange     '0.9.0',
+1912 silly addNameRange     '0.9.1',
+1912 silly addNameRange     '0.10.0',
+1912 silly addNameRange     '1.0.0',
+1912 silly addNameRange     '1.0.1',
+1912 silly addNameRange     '1.0.2',
+1912 silly addNameRange     '1.0.3',
+1912 silly addNameRange     '1.1.0',
+1912 silly addNameRange     '1.1.1',
+1912 silly addNameRange     '1.1.2',
+1912 silly addNameRange     '1.2.0',
+1912 silly addNameRange     '1.3.0',
+1912 silly addNameRange     '1.4.0',
+1912 silly addNameRange     '1.4.1',
+1912 silly addNameRange     '1.5.0',
+1912 silly addNameRange     '1.5.1',
+1912 silly addNameRange     '1.5.2',
+1912 silly addNameRange     '2.0.0',
+1912 silly addNameRange     '2.1.0',
+1912 silly addNameRange     '2.1.1',
+1912 silly addNameRange     '2.2.0',
+1912 silly addNameRange     '2.3.0',
+1912 silly addNameRange     '2.4.0',
+1912 silly addNameRange     '2.4.1',
+1912 silly addNameRange     '2.5.0',
+1912 silly addNameRange     '2.5.1',
+1912 silly addNameRange     '2.6.0',
+1912 silly addNameRange     '2.7.0',
+1912 silly addNameRange     '2.8.0',
+1912 silly addNameRange     '2.8.1',
+1912 silly addNameRange     '2.9.0',
+1912 silly addNameRange     '2.9.1',
+1912 silly addNameRange     '2.10.0',
+1912 silly addNameRange     '2.11.0',
+1912 silly addNameRange     '2.11.1',
+1912 silly addNameRange     '2.12.0',
+1912 silly addNameRange     '2.13.0',
+1912 silly addNameRange     '2.13.1',
+1912 silly addNameRange     '2.14.0',
+1912 silly addNameRange     '2.15.0',
+1912 silly addNameRange     '2.16.0',
+1912 silly addNameRange     '2.16.1',
+1912 silly addNameRange     '2.16.2',
+1912 silly addNameRange     '2.16.3',
+1912 silly addNameRange     '3.0.0',
+1912 silly addNameRange     '3.0.1',
+1912 silly addNameRange     '3.0.2',
+1912 silly addNameRange     '3.0.3',
+1912 silly addNameRange     '3.0.4',
+1912 silly addNameRange     '4.0.0',
+1912 silly addNameRange     '4.0.1',
+1912 silly addNameRange     '4.0.2' ] ]
+1913 silly addNamed hoek@2.16.3
+1914 verbose addNamed "2.16.3" is a plain semver version for hoek
+1915 silly cache afterAdd hoek@2.16.3
+1916 verbose afterAdd /home/adhisimon/.npm/hoek/2.16.3/package/package.json not in flight; writing
+1917 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1918 verbose afterAdd /home/adhisimon/.npm/hoek/2.16.3/package/package.json written
+1919 silly fetchNamedPackageData assert-plus
+1920 silly mapToRegistry name assert-plus
+1921 silly mapToRegistry using default registry
+1922 silly mapToRegistry registry https://registry.npmjs.org/
+1923 silly mapToRegistry data Result {
+1923 silly mapToRegistry   raw: 'assert-plus',
+1923 silly mapToRegistry   scope: null,
+1923 silly mapToRegistry   name: 'assert-plus',
+1923 silly mapToRegistry   rawSpec: '',
+1923 silly mapToRegistry   spec: 'latest',
+1923 silly mapToRegistry   type: 'tag' }
+1924 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+1925 silly fetchNamedPackageData jsprim
+1926 silly mapToRegistry name jsprim
+1927 silly mapToRegistry using default registry
+1928 silly mapToRegistry registry https://registry.npmjs.org/
+1929 silly mapToRegistry data Result {
+1929 silly mapToRegistry   raw: 'jsprim',
+1929 silly mapToRegistry   scope: null,
+1929 silly mapToRegistry   name: 'jsprim',
+1929 silly mapToRegistry   rawSpec: '',
+1929 silly mapToRegistry   spec: 'latest',
+1929 silly mapToRegistry   type: 'tag' }
+1930 silly mapToRegistry uri https://registry.npmjs.org/jsprim
+1931 silly fetchNamedPackageData sshpk
+1932 silly mapToRegistry name sshpk
+1933 silly mapToRegistry using default registry
+1934 silly mapToRegistry registry https://registry.npmjs.org/
+1935 silly mapToRegistry data Result {
+1935 silly mapToRegistry   raw: 'sshpk',
+1935 silly mapToRegistry   scope: null,
+1935 silly mapToRegistry   name: 'sshpk',
+1935 silly mapToRegistry   rawSpec: '',
+1935 silly mapToRegistry   spec: 'latest',
+1935 silly mapToRegistry   type: 'tag' }
+1936 silly mapToRegistry uri https://registry.npmjs.org/sshpk
+1937 verbose request uri https://registry.npmjs.org/assert-plus
+1938 verbose request no auth needed
+1939 info attempt registry request try #1 at 12:41:48
+1940 verbose etag "EXBVH7S07OW1EUWMFUADE6HR5"
+1941 http request GET https://registry.npmjs.org/assert-plus
+1942 verbose request uri https://registry.npmjs.org/jsprim
+1943 verbose request no auth needed
+1944 info attempt registry request try #1 at 12:41:48
+1945 verbose etag "3M0DMI9V1P5P3K9U0Q5BONKKC"
+1946 http request GET https://registry.npmjs.org/jsprim
+1947 http 304 https://registry.npmjs.org/assert-plus
+1948 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+1948 verbose headers   via: '1.1 varnish',
+1948 verbose headers   'cache-control': 'max-age=300',
+1948 verbose headers   etag: '"EXBVH7S07OW1EUWMFUADE6HR5"',
+1948 verbose headers   age: '93',
+1948 verbose headers   connection: 'keep-alive',
+1948 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+1948 verbose headers   'x-cache': 'HIT',
+1948 verbose headers   'x-cache-hits': '30',
+1948 verbose headers   'x-timer': 'S1470634908.302451,VS0,VE0',
+1948 verbose headers   vary: 'Accept-Encoding' }
+1949 silly get cb [ 304,
+1949 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+1949 silly get     via: '1.1 varnish',
+1949 silly get     'cache-control': 'max-age=300',
+1949 silly get     etag: '"EXBVH7S07OW1EUWMFUADE6HR5"',
+1949 silly get     age: '93',
+1949 silly get     connection: 'keep-alive',
+1949 silly get     'x-served-by': 'cache-sin6926-SIN',
+1949 silly get     'x-cache': 'HIT',
+1949 silly get     'x-cache-hits': '30',
+1949 silly get     'x-timer': 'S1470634908.302451,VS0,VE0',
+1949 silly get     vary: 'Accept-Encoding' } ]
+1950 verbose etag https://registry.npmjs.org/assert-plus from cache
+1951 verbose get saving assert-plus to /home/adhisimon/.npm/registry.npmjs.org/assert-plus/.cache.json
+1952 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1953 silly resolveWithNewModule assert-plus@0.2.0 checking installable status
+1954 silly cache add args [ 'assert-plus@^0.2.0', null ]
+1955 verbose cache add spec assert-plus@^0.2.0
+1956 silly cache add parsed spec Result {
+1956 silly cache add   raw: 'assert-plus@^0.2.0',
+1956 silly cache add   scope: null,
+1956 silly cache add   name: 'assert-plus',
+1956 silly cache add   rawSpec: '^0.2.0',
+1956 silly cache add   spec: '>=0.2.0 <0.3.0',
+1956 silly cache add   type: 'range' }
+1957 silly addNamed assert-plus@>=0.2.0 <0.3.0
+1958 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for assert-plus
+1959 silly addNameRange { name: 'assert-plus', range: '>=0.2.0 <0.3.0', hasData: false }
+1960 silly mapToRegistry name assert-plus
+1961 silly mapToRegistry using default registry
+1962 silly mapToRegistry registry https://registry.npmjs.org/
+1963 silly mapToRegistry data Result {
+1963 silly mapToRegistry   raw: 'assert-plus',
+1963 silly mapToRegistry   scope: null,
+1963 silly mapToRegistry   name: 'assert-plus',
+1963 silly mapToRegistry   rawSpec: '',
+1963 silly mapToRegistry   spec: 'latest',
+1963 silly mapToRegistry   type: 'tag' }
+1964 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+1965 verbose addNameRange registry:https://registry.npmjs.org/assert-plus not in flight; fetching
+1966 http 304 https://registry.npmjs.org/jsprim
+1967 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+1967 verbose headers   via: '1.1 varnish',
+1967 verbose headers   'cache-control': 'max-age=300',
+1967 verbose headers   etag: '"3M0DMI9V1P5P3K9U0Q5BONKKC"',
+1967 verbose headers   age: '252',
+1967 verbose headers   connection: 'keep-alive',
+1967 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+1967 verbose headers   'x-cache': 'HIT',
+1967 verbose headers   'x-cache-hits': '12',
+1967 verbose headers   'x-timer': 'S1470634908.311536,VS0,VE0',
+1967 verbose headers   vary: 'Accept-Encoding' }
+1968 silly get cb [ 304,
+1968 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+1968 silly get     via: '1.1 varnish',
+1968 silly get     'cache-control': 'max-age=300',
+1968 silly get     etag: '"3M0DMI9V1P5P3K9U0Q5BONKKC"',
+1968 silly get     age: '252',
+1968 silly get     connection: 'keep-alive',
+1968 silly get     'x-served-by': 'cache-sin6921-SIN',
+1968 silly get     'x-cache': 'HIT',
+1968 silly get     'x-cache-hits': '12',
+1968 silly get     'x-timer': 'S1470634908.311536,VS0,VE0',
+1968 silly get     vary: 'Accept-Encoding' } ]
+1969 verbose etag https://registry.npmjs.org/jsprim from cache
+1970 verbose get saving jsprim to /home/adhisimon/.npm/registry.npmjs.org/jsprim/.cache.json
+1971 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1972 verbose request uri https://registry.npmjs.org/sshpk
+1973 verbose request no auth needed
+1974 info attempt registry request try #1 at 12:41:48
+1975 verbose etag "B8BWNPWZFV27SXBXQ74UXHIX3"
+1976 http request GET https://registry.npmjs.org/sshpk
+1977 verbose get https://registry.npmjs.org/assert-plus not expired, no request
+1978 silly addNameRange number 2 { name: 'assert-plus', range: '>=0.2.0 <0.3.0', hasData: true }
+1979 silly addNameRange versions [ 'assert-plus',
+1979 silly addNameRange   [ '0.1.0',
+1979 silly addNameRange     '0.1.1',
+1979 silly addNameRange     '0.1.2',
+1979 silly addNameRange     '0.1.3',
+1979 silly addNameRange     '0.1.4',
+1979 silly addNameRange     '0.1.5',
+1979 silly addNameRange     '0.2.0',
+1979 silly addNameRange     '1.0.0' ] ]
+1980 silly addNamed assert-plus@0.2.0
+1981 verbose addNamed "0.2.0" is a plain semver version for assert-plus
+1982 silly cache afterAdd assert-plus@0.2.0
+1983 verbose afterAdd /home/adhisimon/.npm/assert-plus/0.2.0/package/package.json not in flight; writing
+1984 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+1985 silly resolveWithNewModule jsprim@1.3.0 checking installable status
+1986 silly cache add args [ 'jsprim@^1.2.2', null ]
+1987 verbose cache add spec jsprim@^1.2.2
+1988 silly cache add parsed spec Result {
+1988 silly cache add   raw: 'jsprim@^1.2.2',
+1988 silly cache add   scope: null,
+1988 silly cache add   name: 'jsprim',
+1988 silly cache add   rawSpec: '^1.2.2',
+1988 silly cache add   spec: '>=1.2.2 <2.0.0',
+1988 silly cache add   type: 'range' }
+1989 silly addNamed jsprim@>=1.2.2 <2.0.0
+1990 verbose addNamed ">=1.2.2 <2.0.0" is a valid semver range for jsprim
+1991 silly addNameRange { name: 'jsprim', range: '>=1.2.2 <2.0.0', hasData: false }
+1992 silly mapToRegistry name jsprim
+1993 silly mapToRegistry using default registry
+1994 silly mapToRegistry registry https://registry.npmjs.org/
+1995 silly mapToRegistry data Result {
+1995 silly mapToRegistry   raw: 'jsprim',
+1995 silly mapToRegistry   scope: null,
+1995 silly mapToRegistry   name: 'jsprim',
+1995 silly mapToRegistry   rawSpec: '',
+1995 silly mapToRegistry   spec: 'latest',
+1995 silly mapToRegistry   type: 'tag' }
+1996 silly mapToRegistry uri https://registry.npmjs.org/jsprim
+1997 verbose addNameRange registry:https://registry.npmjs.org/jsprim not in flight; fetching
+1998 verbose get https://registry.npmjs.org/jsprim not expired, no request
+1999 silly addNameRange number 2 { name: 'jsprim', range: '>=1.2.2 <2.0.0', hasData: true }
+2000 silly addNameRange versions [ 'jsprim',
+2000 silly addNameRange   [ '0.0.1',
+2000 silly addNameRange     '0.0.2',
+2000 silly addNameRange     '0.0.3',
+2000 silly addNameRange     '0.0.4',
+2000 silly addNameRange     '0.0.5',
+2000 silly addNameRange     '0.1.0',
+2000 silly addNameRange     '0.2.0',
+2000 silly addNameRange     '0.3.0',
+2000 silly addNameRange     '0.3.1',
+2000 silly addNameRange     '0.4.0',
+2000 silly addNameRange     '0.5.0',
+2000 silly addNameRange     '0.5.1',
+2000 silly addNameRange     '0.6.0',
+2000 silly addNameRange     '0.6.1',
+2000 silly addNameRange     '0.7.0',
+2000 silly addNameRange     '0.8.0',
+2000 silly addNameRange     '1.0.0',
+2000 silly addNameRange     '1.1.0',
+2000 silly addNameRange     '1.2.0',
+2000 silly addNameRange     '1.2.1',
+2000 silly addNameRange     '1.2.2',
+2000 silly addNameRange     '1.3.0' ] ]
+2001 silly addNamed jsprim@1.3.0
+2002 verbose addNamed "1.3.0" is a plain semver version for jsprim
+2003 verbose afterAdd /home/adhisimon/.npm/assert-plus/0.2.0/package/package.json written
+2004 silly cache afterAdd jsprim@1.3.0
+2005 verbose afterAdd /home/adhisimon/.npm/jsprim/1.3.0/package/package.json not in flight; writing
+2006 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2007 http 304 https://registry.npmjs.org/sshpk
+2008 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2008 verbose headers   via: '1.1 varnish',
+2008 verbose headers   'cache-control': 'max-age=300',
+2008 verbose headers   etag: '"B8BWNPWZFV27SXBXQ74UXHIX3"',
+2008 verbose headers   age: '249',
+2008 verbose headers   connection: 'keep-alive',
+2008 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+2008 verbose headers   'x-cache': 'HIT',
+2008 verbose headers   'x-cache-hits': '12',
+2008 verbose headers   'x-timer': 'S1470634908.352479,VS0,VE0',
+2008 verbose headers   vary: 'Accept-Encoding' }
+2009 silly get cb [ 304,
+2009 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2009 silly get     via: '1.1 varnish',
+2009 silly get     'cache-control': 'max-age=300',
+2009 silly get     etag: '"B8BWNPWZFV27SXBXQ74UXHIX3"',
+2009 silly get     age: '249',
+2009 silly get     connection: 'keep-alive',
+2009 silly get     'x-served-by': 'cache-sin6920-SIN',
+2009 silly get     'x-cache': 'HIT',
+2009 silly get     'x-cache-hits': '12',
+2009 silly get     'x-timer': 'S1470634908.352479,VS0,VE0',
+2009 silly get     vary: 'Accept-Encoding' } ]
+2010 verbose etag https://registry.npmjs.org/sshpk from cache
+2011 verbose get saving sshpk to /home/adhisimon/.npm/registry.npmjs.org/sshpk/.cache.json
+2012 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2013 verbose afterAdd /home/adhisimon/.npm/jsprim/1.3.0/package/package.json written
+2014 silly resolveWithNewModule sshpk@1.9.2 checking installable status
+2015 silly cache add args [ 'sshpk@^1.7.0', null ]
+2016 verbose cache add spec sshpk@^1.7.0
+2017 silly cache add parsed spec Result {
+2017 silly cache add   raw: 'sshpk@^1.7.0',
+2017 silly cache add   scope: null,
+2017 silly cache add   name: 'sshpk',
+2017 silly cache add   rawSpec: '^1.7.0',
+2017 silly cache add   spec: '>=1.7.0 <2.0.0',
+2017 silly cache add   type: 'range' }
+2018 silly addNamed sshpk@>=1.7.0 <2.0.0
+2019 verbose addNamed ">=1.7.0 <2.0.0" is a valid semver range for sshpk
+2020 silly addNameRange { name: 'sshpk', range: '>=1.7.0 <2.0.0', hasData: false }
+2021 silly mapToRegistry name sshpk
+2022 silly mapToRegistry using default registry
+2023 silly mapToRegistry registry https://registry.npmjs.org/
+2024 silly mapToRegistry data Result {
+2024 silly mapToRegistry   raw: 'sshpk',
+2024 silly mapToRegistry   scope: null,
+2024 silly mapToRegistry   name: 'sshpk',
+2024 silly mapToRegistry   rawSpec: '',
+2024 silly mapToRegistry   spec: 'latest',
+2024 silly mapToRegistry   type: 'tag' }
+2025 silly mapToRegistry uri https://registry.npmjs.org/sshpk
+2026 verbose addNameRange registry:https://registry.npmjs.org/sshpk not in flight; fetching
+2027 verbose get https://registry.npmjs.org/sshpk not expired, no request
+2028 silly addNameRange number 2 { name: 'sshpk', range: '>=1.7.0 <2.0.0', hasData: true }
+2029 silly addNameRange versions [ 'sshpk',
+2029 silly addNameRange   [ '1.0.0',
+2029 silly addNameRange     '1.0.1',
+2029 silly addNameRange     '1.0.2',
+2029 silly addNameRange     '1.0.3',
+2029 silly addNameRange     '1.0.4',
+2029 silly addNameRange     '1.1.0',
+2029 silly addNameRange     '1.2.0',
+2029 silly addNameRange     '1.2.1',
+2029 silly addNameRange     '1.3.0',
+2029 silly addNameRange     '1.4.0',
+2029 silly addNameRange     '1.4.1',
+2029 silly addNameRange     '1.4.2',
+2029 silly addNameRange     '1.4.3',
+2029 silly addNameRange     '1.4.4',
+2029 silly addNameRange     '1.4.5',
+2029 silly addNameRange     '1.4.6',
+2029 silly addNameRange     '1.4.7',
+2029 silly addNameRange     '1.5.0',
+2029 silly addNameRange     '1.5.1',
+2029 silly addNameRange     '1.6.0',
+2029 silly addNameRange     '1.6.1',
+2029 silly addNameRange     '1.6.2',
+2029 silly addNameRange     '1.7.0',
+2029 silly addNameRange     '1.7.1',
+2029 silly addNameRange     '1.7.2',
+2029 silly addNameRange     '1.7.3',
+2029 silly addNameRange     '1.7.4',
+2029 silly addNameRange     '1.8.0',
+2029 silly addNameRange     '1.8.1',
+2029 silly addNameRange     '1.8.2',
+2029 silly addNameRange     '1.8.3',
+2029 silly addNameRange     '1.9.0',
+2029 silly addNameRange     '1.9.1',
+2029 silly addNameRange     '1.9.2' ] ]
+2030 silly addNamed sshpk@1.9.2
+2031 verbose addNamed "1.9.2" is a plain semver version for sshpk
+2032 silly cache afterAdd sshpk@1.9.2
+2033 verbose afterAdd /home/adhisimon/.npm/sshpk/1.9.2/package/package.json not in flight; writing
+2034 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2035 verbose afterAdd /home/adhisimon/.npm/sshpk/1.9.2/package/package.json written
+2036 silly fetchNamedPackageData extsprintf
+2037 silly mapToRegistry name extsprintf
+2038 silly mapToRegistry using default registry
+2039 silly mapToRegistry registry https://registry.npmjs.org/
+2040 silly mapToRegistry data Result {
+2040 silly mapToRegistry   raw: 'extsprintf',
+2040 silly mapToRegistry   scope: null,
+2040 silly mapToRegistry   name: 'extsprintf',
+2040 silly mapToRegistry   rawSpec: '',
+2040 silly mapToRegistry   spec: 'latest',
+2040 silly mapToRegistry   type: 'tag' }
+2041 silly mapToRegistry uri https://registry.npmjs.org/extsprintf
+2042 silly fetchNamedPackageData json-schema
+2043 silly mapToRegistry name json-schema
+2044 silly mapToRegistry using default registry
+2045 silly mapToRegistry registry https://registry.npmjs.org/
+2046 silly mapToRegistry data Result {
+2046 silly mapToRegistry   raw: 'json-schema',
+2046 silly mapToRegistry   scope: null,
+2046 silly mapToRegistry   name: 'json-schema',
+2046 silly mapToRegistry   rawSpec: '',
+2046 silly mapToRegistry   spec: 'latest',
+2046 silly mapToRegistry   type: 'tag' }
+2047 silly mapToRegistry uri https://registry.npmjs.org/json-schema
+2048 silly fetchNamedPackageData verror
+2049 silly mapToRegistry name verror
+2050 silly mapToRegistry using default registry
+2051 silly mapToRegistry registry https://registry.npmjs.org/
+2052 silly mapToRegistry data Result {
+2052 silly mapToRegistry   raw: 'verror',
+2052 silly mapToRegistry   scope: null,
+2052 silly mapToRegistry   name: 'verror',
+2052 silly mapToRegistry   rawSpec: '',
+2052 silly mapToRegistry   spec: 'latest',
+2052 silly mapToRegistry   type: 'tag' }
+2053 silly mapToRegistry uri https://registry.npmjs.org/verror
+2054 verbose request uri https://registry.npmjs.org/extsprintf
+2055 verbose request no auth needed
+2056 info attempt registry request try #1 at 12:41:48
+2057 verbose etag "8SZHSWXY2AGI2KX70GQFVOSWW"
+2058 http request GET https://registry.npmjs.org/extsprintf
+2059 verbose request uri https://registry.npmjs.org/json-schema
+2060 verbose request no auth needed
+2061 info attempt registry request try #1 at 12:41:48
+2062 verbose etag "AMN9X27SJK0KN08YBFO4HJJK8"
+2063 http request GET https://registry.npmjs.org/json-schema
+2064 verbose request uri https://registry.npmjs.org/verror
+2065 verbose request no auth needed
+2066 info attempt registry request try #1 at 12:41:48
+2067 verbose etag "EG3XJ26DY16C8HP88WDXSDL14"
+2068 http request GET https://registry.npmjs.org/verror
+2069 http 304 https://registry.npmjs.org/extsprintf
+2070 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2070 verbose headers   via: '1.1 varnish',
+2070 verbose headers   'cache-control': 'max-age=300',
+2070 verbose headers   etag: '"8SZHSWXY2AGI2KX70GQFVOSWW"',
+2070 verbose headers   age: '248',
+2070 verbose headers   connection: 'keep-alive',
+2070 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+2070 verbose headers   'x-cache': 'HIT',
+2070 verbose headers   'x-cache-hits': '17',
+2070 verbose headers   'x-timer': 'S1470634908.487666,VS0,VE0',
+2070 verbose headers   vary: 'Accept-Encoding' }
+2071 silly get cb [ 304,
+2071 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2071 silly get     via: '1.1 varnish',
+2071 silly get     'cache-control': 'max-age=300',
+2071 silly get     etag: '"8SZHSWXY2AGI2KX70GQFVOSWW"',
+2071 silly get     age: '248',
+2071 silly get     connection: 'keep-alive',
+2071 silly get     'x-served-by': 'cache-sin6921-SIN',
+2071 silly get     'x-cache': 'HIT',
+2071 silly get     'x-cache-hits': '17',
+2071 silly get     'x-timer': 'S1470634908.487666,VS0,VE0',
+2071 silly get     vary: 'Accept-Encoding' } ]
+2072 verbose etag https://registry.npmjs.org/extsprintf from cache
+2073 verbose get saving extsprintf to /home/adhisimon/.npm/registry.npmjs.org/extsprintf/.cache.json
+2074 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2075 silly resolveWithNewModule extsprintf@1.0.2 checking installable status
+2076 silly cache add args [ 'extsprintf@1.0.2', null ]
+2077 verbose cache add spec extsprintf@1.0.2
+2078 silly cache add parsed spec Result {
+2078 silly cache add   raw: 'extsprintf@1.0.2',
+2078 silly cache add   scope: null,
+2078 silly cache add   name: 'extsprintf',
+2078 silly cache add   rawSpec: '1.0.2',
+2078 silly cache add   spec: '1.0.2',
+2078 silly cache add   type: 'version' }
+2079 silly addNamed extsprintf@1.0.2
+2080 verbose addNamed "1.0.2" is a plain semver version for extsprintf
+2081 silly mapToRegistry name extsprintf
+2082 silly mapToRegistry using default registry
+2083 silly mapToRegistry registry https://registry.npmjs.org/
+2084 silly mapToRegistry data Result {
+2084 silly mapToRegistry   raw: 'extsprintf',
+2084 silly mapToRegistry   scope: null,
+2084 silly mapToRegistry   name: 'extsprintf',
+2084 silly mapToRegistry   rawSpec: '',
+2084 silly mapToRegistry   spec: 'latest',
+2084 silly mapToRegistry   type: 'tag' }
+2085 silly mapToRegistry uri https://registry.npmjs.org/extsprintf
+2086 verbose addNameVersion registry:https://registry.npmjs.org/extsprintf not in flight; fetching
+2087 verbose get https://registry.npmjs.org/extsprintf not expired, no request
+2088 silly cache afterAdd extsprintf@1.0.2
+2089 verbose afterAdd /home/adhisimon/.npm/extsprintf/1.0.2/package/package.json not in flight; writing
+2090 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2091 http 304 https://registry.npmjs.org/json-schema
+2092 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2092 verbose headers   via: '1.1 varnish',
+2092 verbose headers   'cache-control': 'max-age=300',
+2092 verbose headers   etag: '"AMN9X27SJK0KN08YBFO4HJJK8"',
+2092 verbose headers   age: '195',
+2092 verbose headers   connection: 'keep-alive',
+2092 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+2092 verbose headers   'x-cache': 'HIT',
+2092 verbose headers   'x-cache-hits': '11',
+2092 verbose headers   'x-timer': 'S1470634908.507586,VS0,VE0',
+2092 verbose headers   vary: 'Accept-Encoding' }
+2093 silly get cb [ 304,
+2093 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2093 silly get     via: '1.1 varnish',
+2093 silly get     'cache-control': 'max-age=300',
+2093 silly get     etag: '"AMN9X27SJK0KN08YBFO4HJJK8"',
+2093 silly get     age: '195',
+2093 silly get     connection: 'keep-alive',
+2093 silly get     'x-served-by': 'cache-sin6927-SIN',
+2093 silly get     'x-cache': 'HIT',
+2093 silly get     'x-cache-hits': '11',
+2093 silly get     'x-timer': 'S1470634908.507586,VS0,VE0',
+2093 silly get     vary: 'Accept-Encoding' } ]
+2094 verbose etag https://registry.npmjs.org/json-schema from cache
+2095 verbose get saving json-schema to /home/adhisimon/.npm/registry.npmjs.org/json-schema/.cache.json
+2096 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2097 verbose afterAdd /home/adhisimon/.npm/extsprintf/1.0.2/package/package.json written
+2098 http 200 https://registry.npmjs.org/verror
+2099 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+2099 verbose headers   etag: '"74YKCERF72DN19TULY84SVWXS"',
+2099 verbose headers   'content-type': 'application/json',
+2099 verbose headers   'content-encoding': 'gzip',
+2099 verbose headers   'cache-control': 'max-age=300',
+2099 verbose headers   'content-length': '4092',
+2099 verbose headers   'accept-ranges': 'bytes',
+2099 verbose headers   date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2099 verbose headers   via: '1.1 varnish',
+2099 verbose headers   age: '195',
+2099 verbose headers   connection: 'keep-alive',
+2099 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+2099 verbose headers   'x-cache': 'HIT',
+2099 verbose headers   'x-cache-hits': '6',
+2099 verbose headers   'x-timer': 'S1470634908.509638,VS0,VE0',
+2099 verbose headers   vary: 'Accept-Encoding' }
+2100 silly get cb [ 200,
+2100 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+2100 silly get     etag: '"74YKCERF72DN19TULY84SVWXS"',
+2100 silly get     'content-type': 'application/json',
+2100 silly get     'content-encoding': 'gzip',
+2100 silly get     'cache-control': 'max-age=300',
+2100 silly get     'content-length': '4092',
+2100 silly get     'accept-ranges': 'bytes',
+2100 silly get     date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2100 silly get     via: '1.1 varnish',
+2100 silly get     age: '195',
+2100 silly get     connection: 'keep-alive',
+2100 silly get     'x-served-by': 'cache-sin6927-SIN',
+2100 silly get     'x-cache': 'HIT',
+2100 silly get     'x-cache-hits': '6',
+2100 silly get     'x-timer': 'S1470634908.509638,VS0,VE0',
+2100 silly get     vary: 'Accept-Encoding' } ]
+2101 verbose get saving verror to /home/adhisimon/.npm/registry.npmjs.org/verror/.cache.json
+2102 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2103 silly resolveWithNewModule json-schema@0.2.2 checking installable status
+2104 silly cache add args [ 'json-schema@0.2.2', null ]
+2105 verbose cache add spec json-schema@0.2.2
+2106 silly cache add parsed spec Result {
+2106 silly cache add   raw: 'json-schema@0.2.2',
+2106 silly cache add   scope: null,
+2106 silly cache add   name: 'json-schema',
+2106 silly cache add   rawSpec: '0.2.2',
+2106 silly cache add   spec: '0.2.2',
+2106 silly cache add   type: 'version' }
+2107 silly addNamed json-schema@0.2.2
+2108 verbose addNamed "0.2.2" is a plain semver version for json-schema
+2109 silly mapToRegistry name json-schema
+2110 silly mapToRegistry using default registry
+2111 silly mapToRegistry registry https://registry.npmjs.org/
+2112 silly mapToRegistry data Result {
+2112 silly mapToRegistry   raw: 'json-schema',
+2112 silly mapToRegistry   scope: null,
+2112 silly mapToRegistry   name: 'json-schema',
+2112 silly mapToRegistry   rawSpec: '',
+2112 silly mapToRegistry   spec: 'latest',
+2112 silly mapToRegistry   type: 'tag' }
+2113 silly mapToRegistry uri https://registry.npmjs.org/json-schema
+2114 verbose addNameVersion registry:https://registry.npmjs.org/json-schema not in flight; fetching
+2115 verbose get https://registry.npmjs.org/json-schema not expired, no request
+2116 silly resolveWithNewModule verror@1.3.6 checking installable status
+2117 silly cache add args [ 'verror@1.3.6', null ]
+2118 verbose cache add spec verror@1.3.6
+2119 silly cache add parsed spec Result {
+2119 silly cache add   raw: 'verror@1.3.6',
+2119 silly cache add   scope: null,
+2119 silly cache add   name: 'verror',
+2119 silly cache add   rawSpec: '1.3.6',
+2119 silly cache add   spec: '1.3.6',
+2119 silly cache add   type: 'version' }
+2120 silly addNamed verror@1.3.6
+2121 verbose addNamed "1.3.6" is a plain semver version for verror
+2122 silly mapToRegistry name verror
+2123 silly mapToRegistry using default registry
+2124 silly mapToRegistry registry https://registry.npmjs.org/
+2125 silly mapToRegistry data Result {
+2125 silly mapToRegistry   raw: 'verror',
+2125 silly mapToRegistry   scope: null,
+2125 silly mapToRegistry   name: 'verror',
+2125 silly mapToRegistry   rawSpec: '',
+2125 silly mapToRegistry   spec: 'latest',
+2125 silly mapToRegistry   type: 'tag' }
+2126 silly mapToRegistry uri https://registry.npmjs.org/verror
+2127 verbose addNameVersion registry:https://registry.npmjs.org/verror not in flight; fetching
+2128 verbose get https://registry.npmjs.org/verror not expired, no request
+2129 silly cache afterAdd json-schema@0.2.2
+2130 verbose afterAdd /home/adhisimon/.npm/json-schema/0.2.2/package/package.json not in flight; writing
+2131 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2132 silly cache afterAdd verror@1.3.6
+2133 verbose afterAdd /home/adhisimon/.npm/verror/1.3.6/package/package.json not in flight; writing
+2134 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2135 verbose afterAdd /home/adhisimon/.npm/json-schema/0.2.2/package/package.json written
+2136 verbose afterAdd /home/adhisimon/.npm/verror/1.3.6/package/package.json written
+2137 silly fetchNamedPackageData asn1
+2138 silly mapToRegistry name asn1
+2139 silly mapToRegistry using default registry
+2140 silly mapToRegistry registry https://registry.npmjs.org/
+2141 silly mapToRegistry data Result {
+2141 silly mapToRegistry   raw: 'asn1',
+2141 silly mapToRegistry   scope: null,
+2141 silly mapToRegistry   name: 'asn1',
+2141 silly mapToRegistry   rawSpec: '',
+2141 silly mapToRegistry   spec: 'latest',
+2141 silly mapToRegistry   type: 'tag' }
+2142 silly mapToRegistry uri https://registry.npmjs.org/asn1
+2143 silly fetchNamedPackageData assert-plus
+2144 silly mapToRegistry name assert-plus
+2145 silly mapToRegistry using default registry
+2146 silly mapToRegistry registry https://registry.npmjs.org/
+2147 silly mapToRegistry data Result {
+2147 silly mapToRegistry   raw: 'assert-plus',
+2147 silly mapToRegistry   scope: null,
+2147 silly mapToRegistry   name: 'assert-plus',
+2147 silly mapToRegistry   rawSpec: '',
+2147 silly mapToRegistry   spec: 'latest',
+2147 silly mapToRegistry   type: 'tag' }
+2148 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+2149 silly resolveWithNewModule assert-plus@1.0.0 checking installable status
+2150 silly cache add args [ 'assert-plus@^1.0.0', null ]
+2151 verbose cache add spec assert-plus@^1.0.0
+2152 silly fetchNamedPackageData dashdash
+2153 silly mapToRegistry name dashdash
+2154 silly mapToRegistry using default registry
+2155 silly mapToRegistry registry https://registry.npmjs.org/
+2156 silly mapToRegistry data Result {
+2156 silly mapToRegistry   raw: 'dashdash',
+2156 silly mapToRegistry   scope: null,
+2156 silly mapToRegistry   name: 'dashdash',
+2156 silly mapToRegistry   rawSpec: '',
+2156 silly mapToRegistry   spec: 'latest',
+2156 silly mapToRegistry   type: 'tag' }
+2157 silly mapToRegistry uri https://registry.npmjs.org/dashdash
+2158 silly fetchNamedPackageData getpass
+2159 silly mapToRegistry name getpass
+2160 silly mapToRegistry using default registry
+2161 silly mapToRegistry registry https://registry.npmjs.org/
+2162 silly mapToRegistry data Result {
+2162 silly mapToRegistry   raw: 'getpass',
+2162 silly mapToRegistry   scope: null,
+2162 silly mapToRegistry   name: 'getpass',
+2162 silly mapToRegistry   rawSpec: '',
+2162 silly mapToRegistry   spec: 'latest',
+2162 silly mapToRegistry   type: 'tag' }
+2163 silly mapToRegistry uri https://registry.npmjs.org/getpass
+2164 silly fetchNamedPackageData jsbn
+2165 silly mapToRegistry name jsbn
+2166 silly mapToRegistry using default registry
+2167 silly mapToRegistry registry https://registry.npmjs.org/
+2168 silly mapToRegistry data Result {
+2168 silly mapToRegistry   raw: 'jsbn',
+2168 silly mapToRegistry   scope: null,
+2168 silly mapToRegistry   name: 'jsbn',
+2168 silly mapToRegistry   rawSpec: '',
+2168 silly mapToRegistry   spec: 'latest',
+2168 silly mapToRegistry   type: 'tag' }
+2169 silly mapToRegistry uri https://registry.npmjs.org/jsbn
+2170 silly fetchNamedPackageData tweetnacl
+2171 silly mapToRegistry name tweetnacl
+2172 silly mapToRegistry using default registry
+2173 silly mapToRegistry registry https://registry.npmjs.org/
+2174 silly mapToRegistry data Result {
+2174 silly mapToRegistry   raw: 'tweetnacl',
+2174 silly mapToRegistry   scope: null,
+2174 silly mapToRegistry   name: 'tweetnacl',
+2174 silly mapToRegistry   rawSpec: '',
+2174 silly mapToRegistry   spec: 'latest',
+2174 silly mapToRegistry   type: 'tag' }
+2175 silly mapToRegistry uri https://registry.npmjs.org/tweetnacl
+2176 silly fetchNamedPackageData jodid25519
+2177 silly mapToRegistry name jodid25519
+2178 silly mapToRegistry using default registry
+2179 silly mapToRegistry registry https://registry.npmjs.org/
+2180 silly mapToRegistry data Result {
+2180 silly mapToRegistry   raw: 'jodid25519',
+2180 silly mapToRegistry   scope: null,
+2180 silly mapToRegistry   name: 'jodid25519',
+2180 silly mapToRegistry   rawSpec: '',
+2180 silly mapToRegistry   spec: 'latest',
+2180 silly mapToRegistry   type: 'tag' }
+2181 silly mapToRegistry uri https://registry.npmjs.org/jodid25519
+2182 silly fetchNamedPackageData ecc-jsbn
+2183 silly mapToRegistry name ecc-jsbn
+2184 silly mapToRegistry using default registry
+2185 silly mapToRegistry registry https://registry.npmjs.org/
+2186 silly mapToRegistry data Result {
+2186 silly mapToRegistry   raw: 'ecc-jsbn',
+2186 silly mapToRegistry   scope: null,
+2186 silly mapToRegistry   name: 'ecc-jsbn',
+2186 silly mapToRegistry   rawSpec: '',
+2186 silly mapToRegistry   spec: 'latest',
+2186 silly mapToRegistry   type: 'tag' }
+2187 silly mapToRegistry uri https://registry.npmjs.org/ecc-jsbn
+2188 silly cache add parsed spec Result {
+2188 silly cache add   raw: 'assert-plus@^1.0.0',
+2188 silly cache add   scope: null,
+2188 silly cache add   name: 'assert-plus',
+2188 silly cache add   rawSpec: '^1.0.0',
+2188 silly cache add   spec: '>=1.0.0 <2.0.0',
+2188 silly cache add   type: 'range' }
+2189 silly addNamed assert-plus@>=1.0.0 <2.0.0
+2190 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for assert-plus
+2191 silly addNameRange { name: 'assert-plus', range: '>=1.0.0 <2.0.0', hasData: false }
+2192 silly mapToRegistry name assert-plus
+2193 silly mapToRegistry using default registry
+2194 silly mapToRegistry registry https://registry.npmjs.org/
+2195 silly mapToRegistry data Result {
+2195 silly mapToRegistry   raw: 'assert-plus',
+2195 silly mapToRegistry   scope: null,
+2195 silly mapToRegistry   name: 'assert-plus',
+2195 silly mapToRegistry   rawSpec: '',
+2195 silly mapToRegistry   spec: 'latest',
+2195 silly mapToRegistry   type: 'tag' }
+2196 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+2197 verbose addNameRange registry:https://registry.npmjs.org/assert-plus not in flight; fetching
+2198 verbose request uri https://registry.npmjs.org/asn1
+2199 verbose request no auth needed
+2200 info attempt registry request try #1 at 12:41:48
+2201 verbose etag "8K5D30JGA61DM6SI3K7OVHAJX"
+2202 http request GET https://registry.npmjs.org/asn1
+2203 verbose request uri https://registry.npmjs.org/dashdash
+2204 verbose request no auth needed
+2205 info attempt registry request try #1 at 12:41:48
+2206 verbose etag "8DTH6M2BMZM7V6MAE4CWYPNM9"
+2207 http request GET https://registry.npmjs.org/dashdash
+2208 verbose request uri https://registry.npmjs.org/jsbn
+2209 verbose request no auth needed
+2210 info attempt registry request try #1 at 12:41:48
+2211 verbose etag "EKO4X3F46BXOY6TUGEZ85AXQ1"
+2212 http request GET https://registry.npmjs.org/jsbn
+2213 verbose request uri https://registry.npmjs.org/getpass
+2214 verbose request no auth needed
+2215 info attempt registry request try #1 at 12:41:48
+2216 verbose etag "ESEWSKCJHTP9QXVUUYJZQXQNC"
+2217 http request GET https://registry.npmjs.org/getpass
+2218 verbose get https://registry.npmjs.org/assert-plus not expired, no request
+2219 silly addNameRange number 2 { name: 'assert-plus', range: '>=1.0.0 <2.0.0', hasData: true }
+2220 silly addNameRange versions [ 'assert-plus',
+2220 silly addNameRange   [ '0.1.0',
+2220 silly addNameRange     '0.1.1',
+2220 silly addNameRange     '0.1.2',
+2220 silly addNameRange     '0.1.3',
+2220 silly addNameRange     '0.1.4',
+2220 silly addNameRange     '0.1.5',
+2220 silly addNameRange     '0.2.0',
+2220 silly addNameRange     '1.0.0' ] ]
+2221 silly addNamed assert-plus@1.0.0
+2222 verbose addNamed "1.0.0" is a plain semver version for assert-plus
+2223 verbose request uri https://registry.npmjs.org/tweetnacl
+2224 verbose request no auth needed
+2225 info attempt registry request try #1 at 12:41:48
+2226 verbose etag "2HH1CTZANNS2C5FL1NL4OOVTQ"
+2227 http request GET https://registry.npmjs.org/tweetnacl
+2228 verbose request uri https://registry.npmjs.org/ecc-jsbn
+2229 verbose request no auth needed
+2230 info attempt registry request try #1 at 12:41:48
+2231 verbose etag "8IPAYE6OVAGXFBN0Q542LZIYT"
+2232 http request GET https://registry.npmjs.org/ecc-jsbn
+2233 verbose request uri https://registry.npmjs.org/jodid25519
+2234 verbose request no auth needed
+2235 info attempt registry request try #1 at 12:41:48
+2236 verbose etag "APSI4YRSNGRC822SKKV7D0GGN"
+2237 http request GET https://registry.npmjs.org/jodid25519
+2238 silly cache afterAdd assert-plus@1.0.0
+2239 verbose afterAdd /home/adhisimon/.npm/assert-plus/1.0.0/package/package.json not in flight; writing
+2240 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2241 http 304 https://registry.npmjs.org/asn1
+2242 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2242 verbose headers   via: '1.1 varnish',
+2242 verbose headers   'cache-control': 'max-age=300',
+2242 verbose headers   etag: '"8K5D30JGA61DM6SI3K7OVHAJX"',
+2242 verbose headers   age: '261',
+2242 verbose headers   connection: 'keep-alive',
+2242 verbose headers   'x-served-by': 'cache-sin6924-SIN',
+2242 verbose headers   'x-cache': 'HIT',
+2242 verbose headers   'x-cache-hits': '51',
+2242 verbose headers   'x-timer': 'S1470634908.710169,VS0,VE0',
+2242 verbose headers   vary: 'Accept-Encoding' }
+2243 silly get cb [ 304,
+2243 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2243 silly get     via: '1.1 varnish',
+2243 silly get     'cache-control': 'max-age=300',
+2243 silly get     etag: '"8K5D30JGA61DM6SI3K7OVHAJX"',
+2243 silly get     age: '261',
+2243 silly get     connection: 'keep-alive',
+2243 silly get     'x-served-by': 'cache-sin6924-SIN',
+2243 silly get     'x-cache': 'HIT',
+2243 silly get     'x-cache-hits': '51',
+2243 silly get     'x-timer': 'S1470634908.710169,VS0,VE0',
+2243 silly get     vary: 'Accept-Encoding' } ]
+2244 verbose etag https://registry.npmjs.org/asn1 from cache
+2245 verbose get saving asn1 to /home/adhisimon/.npm/registry.npmjs.org/asn1/.cache.json
+2246 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2247 verbose afterAdd /home/adhisimon/.npm/assert-plus/1.0.0/package/package.json written
+2248 silly resolveWithNewModule asn1@0.2.3 checking installable status
+2249 silly cache add args [ 'asn1@~0.2.3', null ]
+2250 verbose cache add spec asn1@~0.2.3
+2251 silly cache add parsed spec Result {
+2251 silly cache add   raw: 'asn1@~0.2.3',
+2251 silly cache add   scope: null,
+2251 silly cache add   name: 'asn1',
+2251 silly cache add   rawSpec: '~0.2.3',
+2251 silly cache add   spec: '>=0.2.3 <0.3.0',
+2251 silly cache add   type: 'range' }
+2252 silly addNamed asn1@>=0.2.3 <0.3.0
+2253 verbose addNamed ">=0.2.3 <0.3.0" is a valid semver range for asn1
+2254 silly addNameRange { name: 'asn1', range: '>=0.2.3 <0.3.0', hasData: false }
+2255 silly mapToRegistry name asn1
+2256 silly mapToRegistry using default registry
+2257 silly mapToRegistry registry https://registry.npmjs.org/
+2258 silly mapToRegistry data Result {
+2258 silly mapToRegistry   raw: 'asn1',
+2258 silly mapToRegistry   scope: null,
+2258 silly mapToRegistry   name: 'asn1',
+2258 silly mapToRegistry   rawSpec: '',
+2258 silly mapToRegistry   spec: 'latest',
+2258 silly mapToRegistry   type: 'tag' }
+2259 silly mapToRegistry uri https://registry.npmjs.org/asn1
+2260 verbose addNameRange registry:https://registry.npmjs.org/asn1 not in flight; fetching
+2261 http 304 https://registry.npmjs.org/getpass
+2262 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2262 verbose headers   via: '1.1 varnish',
+2262 verbose headers   'cache-control': 'max-age=300',
+2262 verbose headers   etag: '"ESEWSKCJHTP9QXVUUYJZQXQNC"',
+2262 verbose headers   age: '138',
+2262 verbose headers   connection: 'keep-alive',
+2262 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+2262 verbose headers   'x-cache': 'HIT',
+2262 verbose headers   'x-cache-hits': '9',
+2262 verbose headers   'x-timer': 'S1470634908.717461,VS0,VE0',
+2262 verbose headers   vary: 'Accept-Encoding' }
+2263 silly get cb [ 304,
+2263 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2263 silly get     via: '1.1 varnish',
+2263 silly get     'cache-control': 'max-age=300',
+2263 silly get     etag: '"ESEWSKCJHTP9QXVUUYJZQXQNC"',
+2263 silly get     age: '138',
+2263 silly get     connection: 'keep-alive',
+2263 silly get     'x-served-by': 'cache-sin6923-SIN',
+2263 silly get     'x-cache': 'HIT',
+2263 silly get     'x-cache-hits': '9',
+2263 silly get     'x-timer': 'S1470634908.717461,VS0,VE0',
+2263 silly get     vary: 'Accept-Encoding' } ]
+2264 verbose etag https://registry.npmjs.org/getpass from cache
+2265 verbose get saving getpass to /home/adhisimon/.npm/registry.npmjs.org/getpass/.cache.json
+2266 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2267 http 304 https://registry.npmjs.org/dashdash
+2268 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2268 verbose headers   via: '1.1 varnish',
+2268 verbose headers   'cache-control': 'max-age=300',
+2268 verbose headers   etag: '"8DTH6M2BMZM7V6MAE4CWYPNM9"',
+2268 verbose headers   age: '131',
+2268 verbose headers   connection: 'keep-alive',
+2268 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+2268 verbose headers   'x-cache': 'HIT',
+2268 verbose headers   'x-cache-hits': '9',
+2268 verbose headers   'x-timer': 'S1470634908.717119,VS0,VE0',
+2268 verbose headers   vary: 'Accept-Encoding' }
+2269 silly get cb [ 304,
+2269 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2269 silly get     via: '1.1 varnish',
+2269 silly get     'cache-control': 'max-age=300',
+2269 silly get     etag: '"8DTH6M2BMZM7V6MAE4CWYPNM9"',
+2269 silly get     age: '131',
+2269 silly get     connection: 'keep-alive',
+2269 silly get     'x-served-by': 'cache-sin6920-SIN',
+2269 silly get     'x-cache': 'HIT',
+2269 silly get     'x-cache-hits': '9',
+2269 silly get     'x-timer': 'S1470634908.717119,VS0,VE0',
+2269 silly get     vary: 'Accept-Encoding' } ]
+2270 verbose etag https://registry.npmjs.org/dashdash from cache
+2271 verbose get saving dashdash to /home/adhisimon/.npm/registry.npmjs.org/dashdash/.cache.json
+2272 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2273 http 304 https://registry.npmjs.org/jsbn
+2274 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2274 verbose headers   via: '1.1 varnish',
+2274 verbose headers   'cache-control': 'max-age=300',
+2274 verbose headers   etag: '"EKO4X3F46BXOY6TUGEZ85AXQ1"',
+2274 verbose headers   age: '132',
+2274 verbose headers   connection: 'keep-alive',
+2274 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+2274 verbose headers   'x-cache': 'HIT',
+2274 verbose headers   'x-cache-hits': '7',
+2274 verbose headers   'x-timer': 'S1470634908.717835,VS0,VE0',
+2274 verbose headers   vary: 'Accept-Encoding' }
+2275 silly get cb [ 304,
+2275 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2275 silly get     via: '1.1 varnish',
+2275 silly get     'cache-control': 'max-age=300',
+2275 silly get     etag: '"EKO4X3F46BXOY6TUGEZ85AXQ1"',
+2275 silly get     age: '132',
+2275 silly get     connection: 'keep-alive',
+2275 silly get     'x-served-by': 'cache-sin6926-SIN',
+2275 silly get     'x-cache': 'HIT',
+2275 silly get     'x-cache-hits': '7',
+2275 silly get     'x-timer': 'S1470634908.717835,VS0,VE0',
+2275 silly get     vary: 'Accept-Encoding' } ]
+2276 verbose etag https://registry.npmjs.org/jsbn from cache
+2277 verbose get saving jsbn to /home/adhisimon/.npm/registry.npmjs.org/jsbn/.cache.json
+2278 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2279 verbose get https://registry.npmjs.org/asn1 not expired, no request
+2280 silly addNameRange number 2 { name: 'asn1', range: '>=0.2.3 <0.3.0', hasData: true }
+2281 silly addNameRange versions [ 'asn1',
+2281 silly addNameRange   [ '0.1.0',
+2281 silly addNameRange     '0.1.1',
+2281 silly addNameRange     '0.1.2',
+2281 silly addNameRange     '0.1.3',
+2281 silly addNameRange     '0.1.4',
+2281 silly addNameRange     '0.1.5',
+2281 silly addNameRange     '0.1.6',
+2281 silly addNameRange     '0.1.7',
+2281 silly addNameRange     '0.1.8',
+2281 silly addNameRange     '0.1.9',
+2281 silly addNameRange     '0.1.10',
+2281 silly addNameRange     '0.1.11',
+2281 silly addNameRange     '0.2.0',
+2281 silly addNameRange     '0.2.1',
+2281 silly addNameRange     '0.2.2',
+2281 silly addNameRange     '0.2.3' ] ]
+2282 silly addNamed asn1@0.2.3
+2283 verbose addNamed "0.2.3" is a plain semver version for asn1
+2284 silly resolveWithNewModule jsbn@0.1.0 checking installable status
+2285 silly cache add args [ 'jsbn@~0.1.0', null ]
+2286 verbose cache add spec jsbn@~0.1.0
+2287 silly cache add parsed spec Result {
+2287 silly cache add   raw: 'jsbn@~0.1.0',
+2287 silly cache add   scope: null,
+2287 silly cache add   name: 'jsbn',
+2287 silly cache add   rawSpec: '~0.1.0',
+2287 silly cache add   spec: '>=0.1.0 <0.2.0',
+2287 silly cache add   type: 'range' }
+2288 silly addNamed jsbn@>=0.1.0 <0.2.0
+2289 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for jsbn
+2290 silly addNameRange { name: 'jsbn', range: '>=0.1.0 <0.2.0', hasData: false }
+2291 silly mapToRegistry name jsbn
+2292 silly mapToRegistry using default registry
+2293 silly mapToRegistry registry https://registry.npmjs.org/
+2294 silly mapToRegistry data Result {
+2294 silly mapToRegistry   raw: 'jsbn',
+2294 silly mapToRegistry   scope: null,
+2294 silly mapToRegistry   name: 'jsbn',
+2294 silly mapToRegistry   rawSpec: '',
+2294 silly mapToRegistry   spec: 'latest',
+2294 silly mapToRegistry   type: 'tag' }
+2295 silly mapToRegistry uri https://registry.npmjs.org/jsbn
+2296 verbose addNameRange registry:https://registry.npmjs.org/jsbn not in flight; fetching
+2297 silly cache afterAdd asn1@0.2.3
+2298 verbose afterAdd /home/adhisimon/.npm/asn1/0.2.3/package/package.json not in flight; writing
+2299 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2300 http 304 https://registry.npmjs.org/tweetnacl
+2301 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2301 verbose headers   via: '1.1 varnish',
+2301 verbose headers   'cache-control': 'max-age=300',
+2301 verbose headers   etag: '"2HH1CTZANNS2C5FL1NL4OOVTQ"',
+2301 verbose headers   age: '132',
+2301 verbose headers   connection: 'keep-alive',
+2301 verbose headers   'x-served-by': 'cache-sin6922-SIN',
+2301 verbose headers   'x-cache': 'HIT',
+2301 verbose headers   'x-cache-hits': '9',
+2301 verbose headers   'x-timer': 'S1470634908.728889,VS0,VE0',
+2301 verbose headers   vary: 'Accept-Encoding' }
+2302 silly get cb [ 304,
+2302 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2302 silly get     via: '1.1 varnish',
+2302 silly get     'cache-control': 'max-age=300',
+2302 silly get     etag: '"2HH1CTZANNS2C5FL1NL4OOVTQ"',
+2302 silly get     age: '132',
+2302 silly get     connection: 'keep-alive',
+2302 silly get     'x-served-by': 'cache-sin6922-SIN',
+2302 silly get     'x-cache': 'HIT',
+2302 silly get     'x-cache-hits': '9',
+2302 silly get     'x-timer': 'S1470634908.728889,VS0,VE0',
+2302 silly get     vary: 'Accept-Encoding' } ]
+2303 verbose etag https://registry.npmjs.org/tweetnacl from cache
+2304 verbose get saving tweetnacl to /home/adhisimon/.npm/registry.npmjs.org/tweetnacl/.cache.json
+2305 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2306 http 304 https://registry.npmjs.org/jodid25519
+2307 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2307 verbose headers   via: '1.1 varnish',
+2307 verbose headers   'cache-control': 'max-age=300',
+2307 verbose headers   etag: '"APSI4YRSNGRC822SKKV7D0GGN"',
+2307 verbose headers   age: '131',
+2307 verbose headers   connection: 'keep-alive',
+2307 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+2307 verbose headers   'x-cache': 'HIT',
+2307 verbose headers   'x-cache-hits': '16',
+2307 verbose headers   'x-timer': 'S1470634908.731353,VS0,VE0',
+2307 verbose headers   vary: 'Accept-Encoding' }
+2308 silly get cb [ 304,
+2308 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2308 silly get     via: '1.1 varnish',
+2308 silly get     'cache-control': 'max-age=300',
+2308 silly get     etag: '"APSI4YRSNGRC822SKKV7D0GGN"',
+2308 silly get     age: '131',
+2308 silly get     connection: 'keep-alive',
+2308 silly get     'x-served-by': 'cache-sin6926-SIN',
+2308 silly get     'x-cache': 'HIT',
+2308 silly get     'x-cache-hits': '16',
+2308 silly get     'x-timer': 'S1470634908.731353,VS0,VE0',
+2308 silly get     vary: 'Accept-Encoding' } ]
+2309 verbose etag https://registry.npmjs.org/jodid25519 from cache
+2310 verbose get saving jodid25519 to /home/adhisimon/.npm/registry.npmjs.org/jodid25519/.cache.json
+2311 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2312 silly resolveWithNewModule getpass@0.1.6 checking installable status
+2313 silly cache add args [ 'getpass@^0.1.1', null ]
+2314 verbose cache add spec getpass@^0.1.1
+2315 silly cache add parsed spec Result {
+2315 silly cache add   raw: 'getpass@^0.1.1',
+2315 silly cache add   scope: null,
+2315 silly cache add   name: 'getpass',
+2315 silly cache add   rawSpec: '^0.1.1',
+2315 silly cache add   spec: '>=0.1.1 <0.2.0',
+2315 silly cache add   type: 'range' }
+2316 silly addNamed getpass@>=0.1.1 <0.2.0
+2317 verbose addNamed ">=0.1.1 <0.2.0" is a valid semver range for getpass
+2318 silly addNameRange { name: 'getpass', range: '>=0.1.1 <0.2.0', hasData: false }
+2319 silly mapToRegistry name getpass
+2320 silly mapToRegistry using default registry
+2321 silly mapToRegistry registry https://registry.npmjs.org/
+2322 silly mapToRegistry data Result {
+2322 silly mapToRegistry   raw: 'getpass',
+2322 silly mapToRegistry   scope: null,
+2322 silly mapToRegistry   name: 'getpass',
+2322 silly mapToRegistry   rawSpec: '',
+2322 silly mapToRegistry   spec: 'latest',
+2322 silly mapToRegistry   type: 'tag' }
+2323 silly mapToRegistry uri https://registry.npmjs.org/getpass
+2324 verbose addNameRange registry:https://registry.npmjs.org/getpass not in flight; fetching
+2325 silly resolveWithNewModule dashdash@1.14.0 checking installable status
+2326 silly cache add args [ 'dashdash@^1.12.0', null ]
+2327 verbose cache add spec dashdash@^1.12.0
+2328 silly cache add parsed spec Result {
+2328 silly cache add   raw: 'dashdash@^1.12.0',
+2328 silly cache add   scope: null,
+2328 silly cache add   name: 'dashdash',
+2328 silly cache add   rawSpec: '^1.12.0',
+2328 silly cache add   spec: '>=1.12.0 <2.0.0',
+2328 silly cache add   type: 'range' }
+2329 silly addNamed dashdash@>=1.12.0 <2.0.0
+2330 verbose addNamed ">=1.12.0 <2.0.0" is a valid semver range for dashdash
+2331 silly addNameRange { name: 'dashdash', range: '>=1.12.0 <2.0.0', hasData: false }
+2332 silly mapToRegistry name dashdash
+2333 silly mapToRegistry using default registry
+2334 silly mapToRegistry registry https://registry.npmjs.org/
+2335 silly mapToRegistry data Result {
+2335 silly mapToRegistry   raw: 'dashdash',
+2335 silly mapToRegistry   scope: null,
+2335 silly mapToRegistry   name: 'dashdash',
+2335 silly mapToRegistry   rawSpec: '',
+2335 silly mapToRegistry   spec: 'latest',
+2335 silly mapToRegistry   type: 'tag' }
+2336 silly mapToRegistry uri https://registry.npmjs.org/dashdash
+2337 verbose addNameRange registry:https://registry.npmjs.org/dashdash not in flight; fetching
+2338 http 304 https://registry.npmjs.org/ecc-jsbn
+2339 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2339 verbose headers   via: '1.1 varnish',
+2339 verbose headers   'cache-control': 'max-age=300',
+2339 verbose headers   etag: '"8IPAYE6OVAGXFBN0Q542LZIYT"',
+2339 verbose headers   age: '132',
+2339 verbose headers   connection: 'keep-alive',
+2339 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+2339 verbose headers   'x-cache': 'HIT',
+2339 verbose headers   'x-cache-hits': '6',
+2339 verbose headers   'x-timer': 'S1470634908.733948,VS0,VE0',
+2339 verbose headers   vary: 'Accept-Encoding' }
+2340 silly get cb [ 304,
+2340 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2340 silly get     via: '1.1 varnish',
+2340 silly get     'cache-control': 'max-age=300',
+2340 silly get     etag: '"8IPAYE6OVAGXFBN0Q542LZIYT"',
+2340 silly get     age: '132',
+2340 silly get     connection: 'keep-alive',
+2340 silly get     'x-served-by': 'cache-sin6921-SIN',
+2340 silly get     'x-cache': 'HIT',
+2340 silly get     'x-cache-hits': '6',
+2340 silly get     'x-timer': 'S1470634908.733948,VS0,VE0',
+2340 silly get     vary: 'Accept-Encoding' } ]
+2341 verbose etag https://registry.npmjs.org/ecc-jsbn from cache
+2342 verbose get saving ecc-jsbn to /home/adhisimon/.npm/registry.npmjs.org/ecc-jsbn/.cache.json
+2343 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2344 verbose get https://registry.npmjs.org/jsbn not expired, no request
+2345 silly addNameRange number 2 { name: 'jsbn', range: '>=0.1.0 <0.2.0', hasData: true }
+2346 silly addNameRange versions [ 'jsbn', [ '0.0.0', '0.1.0' ] ]
+2347 silly addNamed jsbn@0.1.0
+2348 verbose addNamed "0.1.0" is a plain semver version for jsbn
+2349 verbose afterAdd /home/adhisimon/.npm/asn1/0.2.3/package/package.json written
+2350 verbose get https://registry.npmjs.org/getpass not expired, no request
+2351 silly addNameRange number 2 { name: 'getpass', range: '>=0.1.1 <0.2.0', hasData: true }
+2352 silly addNameRange versions [ 'getpass',
+2352 silly addNameRange   [ '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6' ] ]
+2353 silly addNamed getpass@0.1.6
+2354 verbose addNamed "0.1.6" is a plain semver version for getpass
+2355 verbose get https://registry.npmjs.org/dashdash not expired, no request
+2356 silly addNameRange number 2 { name: 'dashdash', range: '>=1.12.0 <2.0.0', hasData: true }
+2357 silly addNameRange versions [ 'dashdash',
+2357 silly addNameRange   [ '1.0.0',
+2357 silly addNameRange     '1.0.1',
+2357 silly addNameRange     '1.0.2',
+2357 silly addNameRange     '1.1.0',
+2357 silly addNameRange     '1.2.0',
+2357 silly addNameRange     '1.2.1',
+2357 silly addNameRange     '1.3.0',
+2357 silly addNameRange     '1.3.1',
+2357 silly addNameRange     '1.3.2',
+2357 silly addNameRange     '1.4.0',
+2357 silly addNameRange     '1.5.0',
+2357 silly addNameRange     '1.6.0',
+2357 silly addNameRange     '1.7.0',
+2357 silly addNameRange     '1.7.1',
+2357 silly addNameRange     '1.7.2',
+2357 silly addNameRange     '1.7.3',
+2357 silly addNameRange     '1.8.0',
+2357 silly addNameRange     '1.9.0',
+2357 silly addNameRange     '1.10.0',
+2357 silly addNameRange     '1.10.1',
+2357 silly addNameRange     '1.11.0',
+2357 silly addNameRange     '1.12.0',
+2357 silly addNameRange     '1.12.1',
+2357 silly addNameRange     '1.12.2',
+2357 silly addNameRange     '1.13.0',
+2357 silly addNameRange     '1.13.1',
+2357 silly addNameRange     '1.14.0' ] ]
+2358 silly addNamed dashdash@1.14.0
+2359 verbose addNamed "1.14.0" is a plain semver version for dashdash
+2360 silly resolveWithNewModule tweetnacl@0.13.3 checking installable status
+2361 silly cache add args [ 'tweetnacl@~0.13.0', null ]
+2362 verbose cache add spec tweetnacl@~0.13.0
+2363 silly cache add parsed spec Result {
+2363 silly cache add   raw: 'tweetnacl@~0.13.0',
+2363 silly cache add   scope: null,
+2363 silly cache add   name: 'tweetnacl',
+2363 silly cache add   rawSpec: '~0.13.0',
+2363 silly cache add   spec: '>=0.13.0 <0.14.0',
+2363 silly cache add   type: 'range' }
+2364 silly addNamed tweetnacl@>=0.13.0 <0.14.0
+2365 verbose addNamed ">=0.13.0 <0.14.0" is a valid semver range for tweetnacl
+2366 silly addNameRange { name: 'tweetnacl', range: '>=0.13.0 <0.14.0', hasData: false }
+2367 silly mapToRegistry name tweetnacl
+2368 silly mapToRegistry using default registry
+2369 silly mapToRegistry registry https://registry.npmjs.org/
+2370 silly mapToRegistry data Result {
+2370 silly mapToRegistry   raw: 'tweetnacl',
+2370 silly mapToRegistry   scope: null,
+2370 silly mapToRegistry   name: 'tweetnacl',
+2370 silly mapToRegistry   rawSpec: '',
+2370 silly mapToRegistry   spec: 'latest',
+2370 silly mapToRegistry   type: 'tag' }
+2371 silly mapToRegistry uri https://registry.npmjs.org/tweetnacl
+2372 verbose addNameRange registry:https://registry.npmjs.org/tweetnacl not in flight; fetching
+2373 silly resolveWithNewModule jodid25519@1.0.2 checking installable status
+2374 silly cache add args [ 'jodid25519@^1.0.0', null ]
+2375 verbose cache add spec jodid25519@^1.0.0
+2376 silly cache add parsed spec Result {
+2376 silly cache add   raw: 'jodid25519@^1.0.0',
+2376 silly cache add   scope: null,
+2376 silly cache add   name: 'jodid25519',
+2376 silly cache add   rawSpec: '^1.0.0',
+2376 silly cache add   spec: '>=1.0.0 <2.0.0',
+2376 silly cache add   type: 'range' }
+2377 silly addNamed jodid25519@>=1.0.0 <2.0.0
+2378 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for jodid25519
+2379 silly addNameRange { name: 'jodid25519', range: '>=1.0.0 <2.0.0', hasData: false }
+2380 silly mapToRegistry name jodid25519
+2381 silly mapToRegistry using default registry
+2382 silly mapToRegistry registry https://registry.npmjs.org/
+2383 silly mapToRegistry data Result {
+2383 silly mapToRegistry   raw: 'jodid25519',
+2383 silly mapToRegistry   scope: null,
+2383 silly mapToRegistry   name: 'jodid25519',
+2383 silly mapToRegistry   rawSpec: '',
+2383 silly mapToRegistry   spec: 'latest',
+2383 silly mapToRegistry   type: 'tag' }
+2384 silly mapToRegistry uri https://registry.npmjs.org/jodid25519
+2385 verbose addNameRange registry:https://registry.npmjs.org/jodid25519 not in flight; fetching
+2386 silly cache afterAdd jsbn@0.1.0
+2387 verbose afterAdd /home/adhisimon/.npm/jsbn/0.1.0/package/package.json not in flight; writing
+2388 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2389 silly resolveWithNewModule ecc-jsbn@0.1.1 checking installable status
+2390 silly cache add args [ 'ecc-jsbn@~0.1.1', null ]
+2391 verbose cache add spec ecc-jsbn@~0.1.1
+2392 silly cache add parsed spec Result {
+2392 silly cache add   raw: 'ecc-jsbn@~0.1.1',
+2392 silly cache add   scope: null,
+2392 silly cache add   name: 'ecc-jsbn',
+2392 silly cache add   rawSpec: '~0.1.1',
+2392 silly cache add   spec: '>=0.1.1 <0.2.0',
+2392 silly cache add   type: 'range' }
+2393 silly addNamed ecc-jsbn@>=0.1.1 <0.2.0
+2394 verbose addNamed ">=0.1.1 <0.2.0" is a valid semver range for ecc-jsbn
+2395 silly addNameRange { name: 'ecc-jsbn', range: '>=0.1.1 <0.2.0', hasData: false }
+2396 silly mapToRegistry name ecc-jsbn
+2397 silly mapToRegistry using default registry
+2398 silly mapToRegistry registry https://registry.npmjs.org/
+2399 silly mapToRegistry data Result {
+2399 silly mapToRegistry   raw: 'ecc-jsbn',
+2399 silly mapToRegistry   scope: null,
+2399 silly mapToRegistry   name: 'ecc-jsbn',
+2399 silly mapToRegistry   rawSpec: '',
+2399 silly mapToRegistry   spec: 'latest',
+2399 silly mapToRegistry   type: 'tag' }
+2400 silly mapToRegistry uri https://registry.npmjs.org/ecc-jsbn
+2401 verbose addNameRange registry:https://registry.npmjs.org/ecc-jsbn not in flight; fetching
+2402 silly cache afterAdd getpass@0.1.6
+2403 verbose afterAdd /home/adhisimon/.npm/getpass/0.1.6/package/package.json not in flight; writing
+2404 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2405 silly cache afterAdd dashdash@1.14.0
+2406 verbose afterAdd /home/adhisimon/.npm/dashdash/1.14.0/package/package.json not in flight; writing
+2407 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2408 verbose get https://registry.npmjs.org/tweetnacl not expired, no request
+2409 silly addNameRange number 2 { name: 'tweetnacl', range: '>=0.13.0 <0.14.0', hasData: true }
+2410 silly addNameRange versions [ 'tweetnacl',
+2410 silly addNameRange   [ '0.9.1',
+2410 silly addNameRange     '0.9.2',
+2410 silly addNameRange     '0.10.0',
+2410 silly addNameRange     '0.10.1',
+2410 silly addNameRange     '0.11.0',
+2410 silly addNameRange     '0.11.1',
+2410 silly addNameRange     '0.11.2',
+2410 silly addNameRange     '0.12.0',
+2410 silly addNameRange     '0.12.1',
+2410 silly addNameRange     '0.12.2',
+2410 silly addNameRange     '0.13.0',
+2410 silly addNameRange     '0.13.1',
+2410 silly addNameRange     '0.13.2',
+2410 silly addNameRange     '0.13.3',
+2410 silly addNameRange     '0.14.0',
+2410 silly addNameRange     '0.14.1',
+2410 silly addNameRange     '0.14.2',
+2410 silly addNameRange     '0.14.3' ] ]
+2411 silly addNamed tweetnacl@0.13.3
+2412 verbose addNamed "0.13.3" is a plain semver version for tweetnacl
+2413 verbose get https://registry.npmjs.org/jodid25519 not expired, no request
+2414 silly addNameRange number 2 { name: 'jodid25519', range: '>=1.0.0 <2.0.0', hasData: true }
+2415 silly addNameRange versions [ 'jodid25519', [ '1.0.0', '1.0.1', '1.0.2' ] ]
+2416 silly addNamed jodid25519@1.0.2
+2417 verbose addNamed "1.0.2" is a plain semver version for jodid25519
+2418 verbose get https://registry.npmjs.org/ecc-jsbn not expired, no request
+2419 silly addNameRange number 2 { name: 'ecc-jsbn', range: '>=0.1.1 <0.2.0', hasData: true }
+2420 silly addNameRange versions [ 'ecc-jsbn', [ '0.0.1', '0.1.1' ] ]
+2421 silly addNamed ecc-jsbn@0.1.1
+2422 verbose addNamed "0.1.1" is a plain semver version for ecc-jsbn
+2423 verbose afterAdd /home/adhisimon/.npm/jsbn/0.1.0/package/package.json written
+2424 verbose afterAdd /home/adhisimon/.npm/getpass/0.1.6/package/package.json written
+2425 verbose afterAdd /home/adhisimon/.npm/dashdash/1.14.0/package/package.json written
+2426 silly cache afterAdd jodid25519@1.0.2
+2427 verbose afterAdd /home/adhisimon/.npm/jodid25519/1.0.2/package/package.json not in flight; writing
+2428 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2429 silly cache afterAdd ecc-jsbn@0.1.1
+2430 verbose afterAdd /home/adhisimon/.npm/ecc-jsbn/0.1.1/package/package.json not in flight; writing
+2431 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2432 silly cache afterAdd tweetnacl@0.13.3
+2433 verbose afterAdd /home/adhisimon/.npm/tweetnacl/0.13.3/package/package.json not in flight; writing
+2434 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2435 verbose afterAdd /home/adhisimon/.npm/jodid25519/1.0.2/package/package.json written
+2436 verbose afterAdd /home/adhisimon/.npm/ecc-jsbn/0.1.1/package/package.json written
+2437 verbose afterAdd /home/adhisimon/.npm/tweetnacl/0.13.3/package/package.json written
+2438 silly fetchNamedPackageData assert-plus
+2439 silly mapToRegistry name assert-plus
+2440 silly mapToRegistry using default registry
+2441 silly mapToRegistry registry https://registry.npmjs.org/
+2442 silly mapToRegistry data Result {
+2442 silly mapToRegistry   raw: 'assert-plus',
+2442 silly mapToRegistry   scope: null,
+2442 silly mapToRegistry   name: 'assert-plus',
+2442 silly mapToRegistry   rawSpec: '',
+2442 silly mapToRegistry   spec: 'latest',
+2442 silly mapToRegistry   type: 'tag' }
+2443 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+2444 silly resolveWithNewModule assert-plus@1.0.0 checking installable status
+2445 silly cache add args [ 'assert-plus@^1.0.0', null ]
+2446 verbose cache add spec assert-plus@^1.0.0
+2447 silly cache add parsed spec Result {
+2447 silly cache add   raw: 'assert-plus@^1.0.0',
+2447 silly cache add   scope: null,
+2447 silly cache add   name: 'assert-plus',
+2447 silly cache add   rawSpec: '^1.0.0',
+2447 silly cache add   spec: '>=1.0.0 <2.0.0',
+2447 silly cache add   type: 'range' }
+2448 silly addNamed assert-plus@>=1.0.0 <2.0.0
+2449 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for assert-plus
+2450 silly addNameRange { name: 'assert-plus', range: '>=1.0.0 <2.0.0', hasData: false }
+2451 silly mapToRegistry name assert-plus
+2452 silly mapToRegistry using default registry
+2453 silly mapToRegistry registry https://registry.npmjs.org/
+2454 silly mapToRegistry data Result {
+2454 silly mapToRegistry   raw: 'assert-plus',
+2454 silly mapToRegistry   scope: null,
+2454 silly mapToRegistry   name: 'assert-plus',
+2454 silly mapToRegistry   rawSpec: '',
+2454 silly mapToRegistry   spec: 'latest',
+2454 silly mapToRegistry   type: 'tag' }
+2455 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+2456 verbose addNameRange registry:https://registry.npmjs.org/assert-plus not in flight; fetching
+2457 verbose get https://registry.npmjs.org/assert-plus not expired, no request
+2458 silly addNameRange number 2 { name: 'assert-plus', range: '>=1.0.0 <2.0.0', hasData: true }
+2459 silly addNameRange versions [ 'assert-plus',
+2459 silly addNameRange   [ '0.1.0',
+2459 silly addNameRange     '0.1.1',
+2459 silly addNameRange     '0.1.2',
+2459 silly addNameRange     '0.1.3',
+2459 silly addNameRange     '0.1.4',
+2459 silly addNameRange     '0.1.5',
+2459 silly addNameRange     '0.2.0',
+2459 silly addNameRange     '1.0.0' ] ]
+2460 silly addNamed assert-plus@1.0.0
+2461 verbose addNamed "1.0.0" is a plain semver version for assert-plus
+2462 silly cache afterAdd assert-plus@1.0.0
+2463 verbose afterAdd /home/adhisimon/.npm/assert-plus/1.0.0/package/package.json not in flight; writing
+2464 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2465 verbose afterAdd /home/adhisimon/.npm/assert-plus/1.0.0/package/package.json written
+2466 silly fetchNamedPackageData assert-plus
+2467 silly mapToRegistry name assert-plus
+2468 silly mapToRegistry using default registry
+2469 silly mapToRegistry registry https://registry.npmjs.org/
+2470 silly mapToRegistry data Result {
+2470 silly mapToRegistry   raw: 'assert-plus',
+2470 silly mapToRegistry   scope: null,
+2470 silly mapToRegistry   name: 'assert-plus',
+2470 silly mapToRegistry   rawSpec: '',
+2470 silly mapToRegistry   spec: 'latest',
+2470 silly mapToRegistry   type: 'tag' }
+2471 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+2472 silly resolveWithNewModule assert-plus@1.0.0 checking installable status
+2473 silly cache add args [ 'assert-plus@^1.0.0', null ]
+2474 verbose cache add spec assert-plus@^1.0.0
+2475 silly cache add parsed spec Result {
+2475 silly cache add   raw: 'assert-plus@^1.0.0',
+2475 silly cache add   scope: null,
+2475 silly cache add   name: 'assert-plus',
+2475 silly cache add   rawSpec: '^1.0.0',
+2475 silly cache add   spec: '>=1.0.0 <2.0.0',
+2475 silly cache add   type: 'range' }
+2476 silly addNamed assert-plus@>=1.0.0 <2.0.0
+2477 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for assert-plus
+2478 silly addNameRange { name: 'assert-plus', range: '>=1.0.0 <2.0.0', hasData: false }
+2479 silly mapToRegistry name assert-plus
+2480 silly mapToRegistry using default registry
+2481 silly mapToRegistry registry https://registry.npmjs.org/
+2482 silly mapToRegistry data Result {
+2482 silly mapToRegistry   raw: 'assert-plus',
+2482 silly mapToRegistry   scope: null,
+2482 silly mapToRegistry   name: 'assert-plus',
+2482 silly mapToRegistry   rawSpec: '',
+2482 silly mapToRegistry   spec: 'latest',
+2482 silly mapToRegistry   type: 'tag' }
+2483 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+2484 verbose addNameRange registry:https://registry.npmjs.org/assert-plus not in flight; fetching
+2485 verbose get https://registry.npmjs.org/assert-plus not expired, no request
+2486 silly addNameRange number 2 { name: 'assert-plus', range: '>=1.0.0 <2.0.0', hasData: true }
+2487 silly addNameRange versions [ 'assert-plus',
+2487 silly addNameRange   [ '0.1.0',
+2487 silly addNameRange     '0.1.1',
+2487 silly addNameRange     '0.1.2',
+2487 silly addNameRange     '0.1.3',
+2487 silly addNameRange     '0.1.4',
+2487 silly addNameRange     '0.1.5',
+2487 silly addNameRange     '0.2.0',
+2487 silly addNameRange     '1.0.0' ] ]
+2488 silly addNamed assert-plus@1.0.0
+2489 verbose addNamed "1.0.0" is a plain semver version for assert-plus
+2490 silly cache afterAdd assert-plus@1.0.0
+2491 verbose afterAdd /home/adhisimon/.npm/assert-plus/1.0.0/package/package.json not in flight; writing
+2492 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2493 verbose afterAdd /home/adhisimon/.npm/assert-plus/1.0.0/package/package.json written
+2494 silly fetchNamedPackageData node-xmpp-client
+2495 silly mapToRegistry name node-xmpp-client
+2496 silly mapToRegistry using default registry
+2497 silly mapToRegistry registry https://registry.npmjs.org/
+2498 silly mapToRegistry data Result {
+2498 silly mapToRegistry   raw: 'node-xmpp-client',
+2498 silly mapToRegistry   scope: null,
+2498 silly mapToRegistry   name: 'node-xmpp-client',
+2498 silly mapToRegistry   rawSpec: '',
+2498 silly mapToRegistry   spec: 'latest',
+2498 silly mapToRegistry   type: 'tag' }
+2499 silly mapToRegistry uri https://registry.npmjs.org/node-xmpp-client
+2500 silly fetchNamedPackageData qbox
+2501 silly mapToRegistry name qbox
+2502 silly mapToRegistry using default registry
+2503 silly mapToRegistry registry https://registry.npmjs.org/
+2504 silly mapToRegistry data Result {
+2504 silly mapToRegistry   raw: 'qbox',
+2504 silly mapToRegistry   scope: null,
+2504 silly mapToRegistry   name: 'qbox',
+2504 silly mapToRegistry   rawSpec: '',
+2504 silly mapToRegistry   spec: 'latest',
+2504 silly mapToRegistry   type: 'tag' }
+2505 silly mapToRegistry uri https://registry.npmjs.org/qbox
+2506 verbose request uri https://registry.npmjs.org/node-xmpp-client
+2507 verbose request no auth needed
+2508 info attempt registry request try #1 at 12:41:48
+2509 verbose etag "4R98EANJIEZWMRWAEJK2DDEHO"
+2510 http request GET https://registry.npmjs.org/node-xmpp-client
+2511 verbose request uri https://registry.npmjs.org/qbox
+2512 verbose request no auth needed
+2513 info attempt registry request try #1 at 12:41:48
+2514 verbose etag "AK59MS87VMJ6FJNQ4JM824BJD"
+2515 http request GET https://registry.npmjs.org/qbox
+2516 http 304 https://registry.npmjs.org/node-xmpp-client
+2517 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2517 verbose headers   via: '1.1 varnish',
+2517 verbose headers   'cache-control': 'max-age=300',
+2517 verbose headers   etag: '"4R98EANJIEZWMRWAEJK2DDEHO"',
+2517 verbose headers   age: '83',
+2517 verbose headers   connection: 'keep-alive',
+2517 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+2517 verbose headers   'x-cache': 'HIT',
+2517 verbose headers   'x-cache-hits': '1',
+2517 verbose headers   'x-timer': 'S1470634908.990193,VS0,VE0',
+2517 verbose headers   vary: 'Accept-Encoding' }
+2518 silly get cb [ 304,
+2518 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2518 silly get     via: '1.1 varnish',
+2518 silly get     'cache-control': 'max-age=300',
+2518 silly get     etag: '"4R98EANJIEZWMRWAEJK2DDEHO"',
+2518 silly get     age: '83',
+2518 silly get     connection: 'keep-alive',
+2518 silly get     'x-served-by': 'cache-sin6926-SIN',
+2518 silly get     'x-cache': 'HIT',
+2518 silly get     'x-cache-hits': '1',
+2518 silly get     'x-timer': 'S1470634908.990193,VS0,VE0',
+2518 silly get     vary: 'Accept-Encoding' } ]
+2519 verbose etag https://registry.npmjs.org/node-xmpp-client from cache
+2520 verbose get saving node-xmpp-client to /home/adhisimon/.npm/registry.npmjs.org/node-xmpp-client/.cache.json
+2521 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2522 silly resolveWithNewModule node-xmpp-client@1.0.0 checking installable status
+2523 silly cache add args [ 'node-xmpp-client@^1.0.0', null ]
+2524 verbose cache add spec node-xmpp-client@^1.0.0
+2525 silly cache add parsed spec Result {
+2525 silly cache add   raw: 'node-xmpp-client@^1.0.0',
+2525 silly cache add   scope: null,
+2525 silly cache add   name: 'node-xmpp-client',
+2525 silly cache add   rawSpec: '^1.0.0',
+2525 silly cache add   spec: '>=1.0.0 <2.0.0',
+2525 silly cache add   type: 'range' }
+2526 silly addNamed node-xmpp-client@>=1.0.0 <2.0.0
+2527 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for node-xmpp-client
+2528 silly addNameRange { name: 'node-xmpp-client',
+2528 silly addNameRange   range: '>=1.0.0 <2.0.0',
+2528 silly addNameRange   hasData: false }
+2529 silly mapToRegistry name node-xmpp-client
+2530 silly mapToRegistry using default registry
+2531 silly mapToRegistry registry https://registry.npmjs.org/
+2532 silly mapToRegistry data Result {
+2532 silly mapToRegistry   raw: 'node-xmpp-client',
+2532 silly mapToRegistry   scope: null,
+2532 silly mapToRegistry   name: 'node-xmpp-client',
+2532 silly mapToRegistry   rawSpec: '',
+2532 silly mapToRegistry   spec: 'latest',
+2532 silly mapToRegistry   type: 'tag' }
+2533 silly mapToRegistry uri https://registry.npmjs.org/node-xmpp-client
+2534 verbose addNameRange registry:https://registry.npmjs.org/node-xmpp-client not in flight; fetching
+2535 verbose get https://registry.npmjs.org/node-xmpp-client not expired, no request
+2536 silly addNameRange number 2 { name: 'node-xmpp-client',
+2536 silly addNameRange   range: '>=1.0.0 <2.0.0',
+2536 silly addNameRange   hasData: true }
+2537 silly addNameRange versions [ 'node-xmpp-client',
+2537 silly addNameRange   [ '0.0.1',
+2537 silly addNameRange     '0.0.2',
+2537 silly addNameRange     '0.0.3',
+2537 silly addNameRange     '0.0.4',
+2537 silly addNameRange     '0.0.5',
+2537 silly addNameRange     '0.0.6',
+2537 silly addNameRange     '0.0.7',
+2537 silly addNameRange     '0.1.0',
+2537 silly addNameRange     '0.1.1',
+2537 silly addNameRange     '0.1.2',
+2537 silly addNameRange     '0.1.3',
+2537 silly addNameRange     '0.1.4',
+2537 silly addNameRange     '0.1.5',
+2537 silly addNameRange     '0.1.6',
+2537 silly addNameRange     '0.1.8',
+2537 silly addNameRange     '0.1.9',
+2537 silly addNameRange     '0.2.0',
+2537 silly addNameRange     '0.2.1',
+2537 silly addNameRange     '0.2.2',
+2537 silly addNameRange     '0.2.3',
+2537 silly addNameRange     '0.3.0',
+2537 silly addNameRange     '0.4.0',
+2537 silly addNameRange     '1.0.0-alpha1',
+2537 silly addNameRange     '1.0.0-alpha2',
+2537 silly addNameRange     '1.0.0-alpha3',
+2537 silly addNameRange     '1.0.0-alpha4',
+2537 silly addNameRange     '1.0.0-alpha5',
+2537 silly addNameRange     '1.0.0-alpha6',
+2537 silly addNameRange     '1.0.0-alpha7',
+2537 silly addNameRange     '1.0.0-alpha8',
+2537 silly addNameRange     '1.0.0-alpha9',
+2537 silly addNameRange     '1.0.0-alpha10',
+2537 silly addNameRange     '1.0.0-alpha11',
+2537 silly addNameRange     '1.0.0-alpha12',
+2537 silly addNameRange     '1.0.0-alpha13',
+2537 silly addNameRange     '1.0.0-alpha14',
+2537 silly addNameRange     '1.0.0-alpha15',
+2537 silly addNameRange     '1.0.0-alpha17',
+2537 silly addNameRange     '1.0.0-alpha18',
+2537 silly addNameRange     '1.0.0-alpha19',
+2537 silly addNameRange     '1.0.0-alpha20',
+2537 silly addNameRange     '1.0.0-alpha21',
+2537 silly addNameRange     '1.0.0-alpha23',
+2537 silly addNameRange     '1.0.0',
+2537 silly addNameRange     '2.0.0',
+2537 silly addNameRange     '2.0.1',
+2537 silly addNameRange     '2.0.2',
+2537 silly addNameRange     '2.1.0',
+2537 silly addNameRange     '3.0.0',
+2537 silly addNameRange     '3.0.1',
+2537 silly addNameRange     '6.1.0',
+2537 silly addNameRange     '3.0.2' ] ]
+2538 silly addNamed node-xmpp-client@1.0.0
+2539 verbose addNamed "1.0.0" is a plain semver version for node-xmpp-client
+2540 silly cache afterAdd node-xmpp-client@1.0.0
+2541 verbose afterAdd /home/adhisimon/.npm/node-xmpp-client/1.0.0/package/package.json not in flight; writing
+2542 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2543 verbose afterAdd /home/adhisimon/.npm/node-xmpp-client/1.0.0/package/package.json written
+2544 http 304 https://registry.npmjs.org/qbox
+2545 verbose headers { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2545 verbose headers   via: '1.1 varnish',
+2545 verbose headers   'cache-control': 'max-age=300',
+2545 verbose headers   etag: '"AK59MS87VMJ6FJNQ4JM824BJD"',
+2545 verbose headers   age: '0',
+2545 verbose headers   connection: 'keep-alive',
+2545 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+2545 verbose headers   'x-cache': 'HIT',
+2545 verbose headers   'x-cache-hits': '1',
+2545 verbose headers   'x-timer': 'S1470634908.990822,VS0,VE691',
+2545 verbose headers   vary: 'Accept-Encoding' }
+2546 silly get cb [ 304,
+2546 silly get   { date: 'Mon, 08 Aug 2016 05:41:48 GMT',
+2546 silly get     via: '1.1 varnish',
+2546 silly get     'cache-control': 'max-age=300',
+2546 silly get     etag: '"AK59MS87VMJ6FJNQ4JM824BJD"',
+2546 silly get     age: '0',
+2546 silly get     connection: 'keep-alive',
+2546 silly get     'x-served-by': 'cache-sin6921-SIN',
+2546 silly get     'x-cache': 'HIT',
+2546 silly get     'x-cache-hits': '1',
+2546 silly get     'x-timer': 'S1470634908.990822,VS0,VE691',
+2546 silly get     vary: 'Accept-Encoding' } ]
+2547 verbose etag https://registry.npmjs.org/qbox from cache
+2548 verbose get saving qbox to /home/adhisimon/.npm/registry.npmjs.org/qbox/.cache.json
+2549 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2550 silly resolveWithNewModule qbox@0.1.7 checking installable status
+2551 silly cache add args [ 'qbox@0.1.x', null ]
+2552 verbose cache add spec qbox@0.1.x
+2553 silly cache add parsed spec Result {
+2553 silly cache add   raw: 'qbox@0.1.x',
+2553 silly cache add   scope: null,
+2553 silly cache add   name: 'qbox',
+2553 silly cache add   rawSpec: '0.1.x',
+2553 silly cache add   spec: '>=0.1.0 <0.2.0',
+2553 silly cache add   type: 'range' }
+2554 silly addNamed qbox@>=0.1.0 <0.2.0
+2555 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for qbox
+2556 silly addNameRange { name: 'qbox', range: '>=0.1.0 <0.2.0', hasData: false }
+2557 silly mapToRegistry name qbox
+2558 silly mapToRegistry using default registry
+2559 silly mapToRegistry registry https://registry.npmjs.org/
+2560 silly mapToRegistry data Result {
+2560 silly mapToRegistry   raw: 'qbox',
+2560 silly mapToRegistry   scope: null,
+2560 silly mapToRegistry   name: 'qbox',
+2560 silly mapToRegistry   rawSpec: '',
+2560 silly mapToRegistry   spec: 'latest',
+2560 silly mapToRegistry   type: 'tag' }
+2561 silly mapToRegistry uri https://registry.npmjs.org/qbox
+2562 verbose addNameRange registry:https://registry.npmjs.org/qbox not in flight; fetching
+2563 verbose get https://registry.npmjs.org/qbox not expired, no request
+2564 silly addNameRange number 2 { name: 'qbox', range: '>=0.1.0 <0.2.0', hasData: true }
+2565 silly addNameRange versions [ 'qbox',
+2565 silly addNameRange   [ '0.1.0',
+2565 silly addNameRange     '0.1.3',
+2565 silly addNameRange     '0.1.4',
+2565 silly addNameRange     '0.1.5',
+2565 silly addNameRange     '0.1.6',
+2565 silly addNameRange     '0.1.7',
+2565 silly addNameRange     '0.1.1-beta',
+2565 silly addNameRange     '0.1.2-beta' ] ]
+2566 silly addNamed qbox@0.1.7
+2567 verbose addNamed "0.1.7" is a plain semver version for qbox
+2568 silly cache afterAdd qbox@0.1.7
+2569 verbose afterAdd /home/adhisimon/.npm/qbox/0.1.7/package/package.json not in flight; writing
+2570 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2571 verbose afterAdd /home/adhisimon/.npm/qbox/0.1.7/package/package.json written
+2572 silly fetchNamedPackageData request
+2573 silly mapToRegistry name request
+2574 silly mapToRegistry using default registry
+2575 silly mapToRegistry registry https://registry.npmjs.org/
+2576 silly mapToRegistry data Result {
+2576 silly mapToRegistry   raw: 'request',
+2576 silly mapToRegistry   scope: null,
+2576 silly mapToRegistry   name: 'request',
+2576 silly mapToRegistry   rawSpec: '',
+2576 silly mapToRegistry   spec: 'latest',
+2576 silly mapToRegistry   type: 'tag' }
+2577 silly mapToRegistry uri https://registry.npmjs.org/request
+2578 silly resolveWithNewModule request@2.55.0 checking installable status
+2579 silly cache add args [ 'request@~2.55.0', null ]
+2580 verbose cache add spec request@~2.55.0
+2581 silly fetchNamedPackageData faye-websocket
+2582 silly mapToRegistry name faye-websocket
+2583 silly mapToRegistry using default registry
+2584 silly mapToRegistry registry https://registry.npmjs.org/
+2585 silly mapToRegistry data Result {
+2585 silly mapToRegistry   raw: 'faye-websocket',
+2585 silly mapToRegistry   scope: null,
+2585 silly mapToRegistry   name: 'faye-websocket',
+2585 silly mapToRegistry   rawSpec: '',
+2585 silly mapToRegistry   spec: 'latest',
+2585 silly mapToRegistry   type: 'tag' }
+2586 silly mapToRegistry uri https://registry.npmjs.org/faye-websocket
+2587 silly fetchNamedPackageData node-xmpp-core
+2588 silly mapToRegistry name node-xmpp-core
+2589 silly mapToRegistry using default registry
+2590 silly mapToRegistry registry https://registry.npmjs.org/
+2591 silly mapToRegistry data Result {
+2591 silly mapToRegistry   raw: 'node-xmpp-core',
+2591 silly mapToRegistry   scope: null,
+2591 silly mapToRegistry   name: 'node-xmpp-core',
+2591 silly mapToRegistry   rawSpec: '',
+2591 silly mapToRegistry   spec: 'latest',
+2591 silly mapToRegistry   type: 'tag' }
+2592 silly mapToRegistry uri https://registry.npmjs.org/node-xmpp-core
+2593 silly fetchNamedPackageData browser-request
+2594 silly mapToRegistry name browser-request
+2595 silly mapToRegistry using default registry
+2596 silly mapToRegistry registry https://registry.npmjs.org/
+2597 silly mapToRegistry data Result {
+2597 silly mapToRegistry   raw: 'browser-request',
+2597 silly mapToRegistry   scope: null,
+2597 silly mapToRegistry   name: 'browser-request',
+2597 silly mapToRegistry   rawSpec: '',
+2597 silly mapToRegistry   spec: 'latest',
+2597 silly mapToRegistry   type: 'tag' }
+2598 silly mapToRegistry uri https://registry.npmjs.org/browser-request
+2599 silly fetchNamedPackageData minimist
+2600 silly mapToRegistry name minimist
+2601 silly mapToRegistry using default registry
+2602 silly mapToRegistry registry https://registry.npmjs.org/
+2603 silly mapToRegistry data Result {
+2603 silly mapToRegistry   raw: 'minimist',
+2603 silly mapToRegistry   scope: null,
+2603 silly mapToRegistry   name: 'minimist',
+2603 silly mapToRegistry   rawSpec: '',
+2603 silly mapToRegistry   spec: 'latest',
+2603 silly mapToRegistry   type: 'tag' }
+2604 silly mapToRegistry uri https://registry.npmjs.org/minimist
+2605 silly fetchNamedPackageData debug
+2606 silly mapToRegistry name debug
+2607 silly mapToRegistry using default registry
+2608 silly mapToRegistry registry https://registry.npmjs.org/
+2609 silly mapToRegistry data Result {
+2609 silly mapToRegistry   raw: 'debug',
+2609 silly mapToRegistry   scope: null,
+2609 silly mapToRegistry   name: 'debug',
+2609 silly mapToRegistry   rawSpec: '',
+2609 silly mapToRegistry   spec: 'latest',
+2609 silly mapToRegistry   type: 'tag' }
+2610 silly mapToRegistry uri https://registry.npmjs.org/debug
+2611 silly cache add parsed spec Result {
+2611 silly cache add   raw: 'request@~2.55.0',
+2611 silly cache add   scope: null,
+2611 silly cache add   name: 'request',
+2611 silly cache add   rawSpec: '~2.55.0',
+2611 silly cache add   spec: '>=2.55.0 <2.56.0',
+2611 silly cache add   type: 'range' }
+2612 silly addNamed request@>=2.55.0 <2.56.0
+2613 verbose addNamed ">=2.55.0 <2.56.0" is a valid semver range for request
+2614 silly addNameRange { name: 'request', range: '>=2.55.0 <2.56.0', hasData: false }
+2615 silly mapToRegistry name request
+2616 silly mapToRegistry using default registry
+2617 silly mapToRegistry registry https://registry.npmjs.org/
+2618 silly mapToRegistry data Result {
+2618 silly mapToRegistry   raw: 'request',
+2618 silly mapToRegistry   scope: null,
+2618 silly mapToRegistry   name: 'request',
+2618 silly mapToRegistry   rawSpec: '',
+2618 silly mapToRegistry   spec: 'latest',
+2618 silly mapToRegistry   type: 'tag' }
+2619 silly mapToRegistry uri https://registry.npmjs.org/request
+2620 verbose addNameRange registry:https://registry.npmjs.org/request not in flight; fetching
+2621 verbose request uri https://registry.npmjs.org/faye-websocket
+2622 verbose request no auth needed
+2623 info attempt registry request try #1 at 12:41:49
+2624 verbose etag "BGG4BS93H2EXQ4UHAW26YSZVK"
+2625 http request GET https://registry.npmjs.org/faye-websocket
+2626 verbose request uri https://registry.npmjs.org/debug
+2627 verbose request no auth needed
+2628 info attempt registry request try #1 at 12:41:49
+2629 verbose etag "CD0VPFIYY67V5RJN9YWNUOQQQ"
+2630 http request GET https://registry.npmjs.org/debug
+2631 verbose get https://registry.npmjs.org/request not expired, no request
+2632 silly addNameRange number 2 { name: 'request', range: '>=2.55.0 <2.56.0', hasData: true }
+2633 silly addNameRange versions [ 'request',
+2633 silly addNameRange   [ '0.10.0',
+2633 silly addNameRange     '0.8.3',
+2633 silly addNameRange     '0.9.0',
+2633 silly addNameRange     '0.9.1',
+2633 silly addNameRange     '0.9.5',
+2633 silly addNameRange     '1.0.0',
+2633 silly addNameRange     '1.1.0',
+2633 silly addNameRange     '1.1.1',
+2633 silly addNameRange     '1.2.0',
+2633 silly addNameRange     '1.9.0',
+2633 silly addNameRange     '1.9.1',
+2633 silly addNameRange     '1.9.2',
+2633 silly addNameRange     '1.9.3',
+2633 silly addNameRange     '1.9.5',
+2633 silly addNameRange     '1.9.7',
+2633 silly addNameRange     '1.9.8',
+2633 silly addNameRange     '1.9.9',
+2633 silly addNameRange     '2.0.0',
+2633 silly addNameRange     '2.0.1',
+2633 silly addNameRange     '2.0.2',
+2633 silly addNameRange     '2.0.3',
+2633 silly addNameRange     '2.0.4',
+2633 silly addNameRange     '2.0.5',
+2633 silly addNameRange     '2.1.0',
+2633 silly addNameRange     '2.1.1',
+2633 silly addNameRange     '2.2.0',
+2633 silly addNameRange     '2.2.5',
+2633 silly addNameRange     '2.2.6',
+2633 silly addNameRange     '2.2.9',
+2633 silly addNameRange     '2.9.0',
+2633 silly addNameRange     '2.9.1',
+2633 silly addNameRange     '2.9.2',
+2633 silly addNameRange     '2.9.3',
+2633 silly addNameRange     '2.9.100',
+2633 silly addNameRange     '2.9.150',
+2633 silly addNameRange     '2.9.151',
+2633 silly addNameRange     '2.9.152',
+2633 silly addNameRange     '2.9.153',
+2633 silly addNameRange     '2.9.200',
+2633 silly addNameRange     '2.9.201',
+2633 silly addNameRange     '2.9.202',
+2633 silly addNameRange     '2.9.203',
+2633 silly addNameRange     '2.10.0',
+2633 silly addNameRange     '2.11.0',
+2633 silly addNameRange     '2.11.1',
+2633 silly addNameRange     '2.11.2',
+2633 silly addNameRange     '2.11.3',
+2633 silly addNameRange     '2.11.4',
+2633 silly addNameRange     '2.12.0',
+2633 silly addNameRange     '2.14.0',
+2633 silly addNameRange     '2.16.0',
+2633 silly addNameRange     '2.16.2',
+2633 silly addNameRange     '2.16.4',
+2633 silly addNameRange     '2.16.6',
+2633 silly addNameRange     '2.18.0',
+2633 silly addNameRange     '2.19.0',
+2633 silly addNameRange     '2.20.0',
+2633 silly addNameRange     '2.21.0',
+2633 silly addNameRange     '2.22.0',
+2633 silly addNameRange     '2.23.0',
+2633 silly addNameRange     '2.24.0',
+2633 silly addNameRange     '2.25.0',
+2633 silly addNameRange     '2.26.0',
+2633 silly addNameRange     '2.27.0',
+2633 silly addNameRange     '2.28.0',
+2633 silly addNameRange     '2.29.0',
+2633 silly addNameRange     '2.30.0',
+2633 silly addNameRange     '2.31.0',
+2633 silly addNameRange     '2.32.0',
+2633 silly addNameRange     '2.33.0',
+2633 silly addNameRange     '2.34.0',
+2633 silly addNameRange     '2.35.0',
+2633 silly addNameRange     '2.36.0',
+2633 silly addNameRange     '2.37.0',
+2633 silly addNameRange     '2.38.0',
+2633 silly addNameRange     '2.39.0',
+2633 silly addNameRange     '2.40.0',
+2633 silly addNameRange     '2.41.0',
+2633 silly addNameRange     '2.42.0',
+2633 silly addNameRange     '2.43.0',
+2633 silly addNameRange     '2.44.0',
+2633 silly addNameRange     '2.45.0',
+2633 silly addNameRange     '2.46.0',
+2633 silly addNameRange     '2.47.0',
+2633 silly addNameRange     '2.48.0',
+2633 silly addNameRange     '2.49.0',
+2633 silly addNameRange     '2.50.0',
+2633 silly addNameRange     '2.51.0',
+2633 silly addNameRange     '2.52.0',
+2633 silly addNameRange     '2.53.0',
+2633 silly addNameRange     '2.54.0',
+2633 silly addNameRange     '2.55.0',
+2633 silly addNameRange     '2.56.0',
+2633 silly addNameRange     '2.57.0',
+2633 silly addNameRange     '2.58.0',
+2633 silly addNameRange     '2.59.0',
+2633 silly addNameRange     '2.60.0',
+2633 silly addNameRange     '2.61.0',
+2633 silly addNameRange     '2.62.0',
+2633 silly addNameRange     '2.63.0',
+2633 silly addNameRange     '2.64.0',
+2633 silly addNameRange     '2.65.0',
+2633 silly addNameRange     '2.66.0',
+2633 silly addNameRange     '2.67.0',
+2633 silly addNameRange     '2.68.0',
+2633 silly addNameRange     '2.69.0',
+2633 silly addNameRange     '2.70.0',
+2633 silly addNameRange     '2.71.0',
+2633 silly addNameRange     '2.72.0',
+2633 silly addNameRange     '2.73.0',
+2633 silly addNameRange     '2.74.0' ] ]
+2634 silly addNamed request@2.55.0
+2635 verbose addNamed "2.55.0" is a plain semver version for request
+2636 verbose request uri https://registry.npmjs.org/node-xmpp-core
+2637 verbose request no auth needed
+2638 info attempt registry request try #1 at 12:41:49
+2639 verbose etag "4IFZNWPGM1B3FHK33WB8TEF7N"
+2640 http request GET https://registry.npmjs.org/node-xmpp-core
+2641 http 304 https://registry.npmjs.org/faye-websocket
+2642 verbose headers { date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2642 verbose headers   via: '1.1 varnish',
+2642 verbose headers   'cache-control': 'max-age=300',
+2642 verbose headers   etag: '"BGG4BS93H2EXQ4UHAW26YSZVK"',
+2642 verbose headers   age: '138',
+2642 verbose headers   connection: 'keep-alive',
+2642 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+2642 verbose headers   'x-cache': 'HIT',
+2642 verbose headers   'x-cache-hits': '91',
+2642 verbose headers   'x-timer': 'S1470634909.890230,VS0,VE0',
+2642 verbose headers   vary: 'Accept-Encoding' }
+2643 silly get cb [ 304,
+2643 silly get   { date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2643 silly get     via: '1.1 varnish',
+2643 silly get     'cache-control': 'max-age=300',
+2643 silly get     etag: '"BGG4BS93H2EXQ4UHAW26YSZVK"',
+2643 silly get     age: '138',
+2643 silly get     connection: 'keep-alive',
+2643 silly get     'x-served-by': 'cache-sin6926-SIN',
+2643 silly get     'x-cache': 'HIT',
+2643 silly get     'x-cache-hits': '91',
+2643 silly get     'x-timer': 'S1470634909.890230,VS0,VE0',
+2643 silly get     vary: 'Accept-Encoding' } ]
+2644 verbose etag https://registry.npmjs.org/faye-websocket from cache
+2645 verbose get saving faye-websocket to /home/adhisimon/.npm/registry.npmjs.org/faye-websocket/.cache.json
+2646 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2647 http 304 https://registry.npmjs.org/debug
+2648 verbose headers { date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2648 verbose headers   via: '1.1 varnish',
+2648 verbose headers   'cache-control': 'max-age=300',
+2648 verbose headers   etag: '"CD0VPFIYY67V5RJN9YWNUOQQQ"',
+2648 verbose headers   age: '138',
+2648 verbose headers   connection: 'keep-alive',
+2648 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+2648 verbose headers   'x-cache': 'HIT',
+2648 verbose headers   'x-cache-hits': '17',
+2648 verbose headers   'x-timer': 'S1470634909.890957,VS0,VE0',
+2648 verbose headers   vary: 'Accept-Encoding' }
+2649 silly get cb [ 304,
+2649 silly get   { date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2649 silly get     via: '1.1 varnish',
+2649 silly get     'cache-control': 'max-age=300',
+2649 silly get     etag: '"CD0VPFIYY67V5RJN9YWNUOQQQ"',
+2649 silly get     age: '138',
+2649 silly get     connection: 'keep-alive',
+2649 silly get     'x-served-by': 'cache-sin6921-SIN',
+2649 silly get     'x-cache': 'HIT',
+2649 silly get     'x-cache-hits': '17',
+2649 silly get     'x-timer': 'S1470634909.890957,VS0,VE0',
+2649 silly get     vary: 'Accept-Encoding' } ]
+2650 verbose etag https://registry.npmjs.org/debug from cache
+2651 verbose get saving debug to /home/adhisimon/.npm/registry.npmjs.org/debug/.cache.json
+2652 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2653 verbose request uri https://registry.npmjs.org/minimist
+2654 verbose request no auth needed
+2655 info attempt registry request try #1 at 12:41:49
+2656 verbose etag "2HF5H4W12RI0412JV2CBXKKU1"
+2657 http request GET https://registry.npmjs.org/minimist
+2658 verbose request uri https://registry.npmjs.org/browser-request
+2659 verbose request no auth needed
+2660 info attempt registry request try #1 at 12:41:49
+2661 verbose etag "CKIRSP38XZ4IDL4K0M1320KS5"
+2662 http request GET https://registry.npmjs.org/browser-request
+2663 silly resolveWithNewModule faye-websocket@0.7.3 checking installable status
+2664 silly cache add args [ 'faye-websocket@~0.7.0', null ]
+2665 verbose cache add spec faye-websocket@~0.7.0
+2666 silly cache add parsed spec Result {
+2666 silly cache add   raw: 'faye-websocket@~0.7.0',
+2666 silly cache add   scope: null,
+2666 silly cache add   name: 'faye-websocket',
+2666 silly cache add   rawSpec: '~0.7.0',
+2666 silly cache add   spec: '>=0.7.0 <0.8.0',
+2666 silly cache add   type: 'range' }
+2667 silly addNamed faye-websocket@>=0.7.0 <0.8.0
+2668 verbose addNamed ">=0.7.0 <0.8.0" is a valid semver range for faye-websocket
+2669 silly addNameRange { name: 'faye-websocket',
+2669 silly addNameRange   range: '>=0.7.0 <0.8.0',
+2669 silly addNameRange   hasData: false }
+2670 silly mapToRegistry name faye-websocket
+2671 silly mapToRegistry using default registry
+2672 silly mapToRegistry registry https://registry.npmjs.org/
+2673 silly mapToRegistry data Result {
+2673 silly mapToRegistry   raw: 'faye-websocket',
+2673 silly mapToRegistry   scope: null,
+2673 silly mapToRegistry   name: 'faye-websocket',
+2673 silly mapToRegistry   rawSpec: '',
+2673 silly mapToRegistry   spec: 'latest',
+2673 silly mapToRegistry   type: 'tag' }
+2674 silly mapToRegistry uri https://registry.npmjs.org/faye-websocket
+2675 verbose addNameRange registry:https://registry.npmjs.org/faye-websocket not in flight; fetching
+2676 silly resolveWithNewModule debug@1.0.4 checking installable status
+2677 silly cache add args [ 'debug@~1.0.0', null ]
+2678 verbose cache add spec debug@~1.0.0
+2679 silly cache add parsed spec Result {
+2679 silly cache add   raw: 'debug@~1.0.0',
+2679 silly cache add   scope: null,
+2679 silly cache add   name: 'debug',
+2679 silly cache add   rawSpec: '~1.0.0',
+2679 silly cache add   spec: '>=1.0.0 <1.1.0',
+2679 silly cache add   type: 'range' }
+2680 silly addNamed debug@>=1.0.0 <1.1.0
+2681 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for debug
+2682 silly addNameRange { name: 'debug', range: '>=1.0.0 <1.1.0', hasData: false }
+2683 silly mapToRegistry name debug
+2684 silly mapToRegistry using default registry
+2685 silly mapToRegistry registry https://registry.npmjs.org/
+2686 silly mapToRegistry data Result {
+2686 silly mapToRegistry   raw: 'debug',
+2686 silly mapToRegistry   scope: null,
+2686 silly mapToRegistry   name: 'debug',
+2686 silly mapToRegistry   rawSpec: '',
+2686 silly mapToRegistry   spec: 'latest',
+2686 silly mapToRegistry   type: 'tag' }
+2687 silly mapToRegistry uri https://registry.npmjs.org/debug
+2688 verbose addNameRange registry:https://registry.npmjs.org/debug not in flight; fetching
+2689 silly cache afterAdd request@2.55.0
+2690 verbose afterAdd /home/adhisimon/.npm/request/2.55.0/package/package.json not in flight; writing
+2691 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2692 verbose get https://registry.npmjs.org/faye-websocket not expired, no request
+2693 silly addNameRange number 2 { name: 'faye-websocket',
+2693 silly addNameRange   range: '>=0.7.0 <0.8.0',
+2693 silly addNameRange   hasData: true }
+2694 silly addNameRange versions [ 'faye-websocket',
+2694 silly addNameRange   [ '0.1.0',
+2694 silly addNameRange     '0.1.1',
+2694 silly addNameRange     '0.1.2',
+2694 silly addNameRange     '0.2.0',
+2694 silly addNameRange     '0.3.0',
+2694 silly addNameRange     '0.3.1',
+2694 silly addNameRange     '0.4.0',
+2694 silly addNameRange     '0.4.1',
+2694 silly addNameRange     '0.4.2',
+2694 silly addNameRange     '0.4.3',
+2694 silly addNameRange     '0.4.4',
+2694 silly addNameRange     '0.5.0',
+2694 silly addNameRange     '0.6.0',
+2694 silly addNameRange     '0.6.1',
+2694 silly addNameRange     '0.7.0',
+2694 silly addNameRange     '0.7.1',
+2694 silly addNameRange     '0.7.2',
+2694 silly addNameRange     '0.7.3',
+2694 silly addNameRange     '0.8.0',
+2694 silly addNameRange     '0.8.1',
+2694 silly addNameRange     '0.9.0',
+2694 silly addNameRange     '0.9.1',
+2694 silly addNameRange     '0.9.2',
+2694 silly addNameRange     '0.9.3',
+2694 silly addNameRange     '0.9.4',
+2694 silly addNameRange     '0.10.0',
+2694 silly addNameRange     '0.11.0' ] ]
+2695 silly addNamed faye-websocket@0.7.3
+2696 verbose addNamed "0.7.3" is a plain semver version for faye-websocket
+2697 verbose get https://registry.npmjs.org/debug not expired, no request
+2698 silly addNameRange number 2 { name: 'debug', range: '>=1.0.0 <1.1.0', hasData: true }
+2699 silly addNameRange versions [ 'debug',
+2699 silly addNameRange   [ '0.0.1',
+2699 silly addNameRange     '0.1.0',
+2699 silly addNameRange     '0.2.0',
+2699 silly addNameRange     '0.3.0',
+2699 silly addNameRange     '0.4.0',
+2699 silly addNameRange     '0.4.1',
+2699 silly addNameRange     '0.5.0',
+2699 silly addNameRange     '0.6.0',
+2699 silly addNameRange     '0.7.0',
+2699 silly addNameRange     '0.7.1',
+2699 silly addNameRange     '0.7.2',
+2699 silly addNameRange     '0.7.3',
+2699 silly addNameRange     '0.7.4',
+2699 silly addNameRange     '0.8.0',
+2699 silly addNameRange     '0.8.1',
+2699 silly addNameRange     '1.0.0',
+2699 silly addNameRange     '1.0.1',
+2699 silly addNameRange     '1.0.2',
+2699 silly addNameRange     '1.0.3',
+2699 silly addNameRange     '1.0.4',
+2699 silly addNameRange     '2.0.0',
+2699 silly addNameRange     '2.1.0',
+2699 silly addNameRange     '2.1.1',
+2699 silly addNameRange     '2.1.2',
+2699 silly addNameRange     '2.1.3',
+2699 silly addNameRange     '2.2.0' ] ]
+2700 silly addNamed debug@1.0.4
+2701 verbose addNamed "1.0.4" is a plain semver version for debug
+2702 http 304 https://registry.npmjs.org/node-xmpp-core
+2703 verbose headers { date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2703 verbose headers   via: '1.1 varnish',
+2703 verbose headers   'cache-control': 'max-age=300',
+2703 verbose headers   etag: '"4IFZNWPGM1B3FHK33WB8TEF7N"',
+2703 verbose headers   age: '82',
+2703 verbose headers   connection: 'keep-alive',
+2703 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+2703 verbose headers   'x-cache': 'HIT',
+2703 verbose headers   'x-cache-hits': '1',
+2703 verbose headers   'x-timer': 'S1470634909.940048,VS0,VE0',
+2703 verbose headers   vary: 'Accept-Encoding' }
+2704 silly get cb [ 304,
+2704 silly get   { date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2704 silly get     via: '1.1 varnish',
+2704 silly get     'cache-control': 'max-age=300',
+2704 silly get     etag: '"4IFZNWPGM1B3FHK33WB8TEF7N"',
+2704 silly get     age: '82',
+2704 silly get     connection: 'keep-alive',
+2704 silly get     'x-served-by': 'cache-sin6920-SIN',
+2704 silly get     'x-cache': 'HIT',
+2704 silly get     'x-cache-hits': '1',
+2704 silly get     'x-timer': 'S1470634909.940048,VS0,VE0',
+2704 silly get     vary: 'Accept-Encoding' } ]
+2705 verbose etag https://registry.npmjs.org/node-xmpp-core from cache
+2706 verbose get saving node-xmpp-core to /home/adhisimon/.npm/registry.npmjs.org/node-xmpp-core/.cache.json
+2707 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2708 verbose afterAdd /home/adhisimon/.npm/request/2.55.0/package/package.json written
+2709 http 200 https://registry.npmjs.org/minimist
+2710 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+2710 verbose headers   etag: '"AEVB7SUTCLWR5YACVHDJF8Q3Z"',
+2710 verbose headers   'content-type': 'application/json',
+2710 verbose headers   'content-encoding': 'gzip',
+2710 verbose headers   'cache-control': 'max-age=300',
+2710 verbose headers   'content-length': '5606',
+2710 verbose headers   'accept-ranges': 'bytes',
+2710 verbose headers   date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2710 verbose headers   via: '1.1 varnish',
+2710 verbose headers   age: '190',
+2710 verbose headers   connection: 'keep-alive',
+2710 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+2710 verbose headers   'x-cache': 'HIT',
+2710 verbose headers   'x-cache-hits': '38',
+2710 verbose headers   'x-timer': 'S1470634909.937059,VS0,VE0',
+2710 verbose headers   vary: 'Accept-Encoding' }
+2711 silly get cb [ 200,
+2711 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+2711 silly get     etag: '"AEVB7SUTCLWR5YACVHDJF8Q3Z"',
+2711 silly get     'content-type': 'application/json',
+2711 silly get     'content-encoding': 'gzip',
+2711 silly get     'cache-control': 'max-age=300',
+2711 silly get     'content-length': '5606',
+2711 silly get     'accept-ranges': 'bytes',
+2711 silly get     date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2711 silly get     via: '1.1 varnish',
+2711 silly get     age: '190',
+2711 silly get     connection: 'keep-alive',
+2711 silly get     'x-served-by': 'cache-sin6921-SIN',
+2711 silly get     'x-cache': 'HIT',
+2711 silly get     'x-cache-hits': '38',
+2711 silly get     'x-timer': 'S1470634909.937059,VS0,VE0',
+2711 silly get     vary: 'Accept-Encoding' } ]
+2712 verbose get saving minimist to /home/adhisimon/.npm/registry.npmjs.org/minimist/.cache.json
+2713 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2714 silly cache afterAdd faye-websocket@0.7.3
+2715 verbose afterAdd /home/adhisimon/.npm/faye-websocket/0.7.3/package/package.json not in flight; writing
+2716 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2717 silly resolveWithNewModule node-xmpp-core@2.0.0 checking installable status
+2718 silly cache add args [ 'node-xmpp-core@^2.0.0', null ]
+2719 verbose cache add spec node-xmpp-core@^2.0.0
+2720 silly cache add parsed spec Result {
+2720 silly cache add   raw: 'node-xmpp-core@^2.0.0',
+2720 silly cache add   scope: null,
+2720 silly cache add   name: 'node-xmpp-core',
+2720 silly cache add   rawSpec: '^2.0.0',
+2720 silly cache add   spec: '>=2.0.0 <3.0.0',
+2720 silly cache add   type: 'range' }
+2721 silly addNamed node-xmpp-core@>=2.0.0 <3.0.0
+2722 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for node-xmpp-core
+2723 silly addNameRange { name: 'node-xmpp-core',
+2723 silly addNameRange   range: '>=2.0.0 <3.0.0',
+2723 silly addNameRange   hasData: false }
+2724 silly mapToRegistry name node-xmpp-core
+2725 silly mapToRegistry using default registry
+2726 silly mapToRegistry registry https://registry.npmjs.org/
+2727 silly mapToRegistry data Result {
+2727 silly mapToRegistry   raw: 'node-xmpp-core',
+2727 silly mapToRegistry   scope: null,
+2727 silly mapToRegistry   name: 'node-xmpp-core',
+2727 silly mapToRegistry   rawSpec: '',
+2727 silly mapToRegistry   spec: 'latest',
+2727 silly mapToRegistry   type: 'tag' }
+2728 silly mapToRegistry uri https://registry.npmjs.org/node-xmpp-core
+2729 verbose addNameRange registry:https://registry.npmjs.org/node-xmpp-core not in flight; fetching
+2730 verbose afterAdd /home/adhisimon/.npm/faye-websocket/0.7.3/package/package.json written
+2731 silly resolveWithNewModule minimist@0.0.8 checking installable status
+2732 silly cache add args [ 'minimist@0.0.8', null ]
+2733 verbose cache add spec minimist@0.0.8
+2734 silly cache add parsed spec Result {
+2734 silly cache add   raw: 'minimist@0.0.8',
+2734 silly cache add   scope: null,
+2734 silly cache add   name: 'minimist',
+2734 silly cache add   rawSpec: '0.0.8',
+2734 silly cache add   spec: '0.0.8',
+2734 silly cache add   type: 'version' }
+2735 silly addNamed minimist@0.0.8
+2736 verbose addNamed "0.0.8" is a plain semver version for minimist
+2737 silly mapToRegistry name minimist
+2738 silly mapToRegistry using default registry
+2739 silly mapToRegistry registry https://registry.npmjs.org/
+2740 silly mapToRegistry data Result {
+2740 silly mapToRegistry   raw: 'minimist',
+2740 silly mapToRegistry   scope: null,
+2740 silly mapToRegistry   name: 'minimist',
+2740 silly mapToRegistry   rawSpec: '',
+2740 silly mapToRegistry   spec: 'latest',
+2740 silly mapToRegistry   type: 'tag' }
+2741 silly mapToRegistry uri https://registry.npmjs.org/minimist
+2742 verbose addNameVersion registry:https://registry.npmjs.org/minimist not in flight; fetching
+2743 silly cache afterAdd debug@1.0.4
+2744 verbose afterAdd /home/adhisimon/.npm/debug/1.0.4/package/package.json not in flight; writing
+2745 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2746 verbose get https://registry.npmjs.org/node-xmpp-core not expired, no request
+2747 silly addNameRange number 2 { name: 'node-xmpp-core',
+2747 silly addNameRange   range: '>=2.0.0 <3.0.0',
+2747 silly addNameRange   hasData: true }
+2748 silly addNameRange versions [ 'node-xmpp-core',
+2748 silly addNameRange   [ '0.0.1',
+2748 silly addNameRange     '0.0.2',
+2748 silly addNameRange     '0.0.3',
+2748 silly addNameRange     '0.0.4',
+2748 silly addNameRange     '0.0.5',
+2748 silly addNameRange     '0.0.6',
+2748 silly addNameRange     '0.1.0',
+2748 silly addNameRange     '0.2.0',
+2748 silly addNameRange     '0.2.1',
+2748 silly addNameRange     '0.2.2',
+2748 silly addNameRange     '0.2.3',
+2748 silly addNameRange     '0.3.0',
+2748 silly addNameRange     '0.3.1',
+2748 silly addNameRange     '0.3.3',
+2748 silly addNameRange     '0.4.0',
+2748 silly addNameRange     '0.4.1',
+2748 silly addNameRange     '0.4.2',
+2748 silly addNameRange     '0.4.4',
+2748 silly addNameRange     '0.4.5',
+2748 silly addNameRange     '0.4.6',
+2748 silly addNameRange     '0.4.7',
+2748 silly addNameRange     '0.4.8',
+2748 silly addNameRange     '0.4.9',
+2748 silly addNameRange     '0.4.10',
+2748 silly addNameRange     '0.5.0',
+2748 silly addNameRange     '1.0.0-alpha1',
+2748 silly addNameRange     '1.0.0-alpha2',
+2748 silly addNameRange     '1.0.0-alpha3',
+2748 silly addNameRange     '1.0.0-alpha5',
+2748 silly addNameRange     '1.0.0-alpha6',
+2748 silly addNameRange     '1.0.0-alpha7',
+2748 silly addNameRange     '1.0.0-alpha8',
+2748 silly addNameRange     '1.0.0-alpha9',
+2748 silly addNameRange     '1.0.0-alpha10',
+2748 silly addNameRange     '1.0.0-alpha11',
+2748 silly addNameRange     '1.0.0-alpha12',
+2748 silly addNameRange     '1.0.0-alpha13',
+2748 silly addNameRange     '1.0.0-alpha14',
+2748 silly addNameRange     '1.0.0',
+2748 silly addNameRange     '2.0.0',
+2748 silly addNameRange     '3.0.0',
+2748 silly addNameRange     '4.0.0',
+2748 silly addNameRange     '4.1.0',
+2748 silly addNameRange     '4.2.0',
+2748 silly addNameRange     '5.0.0',
+2748 silly addNameRange     '5.0.1',
+2748 silly addNameRange     '5.0.2',
+2748 silly addNameRange     '6.1.0' ] ]
+2749 silly addNamed node-xmpp-core@2.0.0
+2750 verbose addNamed "2.0.0" is a plain semver version for node-xmpp-core
+2751 verbose get https://registry.npmjs.org/minimist not expired, no request
+2752 verbose afterAdd /home/adhisimon/.npm/debug/1.0.4/package/package.json written
+2753 silly cache afterAdd node-xmpp-core@2.0.0
+2754 verbose afterAdd /home/adhisimon/.npm/node-xmpp-core/2.0.0/package/package.json not in flight; writing
+2755 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2756 silly cache afterAdd minimist@0.0.8
+2757 verbose afterAdd /home/adhisimon/.npm/minimist/0.0.8/package/package.json not in flight; writing
+2758 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2759 verbose afterAdd /home/adhisimon/.npm/node-xmpp-core/2.0.0/package/package.json written
+2760 verbose afterAdd /home/adhisimon/.npm/minimist/0.0.8/package/package.json written
+2761 http 304 https://registry.npmjs.org/browser-request
+2762 verbose headers { date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2762 verbose headers   via: '1.1 varnish',
+2762 verbose headers   'cache-control': 'max-age=300',
+2762 verbose headers   etag: '"CKIRSP38XZ4IDL4K0M1320KS5"',
+2762 verbose headers   age: '0',
+2762 verbose headers   connection: 'keep-alive',
+2762 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+2762 verbose headers   'x-cache': 'HIT',
+2762 verbose headers   'x-cache-hits': '1',
+2762 verbose headers   'x-timer': 'S1470634909.946612,VS0,VE222',
+2762 verbose headers   vary: 'Accept-Encoding' }
+2763 silly get cb [ 304,
+2763 silly get   { date: 'Mon, 08 Aug 2016 05:41:49 GMT',
+2763 silly get     via: '1.1 varnish',
+2763 silly get     'cache-control': 'max-age=300',
+2763 silly get     etag: '"CKIRSP38XZ4IDL4K0M1320KS5"',
+2763 silly get     age: '0',
+2763 silly get     connection: 'keep-alive',
+2763 silly get     'x-served-by': 'cache-sin6927-SIN',
+2763 silly get     'x-cache': 'HIT',
+2763 silly get     'x-cache-hits': '1',
+2763 silly get     'x-timer': 'S1470634909.946612,VS0,VE222',
+2763 silly get     vary: 'Accept-Encoding' } ]
+2764 verbose etag https://registry.npmjs.org/browser-request from cache
+2765 verbose get saving browser-request to /home/adhisimon/.npm/registry.npmjs.org/browser-request/.cache.json
+2766 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2767 silly resolveWithNewModule browser-request@0.3.3 checking installable status
+2768 silly cache add args [ 'browser-request@~0.3.1', null ]
+2769 verbose cache add spec browser-request@~0.3.1
+2770 silly cache add parsed spec Result {
+2770 silly cache add   raw: 'browser-request@~0.3.1',
+2770 silly cache add   scope: null,
+2770 silly cache add   name: 'browser-request',
+2770 silly cache add   rawSpec: '~0.3.1',
+2770 silly cache add   spec: '>=0.3.1 <0.4.0',
+2770 silly cache add   type: 'range' }
+2771 silly addNamed browser-request@>=0.3.1 <0.4.0
+2772 verbose addNamed ">=0.3.1 <0.4.0" is a valid semver range for browser-request
+2773 silly addNameRange { name: 'browser-request',
+2773 silly addNameRange   range: '>=0.3.1 <0.4.0',
+2773 silly addNameRange   hasData: false }
+2774 silly mapToRegistry name browser-request
+2775 silly mapToRegistry using default registry
+2776 silly mapToRegistry registry https://registry.npmjs.org/
+2777 silly mapToRegistry data Result {
+2777 silly mapToRegistry   raw: 'browser-request',
+2777 silly mapToRegistry   scope: null,
+2777 silly mapToRegistry   name: 'browser-request',
+2777 silly mapToRegistry   rawSpec: '',
+2777 silly mapToRegistry   spec: 'latest',
+2777 silly mapToRegistry   type: 'tag' }
+2778 silly mapToRegistry uri https://registry.npmjs.org/browser-request
+2779 verbose addNameRange registry:https://registry.npmjs.org/browser-request not in flight; fetching
+2780 verbose get https://registry.npmjs.org/browser-request not expired, no request
+2781 silly addNameRange number 2 { name: 'browser-request',
+2781 silly addNameRange   range: '>=0.3.1 <0.4.0',
+2781 silly addNameRange   hasData: true }
+2782 silly addNameRange versions [ 'browser-request',
+2782 silly addNameRange   [ '0.1.0-beta1',
+2782 silly addNameRange     '0.1.0-beta2',
+2782 silly addNameRange     '0.1.0',
+2782 silly addNameRange     '0.2.0',
+2782 silly addNameRange     '0.2.1',
+2782 silly addNameRange     '0.3.0',
+2782 silly addNameRange     '0.3.1',
+2782 silly addNameRange     '0.3.2',
+2782 silly addNameRange     '0.3.3' ] ]
+2783 silly addNamed browser-request@0.3.3
+2784 verbose addNamed "0.3.3" is a plain semver version for browser-request
+2785 silly cache afterAdd browser-request@0.3.3
+2786 verbose afterAdd /home/adhisimon/.npm/browser-request/0.3.3/package/package.json not in flight; writing
+2787 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2788 verbose afterAdd /home/adhisimon/.npm/browser-request/0.3.3/package/package.json written
+2789 silly fetchNamedPackageData ms
+2790 silly mapToRegistry name ms
+2791 silly mapToRegistry using default registry
+2792 silly mapToRegistry registry https://registry.npmjs.org/
+2793 silly mapToRegistry data Result {
+2793 silly mapToRegistry   raw: 'ms',
+2793 silly mapToRegistry   scope: null,
+2793 silly mapToRegistry   name: 'ms',
+2793 silly mapToRegistry   rawSpec: '',
+2793 silly mapToRegistry   spec: 'latest',
+2793 silly mapToRegistry   type: 'tag' }
+2794 silly mapToRegistry uri https://registry.npmjs.org/ms
+2795 verbose request uri https://registry.npmjs.org/ms
+2796 verbose request no auth needed
+2797 info attempt registry request try #1 at 12:41:50
+2798 verbose etag "BIQVBKI7X0OO5WNGHXWCT0ZPH"
+2799 http request GET https://registry.npmjs.org/ms
+2800 http 304 https://registry.npmjs.org/ms
+2801 verbose headers { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2801 verbose headers   via: '1.1 varnish',
+2801 verbose headers   'cache-control': 'max-age=300',
+2801 verbose headers   etag: '"BIQVBKI7X0OO5WNGHXWCT0ZPH"',
+2801 verbose headers   age: '122',
+2801 verbose headers   connection: 'keep-alive',
+2801 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+2801 verbose headers   'x-cache': 'HIT',
+2801 verbose headers   'x-cache-hits': '7',
+2801 verbose headers   'x-timer': 'S1470634910.234779,VS0,VE0',
+2801 verbose headers   vary: 'Accept-Encoding' }
+2802 silly get cb [ 304,
+2802 silly get   { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2802 silly get     via: '1.1 varnish',
+2802 silly get     'cache-control': 'max-age=300',
+2802 silly get     etag: '"BIQVBKI7X0OO5WNGHXWCT0ZPH"',
+2802 silly get     age: '122',
+2802 silly get     connection: 'keep-alive',
+2802 silly get     'x-served-by': 'cache-sin6927-SIN',
+2802 silly get     'x-cache': 'HIT',
+2802 silly get     'x-cache-hits': '7',
+2802 silly get     'x-timer': 'S1470634910.234779,VS0,VE0',
+2802 silly get     vary: 'Accept-Encoding' } ]
+2803 verbose etag https://registry.npmjs.org/ms from cache
+2804 verbose get saving ms to /home/adhisimon/.npm/registry.npmjs.org/ms/.cache.json
+2805 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2806 silly resolveWithNewModule ms@0.6.2 checking installable status
+2807 silly cache add args [ 'ms@0.6.2', null ]
+2808 verbose cache add spec ms@0.6.2
+2809 silly cache add parsed spec Result {
+2809 silly cache add   raw: 'ms@0.6.2',
+2809 silly cache add   scope: null,
+2809 silly cache add   name: 'ms',
+2809 silly cache add   rawSpec: '0.6.2',
+2809 silly cache add   spec: '0.6.2',
+2809 silly cache add   type: 'version' }
+2810 silly addNamed ms@0.6.2
+2811 verbose addNamed "0.6.2" is a plain semver version for ms
+2812 silly mapToRegistry name ms
+2813 silly mapToRegistry using default registry
+2814 silly mapToRegistry registry https://registry.npmjs.org/
+2815 silly mapToRegistry data Result {
+2815 silly mapToRegistry   raw: 'ms',
+2815 silly mapToRegistry   scope: null,
+2815 silly mapToRegistry   name: 'ms',
+2815 silly mapToRegistry   rawSpec: '',
+2815 silly mapToRegistry   spec: 'latest',
+2815 silly mapToRegistry   type: 'tag' }
+2816 silly mapToRegistry uri https://registry.npmjs.org/ms
+2817 verbose addNameVersion registry:https://registry.npmjs.org/ms not in flight; fetching
+2818 verbose get https://registry.npmjs.org/ms not expired, no request
+2819 silly cache afterAdd ms@0.6.2
+2820 verbose afterAdd /home/adhisimon/.npm/ms/0.6.2/package/package.json not in flight; writing
+2821 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2822 verbose afterAdd /home/adhisimon/.npm/ms/0.6.2/package/package.json written
+2823 silly fetchNamedPackageData websocket-driver
+2824 silly mapToRegistry name websocket-driver
+2825 silly mapToRegistry using default registry
+2826 silly mapToRegistry registry https://registry.npmjs.org/
+2827 silly mapToRegistry data Result {
+2827 silly mapToRegistry   raw: 'websocket-driver',
+2827 silly mapToRegistry   scope: null,
+2827 silly mapToRegistry   name: 'websocket-driver',
+2827 silly mapToRegistry   rawSpec: '',
+2827 silly mapToRegistry   spec: 'latest',
+2827 silly mapToRegistry   type: 'tag' }
+2828 silly mapToRegistry uri https://registry.npmjs.org/websocket-driver
+2829 verbose request uri https://registry.npmjs.org/websocket-driver
+2830 verbose request no auth needed
+2831 info attempt registry request try #1 at 12:41:50
+2832 verbose etag "EF6MCNO9QJNRHSA1VYVM81A4P"
+2833 http request GET https://registry.npmjs.org/websocket-driver
+2834 http 304 https://registry.npmjs.org/websocket-driver
+2835 verbose headers { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2835 verbose headers   via: '1.1 varnish',
+2835 verbose headers   'cache-control': 'max-age=300',
+2835 verbose headers   etag: '"EF6MCNO9QJNRHSA1VYVM81A4P"',
+2835 verbose headers   age: '184',
+2835 verbose headers   connection: 'keep-alive',
+2835 verbose headers   'x-served-by': 'cache-sin6924-SIN',
+2835 verbose headers   'x-cache': 'HIT',
+2835 verbose headers   'x-cache-hits': '3',
+2835 verbose headers   'x-timer': 'S1470634910.305538,VS0,VE0',
+2835 verbose headers   vary: 'Accept-Encoding' }
+2836 silly get cb [ 304,
+2836 silly get   { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2836 silly get     via: '1.1 varnish',
+2836 silly get     'cache-control': 'max-age=300',
+2836 silly get     etag: '"EF6MCNO9QJNRHSA1VYVM81A4P"',
+2836 silly get     age: '184',
+2836 silly get     connection: 'keep-alive',
+2836 silly get     'x-served-by': 'cache-sin6924-SIN',
+2836 silly get     'x-cache': 'HIT',
+2836 silly get     'x-cache-hits': '3',
+2836 silly get     'x-timer': 'S1470634910.305538,VS0,VE0',
+2836 silly get     vary: 'Accept-Encoding' } ]
+2837 verbose etag https://registry.npmjs.org/websocket-driver from cache
+2838 verbose get saving websocket-driver to /home/adhisimon/.npm/registry.npmjs.org/websocket-driver/.cache.json
+2839 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2840 silly resolveWithNewModule websocket-driver@0.6.5 checking installable status
+2841 silly cache add args [ 'websocket-driver@>=0.3.6', null ]
+2842 verbose cache add spec websocket-driver@>=0.3.6
+2843 silly cache add parsed spec Result {
+2843 silly cache add   raw: 'websocket-driver@>=0.3.6',
+2843 silly cache add   scope: null,
+2843 silly cache add   name: 'websocket-driver',
+2843 silly cache add   rawSpec: '>=0.3.6',
+2843 silly cache add   spec: '>=0.3.6',
+2843 silly cache add   type: 'range' }
+2844 silly addNamed websocket-driver@>=0.3.6
+2845 verbose addNamed ">=0.3.6" is a valid semver range for websocket-driver
+2846 silly addNameRange { name: 'websocket-driver', range: '>=0.3.6', hasData: false }
+2847 silly mapToRegistry name websocket-driver
+2848 silly mapToRegistry using default registry
+2849 silly mapToRegistry registry https://registry.npmjs.org/
+2850 silly mapToRegistry data Result {
+2850 silly mapToRegistry   raw: 'websocket-driver',
+2850 silly mapToRegistry   scope: null,
+2850 silly mapToRegistry   name: 'websocket-driver',
+2850 silly mapToRegistry   rawSpec: '',
+2850 silly mapToRegistry   spec: 'latest',
+2850 silly mapToRegistry   type: 'tag' }
+2851 silly mapToRegistry uri https://registry.npmjs.org/websocket-driver
+2852 verbose addNameRange registry:https://registry.npmjs.org/websocket-driver not in flight; fetching
+2853 verbose get https://registry.npmjs.org/websocket-driver not expired, no request
+2854 silly addNameRange number 2 { name: 'websocket-driver', range: '>=0.3.6', hasData: true }
+2855 silly addNameRange versions [ 'websocket-driver',
+2855 silly addNameRange   [ '0.1.0',
+2855 silly addNameRange     '0.2.0',
+2855 silly addNameRange     '0.2.1',
+2855 silly addNameRange     '0.2.2',
+2855 silly addNameRange     '0.3.0',
+2855 silly addNameRange     '0.3.1',
+2855 silly addNameRange     '0.3.2',
+2855 silly addNameRange     '0.3.3',
+2855 silly addNameRange     '0.3.4',
+2855 silly addNameRange     '0.3.5',
+2855 silly addNameRange     '0.3.6',
+2855 silly addNameRange     '0.4.0',
+2855 silly addNameRange     '0.5.0',
+2855 silly addNameRange     '0.5.1',
+2855 silly addNameRange     '0.5.2',
+2855 silly addNameRange     '0.5.3',
+2855 silly addNameRange     '0.5.4',
+2855 silly addNameRange     '0.6.0',
+2855 silly addNameRange     '0.6.1',
+2855 silly addNameRange     '0.6.2',
+2855 silly addNameRange     '0.6.3',
+2855 silly addNameRange     '0.6.4',
+2855 silly addNameRange     '0.6.5' ] ]
+2856 silly addNamed websocket-driver@0.6.5
+2857 verbose addNamed "0.6.5" is a plain semver version for websocket-driver
+2858 silly cache afterAdd websocket-driver@0.6.5
+2859 verbose afterAdd /home/adhisimon/.npm/websocket-driver/0.6.5/package/package.json not in flight; writing
+2860 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2861 verbose afterAdd /home/adhisimon/.npm/websocket-driver/0.6.5/package/package.json written
+2862 silly fetchNamedPackageData websocket-extensions
+2863 silly mapToRegistry name websocket-extensions
+2864 silly mapToRegistry using default registry
+2865 silly mapToRegistry registry https://registry.npmjs.org/
+2866 silly mapToRegistry data Result {
+2866 silly mapToRegistry   raw: 'websocket-extensions',
+2866 silly mapToRegistry   scope: null,
+2866 silly mapToRegistry   name: 'websocket-extensions',
+2866 silly mapToRegistry   rawSpec: '',
+2866 silly mapToRegistry   spec: 'latest',
+2866 silly mapToRegistry   type: 'tag' }
+2867 silly mapToRegistry uri https://registry.npmjs.org/websocket-extensions
+2868 verbose request uri https://registry.npmjs.org/websocket-extensions
+2869 verbose request no auth needed
+2870 info attempt registry request try #1 at 12:41:50
+2871 verbose etag "1RY1DZQ40R6U70M3T3QRYCAW7"
+2872 http request GET https://registry.npmjs.org/websocket-extensions
+2873 http 304 https://registry.npmjs.org/websocket-extensions
+2874 verbose headers { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2874 verbose headers   via: '1.1 varnish',
+2874 verbose headers   'cache-control': 'max-age=300',
+2874 verbose headers   etag: '"1RY1DZQ40R6U70M3T3QRYCAW7"',
+2874 verbose headers   age: '0',
+2874 verbose headers   connection: 'keep-alive',
+2874 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+2874 verbose headers   'x-cache': 'HIT',
+2874 verbose headers   'x-cache-hits': '1',
+2874 verbose headers   'x-timer': 'S1470634910.381938,VS0,VE232',
+2874 verbose headers   vary: 'Accept-Encoding' }
+2875 silly get cb [ 304,
+2875 silly get   { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2875 silly get     via: '1.1 varnish',
+2875 silly get     'cache-control': 'max-age=300',
+2875 silly get     etag: '"1RY1DZQ40R6U70M3T3QRYCAW7"',
+2875 silly get     age: '0',
+2875 silly get     connection: 'keep-alive',
+2875 silly get     'x-served-by': 'cache-sin6923-SIN',
+2875 silly get     'x-cache': 'HIT',
+2875 silly get     'x-cache-hits': '1',
+2875 silly get     'x-timer': 'S1470634910.381938,VS0,VE232',
+2875 silly get     vary: 'Accept-Encoding' } ]
+2876 verbose etag https://registry.npmjs.org/websocket-extensions from cache
+2877 verbose get saving websocket-extensions to /home/adhisimon/.npm/registry.npmjs.org/websocket-extensions/.cache.json
+2878 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2879 silly resolveWithNewModule websocket-extensions@0.1.1 checking installable status
+2880 silly cache add args [ 'websocket-extensions@>=0.1.1', null ]
+2881 verbose cache add spec websocket-extensions@>=0.1.1
+2882 silly cache add parsed spec Result {
+2882 silly cache add   raw: 'websocket-extensions@>=0.1.1',
+2882 silly cache add   scope: null,
+2882 silly cache add   name: 'websocket-extensions',
+2882 silly cache add   rawSpec: '>=0.1.1',
+2882 silly cache add   spec: '>=0.1.1',
+2882 silly cache add   type: 'range' }
+2883 silly addNamed websocket-extensions@>=0.1.1
+2884 verbose addNamed ">=0.1.1" is a valid semver range for websocket-extensions
+2885 silly addNameRange { name: 'websocket-extensions',
+2885 silly addNameRange   range: '>=0.1.1',
+2885 silly addNameRange   hasData: false }
+2886 silly mapToRegistry name websocket-extensions
+2887 silly mapToRegistry using default registry
+2888 silly mapToRegistry registry https://registry.npmjs.org/
+2889 silly mapToRegistry data Result {
+2889 silly mapToRegistry   raw: 'websocket-extensions',
+2889 silly mapToRegistry   scope: null,
+2889 silly mapToRegistry   name: 'websocket-extensions',
+2889 silly mapToRegistry   rawSpec: '',
+2889 silly mapToRegistry   spec: 'latest',
+2889 silly mapToRegistry   type: 'tag' }
+2890 silly mapToRegistry uri https://registry.npmjs.org/websocket-extensions
+2891 verbose addNameRange registry:https://registry.npmjs.org/websocket-extensions not in flight; fetching
+2892 verbose get https://registry.npmjs.org/websocket-extensions not expired, no request
+2893 silly addNameRange number 2 { name: 'websocket-extensions', range: '>=0.1.1', hasData: true }
+2894 silly addNameRange versions [ 'websocket-extensions', [ '0.1.0', '0.1.1' ] ]
+2895 silly addNamed websocket-extensions@0.1.1
+2896 verbose addNamed "0.1.1" is a plain semver version for websocket-extensions
+2897 silly cache afterAdd websocket-extensions@0.1.1
+2898 verbose afterAdd /home/adhisimon/.npm/websocket-extensions/0.1.1/package/package.json not in flight; writing
+2899 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2900 verbose afterAdd /home/adhisimon/.npm/websocket-extensions/0.1.1/package/package.json written
+2901 silly fetchNamedPackageData lodash.assign
+2902 silly mapToRegistry name lodash.assign
+2903 silly mapToRegistry using default registry
+2904 silly mapToRegistry registry https://registry.npmjs.org/
+2905 silly mapToRegistry data Result {
+2905 silly mapToRegistry   raw: 'lodash.assign',
+2905 silly mapToRegistry   scope: null,
+2905 silly mapToRegistry   name: 'lodash.assign',
+2905 silly mapToRegistry   rawSpec: '',
+2905 silly mapToRegistry   spec: 'latest',
+2905 silly mapToRegistry   type: 'tag' }
+2906 silly mapToRegistry uri https://registry.npmjs.org/lodash.assign
+2907 silly fetchNamedPackageData ltx
+2908 silly mapToRegistry name ltx
+2909 silly mapToRegistry using default registry
+2910 silly mapToRegistry registry https://registry.npmjs.org/
+2911 silly mapToRegistry data Result {
+2911 silly mapToRegistry   raw: 'ltx',
+2911 silly mapToRegistry   scope: null,
+2911 silly mapToRegistry   name: 'ltx',
+2911 silly mapToRegistry   rawSpec: '',
+2911 silly mapToRegistry   spec: 'latest',
+2911 silly mapToRegistry   type: 'tag' }
+2912 silly mapToRegistry uri https://registry.npmjs.org/ltx
+2913 silly fetchNamedPackageData node-stringprep
+2914 silly mapToRegistry name node-stringprep
+2915 silly mapToRegistry using default registry
+2916 silly mapToRegistry registry https://registry.npmjs.org/
+2917 silly mapToRegistry data Result {
+2917 silly mapToRegistry   raw: 'node-stringprep',
+2917 silly mapToRegistry   scope: null,
+2917 silly mapToRegistry   name: 'node-stringprep',
+2917 silly mapToRegistry   rawSpec: '',
+2917 silly mapToRegistry   spec: 'latest',
+2917 silly mapToRegistry   type: 'tag' }
+2918 silly mapToRegistry uri https://registry.npmjs.org/node-stringprep
+2919 silly fetchNamedPackageData tls-connect
+2920 silly mapToRegistry name tls-connect
+2921 silly mapToRegistry using default registry
+2922 silly mapToRegistry registry https://registry.npmjs.org/
+2923 silly mapToRegistry data Result {
+2923 silly mapToRegistry   raw: 'tls-connect',
+2923 silly mapToRegistry   scope: null,
+2923 silly mapToRegistry   name: 'tls-connect',
+2923 silly mapToRegistry   rawSpec: '',
+2923 silly mapToRegistry   spec: 'latest',
+2923 silly mapToRegistry   type: 'tag' }
+2924 silly mapToRegistry uri https://registry.npmjs.org/tls-connect
+2925 silly fetchOtherPackageData reconnect-core@https://github.com/dodo/reconnect-core/tarball/merged
+2926 silly cache add args [ 'reconnect-core@https://github.com/dodo/reconnect-core/tarball/merged',
+2926 silly cache add   null ]
+2927 verbose cache add spec reconnect-core@https://github.com/dodo/reconnect-core/tarball/merged
+2928 silly cache add parsed spec Result {
+2928 silly cache add   raw: 'reconnect-core@https://github.com/dodo/reconnect-core/tarball/merged',
+2928 silly cache add   scope: null,
+2928 silly cache add   name: 'reconnect-core',
+2928 silly cache add   rawSpec: 'https://github.com/dodo/reconnect-core/tarball/merged',
+2928 silly cache add   spec: 'https://github.com/dodo/reconnect-core/tarball/merged',
+2928 silly cache add   type: 'remote' }
+2929 silly mapToRegistry name reconnect-core@https://github.com/dodo/reconnect-core/tarball/merged
+2930 silly mapToRegistry using default registry
+2931 silly mapToRegistry registry https://registry.npmjs.org/
+2932 silly mapToRegistry data Result {
+2932 silly mapToRegistry   raw: 'reconnect-core@https://github.com/dodo/reconnect-core/tarball/merged',
+2932 silly mapToRegistry   scope: null,
+2932 silly mapToRegistry   name: 'reconnect-core',
+2932 silly mapToRegistry   rawSpec: 'https://github.com/dodo/reconnect-core/tarball/merged',
+2932 silly mapToRegistry   spec: 'https://github.com/dodo/reconnect-core/tarball/merged',
+2932 silly mapToRegistry   type: 'remote' }
+2933 silly mapToRegistry uri https://github.com/dodo/reconnect-core/tarball/merged
+2934 verbose addRemoteTarball https://github.com/dodo/reconnect-core/tarball/merged not in flight; adding
+2935 verbose addRemoteTarball [ 'https://github.com/dodo/reconnect-core/tarball/merged',
+2935 verbose addRemoteTarball   null ]
+2936 info retry fetch attempt 1 at 12:41:50
+2937 info attempt registry request try #1 at 12:41:50
+2938 http fetch GET https://github.com/dodo/reconnect-core/tarball/merged
+2939 verbose request uri https://registry.npmjs.org/lodash.assign
+2940 verbose request no auth needed
+2941 info attempt registry request try #1 at 12:41:50
+2942 verbose etag "1LVP6KCXTDGHFNZEGJ22PME45"
+2943 http request GET https://registry.npmjs.org/lodash.assign
+2944 verbose request uri https://registry.npmjs.org/tls-connect
+2945 verbose request no auth needed
+2946 info attempt registry request try #1 at 12:41:50
+2947 verbose etag "4ZPZ1R6DGOJC0UF2TC803Q2BV"
+2948 http request GET https://registry.npmjs.org/tls-connect
+2949 verbose request uri https://registry.npmjs.org/node-stringprep
+2950 verbose request no auth needed
+2951 info attempt registry request try #1 at 12:41:50
+2952 verbose etag "8EZWFLI74H2LJREMRZX7S681H"
+2953 http request GET https://registry.npmjs.org/node-stringprep
+2954 verbose request uri https://registry.npmjs.org/ltx
+2955 verbose request no auth needed
+2956 info attempt registry request try #1 at 12:41:50
+2957 verbose etag "3ZA2D2ZOPX51S9O5NCW7JFXMA"
+2958 http request GET https://registry.npmjs.org/ltx
+2959 http 304 https://registry.npmjs.org/lodash.assign
+2960 verbose headers { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2960 verbose headers   via: '1.1 varnish',
+2960 verbose headers   'cache-control': 'max-age=300',
+2960 verbose headers   etag: '"1LVP6KCXTDGHFNZEGJ22PME45"',
+2960 verbose headers   age: '247',
+2960 verbose headers   connection: 'keep-alive',
+2960 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+2960 verbose headers   'x-cache': 'HIT',
+2960 verbose headers   'x-cache-hits': '5',
+2960 verbose headers   'x-timer': 'S1470634910.713289,VS0,VE0',
+2960 verbose headers   vary: 'Accept-Encoding' }
+2961 silly get cb [ 304,
+2961 silly get   { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2961 silly get     via: '1.1 varnish',
+2961 silly get     'cache-control': 'max-age=300',
+2961 silly get     etag: '"1LVP6KCXTDGHFNZEGJ22PME45"',
+2961 silly get     age: '247',
+2961 silly get     connection: 'keep-alive',
+2961 silly get     'x-served-by': 'cache-sin6920-SIN',
+2961 silly get     'x-cache': 'HIT',
+2961 silly get     'x-cache-hits': '5',
+2961 silly get     'x-timer': 'S1470634910.713289,VS0,VE0',
+2961 silly get     vary: 'Accept-Encoding' } ]
+2962 verbose etag https://registry.npmjs.org/lodash.assign from cache
+2963 verbose get saving lodash.assign to /home/adhisimon/.npm/registry.npmjs.org/lodash.assign/.cache.json
+2964 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2965 http 304 https://registry.npmjs.org/tls-connect
+2966 verbose headers { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2966 verbose headers   via: '1.1 varnish',
+2966 verbose headers   'cache-control': 'max-age=300',
+2966 verbose headers   etag: '"4ZPZ1R6DGOJC0UF2TC803Q2BV"',
+2966 verbose headers   age: '47',
+2966 verbose headers   connection: 'keep-alive',
+2966 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+2966 verbose headers   'x-cache': 'HIT',
+2966 verbose headers   'x-cache-hits': '1',
+2966 verbose headers   'x-timer': 'S1470634910.716609,VS0,VE0',
+2966 verbose headers   vary: 'Accept-Encoding' }
+2967 silly get cb [ 304,
+2967 silly get   { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+2967 silly get     via: '1.1 varnish',
+2967 silly get     'cache-control': 'max-age=300',
+2967 silly get     etag: '"4ZPZ1R6DGOJC0UF2TC803Q2BV"',
+2967 silly get     age: '47',
+2967 silly get     connection: 'keep-alive',
+2967 silly get     'x-served-by': 'cache-sin6926-SIN',
+2967 silly get     'x-cache': 'HIT',
+2967 silly get     'x-cache-hits': '1',
+2967 silly get     'x-timer': 'S1470634910.716609,VS0,VE0',
+2967 silly get     vary: 'Accept-Encoding' } ]
+2968 verbose etag https://registry.npmjs.org/tls-connect from cache
+2969 verbose get saving tls-connect to /home/adhisimon/.npm/registry.npmjs.org/tls-connect/.cache.json
+2970 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+2971 silly resolveWithNewModule lodash.assign@3.2.0 checking installable status
+2972 silly cache add args [ 'lodash.assign@^3.2.0', null ]
+2973 verbose cache add spec lodash.assign@^3.2.0
+2974 silly cache add parsed spec Result {
+2974 silly cache add   raw: 'lodash.assign@^3.2.0',
+2974 silly cache add   scope: null,
+2974 silly cache add   name: 'lodash.assign',
+2974 silly cache add   rawSpec: '^3.2.0',
+2974 silly cache add   spec: '>=3.2.0 <4.0.0',
+2974 silly cache add   type: 'range' }
+2975 silly addNamed lodash.assign@>=3.2.0 <4.0.0
+2976 verbose addNamed ">=3.2.0 <4.0.0" is a valid semver range for lodash.assign
+2977 silly addNameRange { name: 'lodash.assign',
+2977 silly addNameRange   range: '>=3.2.0 <4.0.0',
+2977 silly addNameRange   hasData: false }
+2978 silly mapToRegistry name lodash.assign
+2979 silly mapToRegistry using default registry
+2980 silly mapToRegistry registry https://registry.npmjs.org/
+2981 silly mapToRegistry data Result {
+2981 silly mapToRegistry   raw: 'lodash.assign',
+2981 silly mapToRegistry   scope: null,
+2981 silly mapToRegistry   name: 'lodash.assign',
+2981 silly mapToRegistry   rawSpec: '',
+2981 silly mapToRegistry   spec: 'latest',
+2981 silly mapToRegistry   type: 'tag' }
+2982 silly mapToRegistry uri https://registry.npmjs.org/lodash.assign
+2983 verbose addNameRange registry:https://registry.npmjs.org/lodash.assign not in flight; fetching
+2984 silly resolveWithNewModule tls-connect@0.2.2 checking installable status
+2985 silly cache add args [ 'tls-connect@^0.2.2', null ]
+2986 verbose cache add spec tls-connect@^0.2.2
+2987 silly cache add parsed spec Result {
+2987 silly cache add   raw: 'tls-connect@^0.2.2',
+2987 silly cache add   scope: null,
+2987 silly cache add   name: 'tls-connect',
+2987 silly cache add   rawSpec: '^0.2.2',
+2987 silly cache add   spec: '>=0.2.2 <0.3.0',
+2987 silly cache add   type: 'range' }
+2988 silly addNamed tls-connect@>=0.2.2 <0.3.0
+2989 verbose addNamed ">=0.2.2 <0.3.0" is a valid semver range for tls-connect
+2990 silly addNameRange { name: 'tls-connect', range: '>=0.2.2 <0.3.0', hasData: false }
+2991 silly mapToRegistry name tls-connect
+2992 silly mapToRegistry using default registry
+2993 silly mapToRegistry registry https://registry.npmjs.org/
+2994 silly mapToRegistry data Result {
+2994 silly mapToRegistry   raw: 'tls-connect',
+2994 silly mapToRegistry   scope: null,
+2994 silly mapToRegistry   name: 'tls-connect',
+2994 silly mapToRegistry   rawSpec: '',
+2994 silly mapToRegistry   spec: 'latest',
+2994 silly mapToRegistry   type: 'tag' }
+2995 silly mapToRegistry uri https://registry.npmjs.org/tls-connect
+2996 verbose addNameRange registry:https://registry.npmjs.org/tls-connect not in flight; fetching
+2997 verbose get https://registry.npmjs.org/lodash.assign not expired, no request
+2998 silly addNameRange number 2 { name: 'lodash.assign', range: '>=3.2.0 <4.0.0', hasData: true }
+2999 silly addNameRange versions [ 'lodash.assign',
+2999 silly addNameRange   [ '2.0.0',
+2999 silly addNameRange     '2.1.0',
+2999 silly addNameRange     '2.2.0',
+2999 silly addNameRange     '2.2.1',
+2999 silly addNameRange     '2.3.0',
+2999 silly addNameRange     '2.4.0',
+2999 silly addNameRange     '2.4.1',
+2999 silly addNameRange     '3.0.0',
+2999 silly addNameRange     '3.1.0',
+2999 silly addNameRange     '3.2.0',
+2999 silly addNameRange     '4.0.0',
+2999 silly addNameRange     '4.0.1',
+2999 silly addNameRange     '4.0.2',
+2999 silly addNameRange     '4.0.3',
+2999 silly addNameRange     '4.0.4',
+2999 silly addNameRange     '4.0.5',
+2999 silly addNameRange     '4.0.6',
+2999 silly addNameRange     '4.0.7',
+2999 silly addNameRange     '4.0.8',
+2999 silly addNameRange     '4.0.9',
+2999 silly addNameRange     '4.1.0' ] ]
+3000 silly addNamed lodash.assign@3.2.0
+3001 verbose addNamed "3.2.0" is a plain semver version for lodash.assign
+3002 verbose get https://registry.npmjs.org/tls-connect not expired, no request
+3003 silly addNameRange number 2 { name: 'tls-connect', range: '>=0.2.2 <0.3.0', hasData: true }
+3004 silly addNameRange versions [ 'tls-connect',
+3004 silly addNameRange   [ '0.1.0', '0.1.1', '0.1.2', '0.2.0', '0.2.2' ] ]
+3005 silly addNamed tls-connect@0.2.2
+3006 verbose addNamed "0.2.2" is a plain semver version for tls-connect
+3007 silly cache afterAdd lodash.assign@3.2.0
+3008 verbose afterAdd /home/adhisimon/.npm/lodash.assign/3.2.0/package/package.json not in flight; writing
+3009 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3010 silly cache afterAdd tls-connect@0.2.2
+3011 verbose afterAdd /home/adhisimon/.npm/tls-connect/0.2.2/package/package.json not in flight; writing
+3012 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3013 verbose afterAdd /home/adhisimon/.npm/tls-connect/0.2.2/package/package.json written
+3014 verbose afterAdd /home/adhisimon/.npm/lodash.assign/3.2.0/package/package.json written
+3015 http 304 https://registry.npmjs.org/ltx
+3016 verbose headers { date: 'Mon, 08 Aug 2016 05:41:51 GMT',
+3016 verbose headers   via: '1.1 varnish',
+3016 verbose headers   'cache-control': 'max-age=300',
+3016 verbose headers   etag: '"3ZA2D2ZOPX51S9O5NCW7JFXMA"',
+3016 verbose headers   age: '47',
+3016 verbose headers   connection: 'keep-alive',
+3016 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+3016 verbose headers   'x-cache': 'HIT',
+3016 verbose headers   'x-cache-hits': '1',
+3016 verbose headers   'x-timer': 'S1470634911.182007,VS0,VE0',
+3016 verbose headers   vary: 'Accept-Encoding' }
+3017 silly get cb [ 304,
+3017 silly get   { date: 'Mon, 08 Aug 2016 05:41:51 GMT',
+3017 silly get     via: '1.1 varnish',
+3017 silly get     'cache-control': 'max-age=300',
+3017 silly get     etag: '"3ZA2D2ZOPX51S9O5NCW7JFXMA"',
+3017 silly get     age: '47',
+3017 silly get     connection: 'keep-alive',
+3017 silly get     'x-served-by': 'cache-sin6926-SIN',
+3017 silly get     'x-cache': 'HIT',
+3017 silly get     'x-cache-hits': '1',
+3017 silly get     'x-timer': 'S1470634911.182007,VS0,VE0',
+3017 silly get     vary: 'Accept-Encoding' } ]
+3018 verbose etag https://registry.npmjs.org/ltx from cache
+3019 verbose get saving ltx to /home/adhisimon/.npm/registry.npmjs.org/ltx/.cache.json
+3020 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3021 silly resolveWithNewModule ltx@2.4.2 checking installable status
+3022 silly cache add args [ 'ltx@^2.0.0', null ]
+3023 verbose cache add spec ltx@^2.0.0
+3024 silly cache add parsed spec Result {
+3024 silly cache add   raw: 'ltx@^2.0.0',
+3024 silly cache add   scope: null,
+3024 silly cache add   name: 'ltx',
+3024 silly cache add   rawSpec: '^2.0.0',
+3024 silly cache add   spec: '>=2.0.0 <3.0.0',
+3024 silly cache add   type: 'range' }
+3025 silly addNamed ltx@>=2.0.0 <3.0.0
+3026 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for ltx
+3027 silly addNameRange { name: 'ltx', range: '>=2.0.0 <3.0.0', hasData: false }
+3028 silly mapToRegistry name ltx
+3029 silly mapToRegistry using default registry
+3030 silly mapToRegistry registry https://registry.npmjs.org/
+3031 silly mapToRegistry data Result {
+3031 silly mapToRegistry   raw: 'ltx',
+3031 silly mapToRegistry   scope: null,
+3031 silly mapToRegistry   name: 'ltx',
+3031 silly mapToRegistry   rawSpec: '',
+3031 silly mapToRegistry   spec: 'latest',
+3031 silly mapToRegistry   type: 'tag' }
+3032 silly mapToRegistry uri https://registry.npmjs.org/ltx
+3033 verbose addNameRange registry:https://registry.npmjs.org/ltx not in flight; fetching
+3034 verbose get https://registry.npmjs.org/ltx not expired, no request
+3035 silly addNameRange number 2 { name: 'ltx', range: '>=2.0.0 <3.0.0', hasData: true }
+3036 silly addNameRange versions [ 'ltx',
+3036 silly addNameRange   [ '0.0.1',
+3036 silly addNameRange     '0.0.3',
+3036 silly addNameRange     '0.0.4',
+3036 silly addNameRange     '0.0.5',
+3036 silly addNameRange     '0.1.0',
+3036 silly addNameRange     '0.1.1',
+3036 silly addNameRange     '0.1.2',
+3036 silly addNameRange     '0.1.3',
+3036 silly addNameRange     '0.2.0',
+3036 silly addNameRange     '0.2.1',
+3036 silly addNameRange     '0.2.2',
+3036 silly addNameRange     '0.2.3',
+3036 silly addNameRange     '0.2.4',
+3036 silly addNameRange     '0.3.0',
+3036 silly addNameRange     '0.3.1',
+3036 silly addNameRange     '0.3.2',
+3036 silly addNameRange     '0.3.3',
+3036 silly addNameRange     '0.3.4',
+3036 silly addNameRange     '0.4.0',
+3036 silly addNameRange     '0.4.1',
+3036 silly addNameRange     '0.4.2',
+3036 silly addNameRange     '0.5.0',
+3036 silly addNameRange     '0.5.1',
+3036 silly addNameRange     '0.5.2',
+3036 silly addNameRange     '0.6.0',
+3036 silly addNameRange     '0.7.0',
+3036 silly addNameRange     '0.7.1',
+3036 silly addNameRange     '0.7.2',
+3036 silly addNameRange     '0.8.0',
+3036 silly addNameRange     '0.9.0',
+3036 silly addNameRange     '0.9.1',
+3036 silly addNameRange     '1.0.0',
+3036 silly addNameRange     '2.0.0',
+3036 silly addNameRange     '2.0.1',
+3036 silly addNameRange     '2.0.2',
+3036 silly addNameRange     '2.1.0',
+3036 silly addNameRange     '2.1.1',
+3036 silly addNameRange     '2.2.0',
+3036 silly addNameRange     '2.2.1',
+3036 silly addNameRange     '2.2.2',
+3036 silly addNameRange     '2.3.0',
+3036 silly addNameRange     '2.4.0',
+3036 silly addNameRange     '2.4.1',
+3036 silly addNameRange     '2.4.2' ] ]
+3037 silly addNamed ltx@2.4.2
+3038 verbose addNamed "2.4.2" is a plain semver version for ltx
+3039 silly cache afterAdd ltx@2.4.2
+3040 verbose afterAdd /home/adhisimon/.npm/ltx/2.4.2/package/package.json not in flight; writing
+3041 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3042 verbose afterAdd /home/adhisimon/.npm/ltx/2.4.2/package/package.json written
+3043 http 304 https://registry.npmjs.org/node-stringprep
+3044 verbose headers { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+3044 verbose headers   via: '1.1 varnish',
+3044 verbose headers   'cache-control': 'max-age=300',
+3044 verbose headers   etag: '"8EZWFLI74H2LJREMRZX7S681H"',
+3044 verbose headers   age: '0',
+3044 verbose headers   connection: 'keep-alive',
+3044 verbose headers   'x-served-by': 'cache-sin6922-SIN',
+3044 verbose headers   'x-cache': 'HIT',
+3044 verbose headers   'x-cache-hits': '1',
+3044 verbose headers   'x-timer': 'S1470634910.727139,VS0,VE997',
+3044 verbose headers   vary: 'Accept-Encoding' }
+3045 silly get cb [ 304,
+3045 silly get   { date: 'Mon, 08 Aug 2016 05:41:50 GMT',
+3045 silly get     via: '1.1 varnish',
+3045 silly get     'cache-control': 'max-age=300',
+3045 silly get     etag: '"8EZWFLI74H2LJREMRZX7S681H"',
+3045 silly get     age: '0',
+3045 silly get     connection: 'keep-alive',
+3045 silly get     'x-served-by': 'cache-sin6922-SIN',
+3045 silly get     'x-cache': 'HIT',
+3045 silly get     'x-cache-hits': '1',
+3045 silly get     'x-timer': 'S1470634910.727139,VS0,VE997',
+3045 silly get     vary: 'Accept-Encoding' } ]
+3046 verbose etag https://registry.npmjs.org/node-stringprep from cache
+3047 verbose get saving node-stringprep to /home/adhisimon/.npm/registry.npmjs.org/node-stringprep/.cache.json
+3048 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3049 silly resolveWithNewModule node-stringprep@0.7.3 checking installable status
+3050 silly cache add args [ 'node-stringprep@^0.7.0', null ]
+3051 verbose cache add spec node-stringprep@^0.7.0
+3052 silly cache add parsed spec Result {
+3052 silly cache add   raw: 'node-stringprep@^0.7.0',
+3052 silly cache add   scope: null,
+3052 silly cache add   name: 'node-stringprep',
+3052 silly cache add   rawSpec: '^0.7.0',
+3052 silly cache add   spec: '>=0.7.0 <0.8.0',
+3052 silly cache add   type: 'range' }
+3053 silly addNamed node-stringprep@>=0.7.0 <0.8.0
+3054 verbose addNamed ">=0.7.0 <0.8.0" is a valid semver range for node-stringprep
+3055 silly addNameRange { name: 'node-stringprep',
+3055 silly addNameRange   range: '>=0.7.0 <0.8.0',
+3055 silly addNameRange   hasData: false }
+3056 silly mapToRegistry name node-stringprep
+3057 silly mapToRegistry using default registry
+3058 silly mapToRegistry registry https://registry.npmjs.org/
+3059 silly mapToRegistry data Result {
+3059 silly mapToRegistry   raw: 'node-stringprep',
+3059 silly mapToRegistry   scope: null,
+3059 silly mapToRegistry   name: 'node-stringprep',
+3059 silly mapToRegistry   rawSpec: '',
+3059 silly mapToRegistry   spec: 'latest',
+3059 silly mapToRegistry   type: 'tag' }
+3060 silly mapToRegistry uri https://registry.npmjs.org/node-stringprep
+3061 verbose addNameRange registry:https://registry.npmjs.org/node-stringprep not in flight; fetching
+3062 verbose get https://registry.npmjs.org/node-stringprep not expired, no request
+3063 silly addNameRange number 2 { name: 'node-stringprep',
+3063 silly addNameRange   range: '>=0.7.0 <0.8.0',
+3063 silly addNameRange   hasData: true }
+3064 silly addNameRange versions [ 'node-stringprep',
+3064 silly addNameRange   [ '0.0.2',
+3064 silly addNameRange     '0.0.3',
+3064 silly addNameRange     '0.0.4',
+3064 silly addNameRange     '0.0.5',
+3064 silly addNameRange     '0.1.0',
+3064 silly addNameRange     '0.1.1',
+3064 silly addNameRange     '0.1.2',
+3064 silly addNameRange     '0.1.3',
+3064 silly addNameRange     '0.1.4',
+3064 silly addNameRange     '0.1.5',
+3064 silly addNameRange     '0.1.5-test',
+3064 silly addNameRange     '0.1.6',
+3064 silly addNameRange     '0.1.7',
+3064 silly addNameRange     '0.1.8',
+3064 silly addNameRange     '0.1.9',
+3064 silly addNameRange     '0.1.10',
+3064 silly addNameRange     '0.1.11',
+3064 silly addNameRange     '0.1.12',
+3064 silly addNameRange     '0.2.0',
+3064 silly addNameRange     '0.2.1',
+3064 silly addNameRange     '0.2.2',
+3064 silly addNameRange     '0.2.3',
+3064 silly addNameRange     '0.4.0',
+3064 silly addNameRange     '0.5.0',
+3064 silly addNameRange     '0.5.1',
+3064 silly addNameRange     '0.5.2',
+3064 silly addNameRange     '0.5.3',
+3064 silly addNameRange     '0.5.4',
+3064 silly addNameRange     '0.6.0',
+3064 silly addNameRange     '0.6.1',
+3064 silly addNameRange     '0.6.2',
+3064 silly addNameRange     '0.7.0',
+3064 silly addNameRange     '0.7.1',
+3064 silly addNameRange     '0.7.2',
+3064 silly addNameRange     '0.7.3',
+3064 silly addNameRange     '0.8.0' ] ]
+3065 silly addNamed node-stringprep@0.7.3
+3066 verbose addNamed "0.7.3" is a plain semver version for node-stringprep
+3067 silly cache afterAdd node-stringprep@0.7.3
+3068 verbose afterAdd /home/adhisimon/.npm/node-stringprep/0.7.3/package/package.json not in flight; writing
+3069 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3070 verbose afterAdd /home/adhisimon/.npm/node-stringprep/0.7.3/package/package.json written
+3071 http fetch 200 https://github.com/dodo/reconnect-core/tarball/merged
+3072 silly fetchAndShaCheck shasum b9daf2adc45b19a6cc5fd2f048f8d9406cece498
+3073 verbose addTmpTarball /tmp/npm-8254-7b8a60ca/github.com/dodo/reconnect-core/tarball/merged not in flight; adding
+3074 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3075 verbose addTmpTarball validating metadata from /tmp/npm-8254-7b8a60ca/github.com/dodo/reconnect-core/tarball/merged
+3076 verbose tar unpack /tmp/npm-8254-7b8a60ca/github.com/dodo/reconnect-core/tarball/merged
+3077 verbose tar unpacking to /tmp/npm-8254-7b8a60ca/unpack-ed3eb15f
+3078 silly gentlyRm /tmp/npm-8254-7b8a60ca/unpack-ed3eb15f is being purged
+3079 verbose gentlyRm don't care about contents; nuking /tmp/npm-8254-7b8a60ca/unpack-ed3eb15f
+3080 silly gunzTarPerm modes [ '775', '664' ]
+3081 silly gunzTarPerm extractEntry
+3082 silly gunzTarPerm extractEntry .gitignore
+3083 silly gunzTarPerm extractEntry .travis.yml
+3084 silly gunzTarPerm extractEntry README.md
+3085 silly gunzTarPerm extractEntry index.js
+3086 silly gunzTarPerm extractEntry package.json
+3087 silly gunzTarPerm extractEntry test/
+3088 silly gunzTarPerm extractEntry test/attempts.js
+3089 silly gunzTarPerm extractEntry test/connection.js
+3090 silly gunzTarPerm extractEntry test/disconnect.js
+3091 silly gunzTarPerm extractEntry test/onconnect-listener.js
+3092 silly gunzTarPerm extractEntry test/reconnection.js
+3093 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3094 silly cache afterAdd reconnect-core@0.0.1
+3095 verbose afterAdd /home/adhisimon/.npm/reconnect-core/0.0.1/package/package.json not in flight; writing
+3096 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3097 verbose afterAdd /home/adhisimon/.npm/reconnect-core/0.0.1/package/package.json written
+3098 silly resolveWithNewModule reconnect-core@0.0.1 checking installable status
+3099 silly fetchNamedPackageData lodash._baseassign
+3100 silly mapToRegistry name lodash._baseassign
+3101 silly mapToRegistry using default registry
+3102 silly mapToRegistry registry https://registry.npmjs.org/
+3103 silly mapToRegistry data Result {
+3103 silly mapToRegistry   raw: 'lodash._baseassign',
+3103 silly mapToRegistry   scope: null,
+3103 silly mapToRegistry   name: 'lodash._baseassign',
+3103 silly mapToRegistry   rawSpec: '',
+3103 silly mapToRegistry   spec: 'latest',
+3103 silly mapToRegistry   type: 'tag' }
+3104 silly mapToRegistry uri https://registry.npmjs.org/lodash._baseassign
+3105 silly fetchNamedPackageData lodash._createassigner
+3106 silly mapToRegistry name lodash._createassigner
+3107 silly mapToRegistry using default registry
+3108 silly mapToRegistry registry https://registry.npmjs.org/
+3109 silly mapToRegistry data Result {
+3109 silly mapToRegistry   raw: 'lodash._createassigner',
+3109 silly mapToRegistry   scope: null,
+3109 silly mapToRegistry   name: 'lodash._createassigner',
+3109 silly mapToRegistry   rawSpec: '',
+3109 silly mapToRegistry   spec: 'latest',
+3109 silly mapToRegistry   type: 'tag' }
+3110 silly mapToRegistry uri https://registry.npmjs.org/lodash._createassigner
+3111 silly fetchNamedPackageData lodash.keys
+3112 silly mapToRegistry name lodash.keys
+3113 silly mapToRegistry using default registry
+3114 silly mapToRegistry registry https://registry.npmjs.org/
+3115 silly mapToRegistry data Result {
+3115 silly mapToRegistry   raw: 'lodash.keys',
+3115 silly mapToRegistry   scope: null,
+3115 silly mapToRegistry   name: 'lodash.keys',
+3115 silly mapToRegistry   rawSpec: '',
+3115 silly mapToRegistry   spec: 'latest',
+3115 silly mapToRegistry   type: 'tag' }
+3116 silly mapToRegistry uri https://registry.npmjs.org/lodash.keys
+3117 verbose request uri https://registry.npmjs.org/lodash.keys
+3118 verbose request no auth needed
+3119 info attempt registry request try #1 at 12:41:53
+3120 verbose etag "9II57YVYKTO9NSKQXALFIUQXS"
+3121 http request GET https://registry.npmjs.org/lodash.keys
+3122 verbose request uri https://registry.npmjs.org/lodash._baseassign
+3123 verbose request no auth needed
+3124 info attempt registry request try #1 at 12:41:53
+3125 verbose etag "7BL6B7FKZDZ47VD91B03KH2N1"
+3126 http request GET https://registry.npmjs.org/lodash._baseassign
+3127 verbose request uri https://registry.npmjs.org/lodash._createassigner
+3128 verbose request no auth needed
+3129 info attempt registry request try #1 at 12:41:53
+3130 verbose etag "CQWTFITE6W94GAS2PZVA3DD9Z"
+3131 http request GET https://registry.npmjs.org/lodash._createassigner
+3132 http 304 https://registry.npmjs.org/lodash.keys
+3133 verbose headers { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3133 verbose headers   via: '1.1 varnish',
+3133 verbose headers   'cache-control': 'max-age=300',
+3133 verbose headers   etag: '"9II57YVYKTO9NSKQXALFIUQXS"',
+3133 verbose headers   age: '97',
+3133 verbose headers   connection: 'keep-alive',
+3133 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+3133 verbose headers   'x-cache': 'HIT',
+3133 verbose headers   'x-cache-hits': '5',
+3133 verbose headers   'x-timer': 'S1470634913.259329,VS0,VE0',
+3133 verbose headers   vary: 'Accept-Encoding' }
+3134 silly get cb [ 304,
+3134 silly get   { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3134 silly get     via: '1.1 varnish',
+3134 silly get     'cache-control': 'max-age=300',
+3134 silly get     etag: '"9II57YVYKTO9NSKQXALFIUQXS"',
+3134 silly get     age: '97',
+3134 silly get     connection: 'keep-alive',
+3134 silly get     'x-served-by': 'cache-sin6921-SIN',
+3134 silly get     'x-cache': 'HIT',
+3134 silly get     'x-cache-hits': '5',
+3134 silly get     'x-timer': 'S1470634913.259329,VS0,VE0',
+3134 silly get     vary: 'Accept-Encoding' } ]
+3135 verbose etag https://registry.npmjs.org/lodash.keys from cache
+3136 verbose get saving lodash.keys to /home/adhisimon/.npm/registry.npmjs.org/lodash.keys/.cache.json
+3137 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3138 silly resolveWithNewModule lodash.keys@3.1.2 checking installable status
+3139 silly cache add args [ 'lodash.keys@^3.0.0', null ]
+3140 verbose cache add spec lodash.keys@^3.0.0
+3141 silly cache add parsed spec Result {
+3141 silly cache add   raw: 'lodash.keys@^3.0.0',
+3141 silly cache add   scope: null,
+3141 silly cache add   name: 'lodash.keys',
+3141 silly cache add   rawSpec: '^3.0.0',
+3141 silly cache add   spec: '>=3.0.0 <4.0.0',
+3141 silly cache add   type: 'range' }
+3142 silly addNamed lodash.keys@>=3.0.0 <4.0.0
+3143 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.keys
+3144 silly addNameRange { name: 'lodash.keys', range: '>=3.0.0 <4.0.0', hasData: false }
+3145 silly mapToRegistry name lodash.keys
+3146 silly mapToRegistry using default registry
+3147 silly mapToRegistry registry https://registry.npmjs.org/
+3148 silly mapToRegistry data Result {
+3148 silly mapToRegistry   raw: 'lodash.keys',
+3148 silly mapToRegistry   scope: null,
+3148 silly mapToRegistry   name: 'lodash.keys',
+3148 silly mapToRegistry   rawSpec: '',
+3148 silly mapToRegistry   spec: 'latest',
+3148 silly mapToRegistry   type: 'tag' }
+3149 silly mapToRegistry uri https://registry.npmjs.org/lodash.keys
+3150 verbose addNameRange registry:https://registry.npmjs.org/lodash.keys not in flight; fetching
+3151 http 304 https://registry.npmjs.org/lodash._createassigner
+3152 verbose headers { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3152 verbose headers   via: '1.1 varnish',
+3152 verbose headers   'cache-control': 'max-age=300',
+3152 verbose headers   etag: '"CQWTFITE6W94GAS2PZVA3DD9Z"',
+3152 verbose headers   age: '175',
+3152 verbose headers   connection: 'keep-alive',
+3152 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+3152 verbose headers   'x-cache': 'HIT',
+3152 verbose headers   'x-cache-hits': '2',
+3152 verbose headers   'x-timer': 'S1470634913.266894,VS0,VE0',
+3152 verbose headers   vary: 'Accept-Encoding' }
+3153 silly get cb [ 304,
+3153 silly get   { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3153 silly get     via: '1.1 varnish',
+3153 silly get     'cache-control': 'max-age=300',
+3153 silly get     etag: '"CQWTFITE6W94GAS2PZVA3DD9Z"',
+3153 silly get     age: '175',
+3153 silly get     connection: 'keep-alive',
+3153 silly get     'x-served-by': 'cache-sin6921-SIN',
+3153 silly get     'x-cache': 'HIT',
+3153 silly get     'x-cache-hits': '2',
+3153 silly get     'x-timer': 'S1470634913.266894,VS0,VE0',
+3153 silly get     vary: 'Accept-Encoding' } ]
+3154 verbose etag https://registry.npmjs.org/lodash._createassigner from cache
+3155 verbose get saving lodash._createassigner to /home/adhisimon/.npm/registry.npmjs.org/lodash._createassigner/.cache.json
+3156 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3157 verbose get https://registry.npmjs.org/lodash.keys not expired, no request
+3158 silly addNameRange number 2 { name: 'lodash.keys', range: '>=3.0.0 <4.0.0', hasData: true }
+3159 silly addNameRange versions [ 'lodash.keys',
+3159 silly addNameRange   [ '2.0.0',
+3159 silly addNameRange     '2.1.0',
+3159 silly addNameRange     '2.2.0',
+3159 silly addNameRange     '2.2.1',
+3159 silly addNameRange     '2.3.0',
+3159 silly addNameRange     '2.4.0',
+3159 silly addNameRange     '2.4.1',
+3159 silly addNameRange     '3.0.0',
+3159 silly addNameRange     '3.0.1',
+3159 silly addNameRange     '3.0.2',
+3159 silly addNameRange     '3.0.3',
+3159 silly addNameRange     '3.0.4',
+3159 silly addNameRange     '3.0.5',
+3159 silly addNameRange     '3.0.6',
+3159 silly addNameRange     '3.0.7',
+3159 silly addNameRange     '3.1.0',
+3159 silly addNameRange     '3.1.1',
+3159 silly addNameRange     '3.1.2',
+3159 silly addNameRange     '4.0.0',
+3159 silly addNameRange     '4.0.1',
+3159 silly addNameRange     '4.0.2',
+3159 silly addNameRange     '4.0.3',
+3159 silly addNameRange     '4.0.4',
+3159 silly addNameRange     '4.0.5',
+3159 silly addNameRange     '4.0.6',
+3159 silly addNameRange     '4.0.7',
+3159 silly addNameRange     '4.0.8' ] ]
+3160 silly addNamed lodash.keys@3.1.2
+3161 verbose addNamed "3.1.2" is a plain semver version for lodash.keys
+3162 silly resolveWithNewModule lodash._createassigner@3.1.1 checking installable status
+3163 silly cache add args [ 'lodash._createassigner@^3.0.0', null ]
+3164 verbose cache add spec lodash._createassigner@^3.0.0
+3165 silly cache add parsed spec Result {
+3165 silly cache add   raw: 'lodash._createassigner@^3.0.0',
+3165 silly cache add   scope: null,
+3165 silly cache add   name: 'lodash._createassigner',
+3165 silly cache add   rawSpec: '^3.0.0',
+3165 silly cache add   spec: '>=3.0.0 <4.0.0',
+3165 silly cache add   type: 'range' }
+3166 silly addNamed lodash._createassigner@>=3.0.0 <4.0.0
+3167 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._createassigner
+3168 silly addNameRange { name: 'lodash._createassigner',
+3168 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3168 silly addNameRange   hasData: false }
+3169 silly mapToRegistry name lodash._createassigner
+3170 silly mapToRegistry using default registry
+3171 silly mapToRegistry registry https://registry.npmjs.org/
+3172 silly mapToRegistry data Result {
+3172 silly mapToRegistry   raw: 'lodash._createassigner',
+3172 silly mapToRegistry   scope: null,
+3172 silly mapToRegistry   name: 'lodash._createassigner',
+3172 silly mapToRegistry   rawSpec: '',
+3172 silly mapToRegistry   spec: 'latest',
+3172 silly mapToRegistry   type: 'tag' }
+3173 silly mapToRegistry uri https://registry.npmjs.org/lodash._createassigner
+3174 verbose addNameRange registry:https://registry.npmjs.org/lodash._createassigner not in flight; fetching
+3175 silly cache afterAdd lodash.keys@3.1.2
+3176 verbose afterAdd /home/adhisimon/.npm/lodash.keys/3.1.2/package/package.json not in flight; writing
+3177 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3178 verbose get https://registry.npmjs.org/lodash._createassigner not expired, no request
+3179 silly addNameRange number 2 { name: 'lodash._createassigner',
+3179 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3179 silly addNameRange   hasData: true }
+3180 silly addNameRange versions [ 'lodash._createassigner',
+3180 silly addNameRange   [ '3.0.0', '3.0.1', '3.1.0', '3.1.1' ] ]
+3181 silly addNamed lodash._createassigner@3.1.1
+3182 verbose addNamed "3.1.1" is a plain semver version for lodash._createassigner
+3183 verbose afterAdd /home/adhisimon/.npm/lodash.keys/3.1.2/package/package.json written
+3184 silly cache afterAdd lodash._createassigner@3.1.1
+3185 verbose afterAdd /home/adhisimon/.npm/lodash._createassigner/3.1.1/package/package.json not in flight; writing
+3186 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3187 verbose afterAdd /home/adhisimon/.npm/lodash._createassigner/3.1.1/package/package.json written
+3188 http 304 https://registry.npmjs.org/lodash._baseassign
+3189 verbose headers { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3189 verbose headers   via: '1.1 varnish',
+3189 verbose headers   'cache-control': 'max-age=300',
+3189 verbose headers   etag: '"7BL6B7FKZDZ47VD91B03KH2N1"',
+3189 verbose headers   age: '298',
+3189 verbose headers   connection: 'keep-alive',
+3189 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+3189 verbose headers   'x-cache': 'HIT',
+3189 verbose headers   'x-cache-hits': '42',
+3189 verbose headers   'x-timer': 'S1470634913.714027,VS0,VE0',
+3189 verbose headers   vary: 'Accept-Encoding' }
+3190 silly get cb [ 304,
+3190 silly get   { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3190 silly get     via: '1.1 varnish',
+3190 silly get     'cache-control': 'max-age=300',
+3190 silly get     etag: '"7BL6B7FKZDZ47VD91B03KH2N1"',
+3190 silly get     age: '298',
+3190 silly get     connection: 'keep-alive',
+3190 silly get     'x-served-by': 'cache-sin6926-SIN',
+3190 silly get     'x-cache': 'HIT',
+3190 silly get     'x-cache-hits': '42',
+3190 silly get     'x-timer': 'S1470634913.714027,VS0,VE0',
+3190 silly get     vary: 'Accept-Encoding' } ]
+3191 verbose etag https://registry.npmjs.org/lodash._baseassign from cache
+3192 verbose get saving lodash._baseassign to /home/adhisimon/.npm/registry.npmjs.org/lodash._baseassign/.cache.json
+3193 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3194 silly resolveWithNewModule lodash._baseassign@3.2.0 checking installable status
+3195 silly cache add args [ 'lodash._baseassign@^3.0.0', null ]
+3196 verbose cache add spec lodash._baseassign@^3.0.0
+3197 silly cache add parsed spec Result {
+3197 silly cache add   raw: 'lodash._baseassign@^3.0.0',
+3197 silly cache add   scope: null,
+3197 silly cache add   name: 'lodash._baseassign',
+3197 silly cache add   rawSpec: '^3.0.0',
+3197 silly cache add   spec: '>=3.0.0 <4.0.0',
+3197 silly cache add   type: 'range' }
+3198 silly addNamed lodash._baseassign@>=3.0.0 <4.0.0
+3199 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseassign
+3200 silly addNameRange { name: 'lodash._baseassign',
+3200 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3200 silly addNameRange   hasData: false }
+3201 silly mapToRegistry name lodash._baseassign
+3202 silly mapToRegistry using default registry
+3203 silly mapToRegistry registry https://registry.npmjs.org/
+3204 silly mapToRegistry data Result {
+3204 silly mapToRegistry   raw: 'lodash._baseassign',
+3204 silly mapToRegistry   scope: null,
+3204 silly mapToRegistry   name: 'lodash._baseassign',
+3204 silly mapToRegistry   rawSpec: '',
+3204 silly mapToRegistry   spec: 'latest',
+3204 silly mapToRegistry   type: 'tag' }
+3205 silly mapToRegistry uri https://registry.npmjs.org/lodash._baseassign
+3206 verbose addNameRange registry:https://registry.npmjs.org/lodash._baseassign not in flight; fetching
+3207 verbose get https://registry.npmjs.org/lodash._baseassign not expired, no request
+3208 silly addNameRange number 2 { name: 'lodash._baseassign',
+3208 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3208 silly addNameRange   hasData: true }
+3209 silly addNameRange versions [ 'lodash._baseassign',
+3209 silly addNameRange   [ '3.0.0', '3.0.1', '3.0.2', '3.1.0', '3.1.1', '3.2.0' ] ]
+3210 silly addNamed lodash._baseassign@3.2.0
+3211 verbose addNamed "3.2.0" is a plain semver version for lodash._baseassign
+3212 silly cache afterAdd lodash._baseassign@3.2.0
+3213 verbose afterAdd /home/adhisimon/.npm/lodash._baseassign/3.2.0/package/package.json not in flight; writing
+3214 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3215 verbose afterAdd /home/adhisimon/.npm/lodash._baseassign/3.2.0/package/package.json written
+3216 silly fetchNamedPackageData lodash._basecopy
+3217 silly mapToRegistry name lodash._basecopy
+3218 silly mapToRegistry using default registry
+3219 silly mapToRegistry registry https://registry.npmjs.org/
+3220 silly mapToRegistry data Result {
+3220 silly mapToRegistry   raw: 'lodash._basecopy',
+3220 silly mapToRegistry   scope: null,
+3220 silly mapToRegistry   name: 'lodash._basecopy',
+3220 silly mapToRegistry   rawSpec: '',
+3220 silly mapToRegistry   spec: 'latest',
+3220 silly mapToRegistry   type: 'tag' }
+3221 silly mapToRegistry uri https://registry.npmjs.org/lodash._basecopy
+3222 verbose request uri https://registry.npmjs.org/lodash._basecopy
+3223 verbose request no auth needed
+3224 info attempt registry request try #1 at 12:41:53
+3225 verbose etag "9W88239PMDC1S83XDN4XKIKI"
+3226 http request GET https://registry.npmjs.org/lodash._basecopy
+3227 http 304 https://registry.npmjs.org/lodash._basecopy
+3228 verbose headers { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3228 verbose headers   via: '1.1 varnish',
+3228 verbose headers   'cache-control': 'max-age=300',
+3228 verbose headers   etag: '"9W88239PMDC1S83XDN4XKIKI"',
+3228 verbose headers   age: '292',
+3228 verbose headers   connection: 'keep-alive',
+3228 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+3228 verbose headers   'x-cache': 'HIT',
+3228 verbose headers   'x-cache-hits': '12',
+3228 verbose headers   'x-timer': 'S1470634913.814028,VS0,VE0',
+3228 verbose headers   vary: 'Accept-Encoding' }
+3229 silly get cb [ 304,
+3229 silly get   { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3229 silly get     via: '1.1 varnish',
+3229 silly get     'cache-control': 'max-age=300',
+3229 silly get     etag: '"9W88239PMDC1S83XDN4XKIKI"',
+3229 silly get     age: '292',
+3229 silly get     connection: 'keep-alive',
+3229 silly get     'x-served-by': 'cache-sin6926-SIN',
+3229 silly get     'x-cache': 'HIT',
+3229 silly get     'x-cache-hits': '12',
+3229 silly get     'x-timer': 'S1470634913.814028,VS0,VE0',
+3229 silly get     vary: 'Accept-Encoding' } ]
+3230 verbose etag https://registry.npmjs.org/lodash._basecopy from cache
+3231 verbose get saving lodash._basecopy to /home/adhisimon/.npm/registry.npmjs.org/lodash._basecopy/.cache.json
+3232 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3233 silly resolveWithNewModule lodash._basecopy@3.0.1 checking installable status
+3234 silly cache add args [ 'lodash._basecopy@^3.0.0', null ]
+3235 verbose cache add spec lodash._basecopy@^3.0.0
+3236 silly cache add parsed spec Result {
+3236 silly cache add   raw: 'lodash._basecopy@^3.0.0',
+3236 silly cache add   scope: null,
+3236 silly cache add   name: 'lodash._basecopy',
+3236 silly cache add   rawSpec: '^3.0.0',
+3236 silly cache add   spec: '>=3.0.0 <4.0.0',
+3236 silly cache add   type: 'range' }
+3237 silly addNamed lodash._basecopy@>=3.0.0 <4.0.0
+3238 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basecopy
+3239 silly addNameRange { name: 'lodash._basecopy',
+3239 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3239 silly addNameRange   hasData: false }
+3240 silly mapToRegistry name lodash._basecopy
+3241 silly mapToRegistry using default registry
+3242 silly mapToRegistry registry https://registry.npmjs.org/
+3243 silly mapToRegistry data Result {
+3243 silly mapToRegistry   raw: 'lodash._basecopy',
+3243 silly mapToRegistry   scope: null,
+3243 silly mapToRegistry   name: 'lodash._basecopy',
+3243 silly mapToRegistry   rawSpec: '',
+3243 silly mapToRegistry   spec: 'latest',
+3243 silly mapToRegistry   type: 'tag' }
+3244 silly mapToRegistry uri https://registry.npmjs.org/lodash._basecopy
+3245 verbose addNameRange registry:https://registry.npmjs.org/lodash._basecopy not in flight; fetching
+3246 verbose get https://registry.npmjs.org/lodash._basecopy not expired, no request
+3247 silly addNameRange number 2 { name: 'lodash._basecopy',
+3247 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3247 silly addNameRange   hasData: true }
+3248 silly addNameRange versions [ 'lodash._basecopy', [ '3.0.0', '3.0.1' ] ]
+3249 silly addNamed lodash._basecopy@3.0.1
+3250 verbose addNamed "3.0.1" is a plain semver version for lodash._basecopy
+3251 silly cache afterAdd lodash._basecopy@3.0.1
+3252 verbose afterAdd /home/adhisimon/.npm/lodash._basecopy/3.0.1/package/package.json not in flight; writing
+3253 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3254 verbose afterAdd /home/adhisimon/.npm/lodash._basecopy/3.0.1/package/package.json written
+3255 silly fetchNamedPackageData lodash._getnative
+3256 silly mapToRegistry name lodash._getnative
+3257 silly mapToRegistry using default registry
+3258 silly mapToRegistry registry https://registry.npmjs.org/
+3259 silly mapToRegistry data Result {
+3259 silly mapToRegistry   raw: 'lodash._getnative',
+3259 silly mapToRegistry   scope: null,
+3259 silly mapToRegistry   name: 'lodash._getnative',
+3259 silly mapToRegistry   rawSpec: '',
+3259 silly mapToRegistry   spec: 'latest',
+3259 silly mapToRegistry   type: 'tag' }
+3260 silly mapToRegistry uri https://registry.npmjs.org/lodash._getnative
+3261 silly fetchNamedPackageData lodash.isarguments
+3262 silly mapToRegistry name lodash.isarguments
+3263 silly mapToRegistry using default registry
+3264 silly mapToRegistry registry https://registry.npmjs.org/
+3265 silly mapToRegistry data Result {
+3265 silly mapToRegistry   raw: 'lodash.isarguments',
+3265 silly mapToRegistry   scope: null,
+3265 silly mapToRegistry   name: 'lodash.isarguments',
+3265 silly mapToRegistry   rawSpec: '',
+3265 silly mapToRegistry   spec: 'latest',
+3265 silly mapToRegistry   type: 'tag' }
+3266 silly mapToRegistry uri https://registry.npmjs.org/lodash.isarguments
+3267 silly fetchNamedPackageData lodash.isarray
+3268 silly mapToRegistry name lodash.isarray
+3269 silly mapToRegistry using default registry
+3270 silly mapToRegistry registry https://registry.npmjs.org/
+3271 silly mapToRegistry data Result {
+3271 silly mapToRegistry   raw: 'lodash.isarray',
+3271 silly mapToRegistry   scope: null,
+3271 silly mapToRegistry   name: 'lodash.isarray',
+3271 silly mapToRegistry   rawSpec: '',
+3271 silly mapToRegistry   spec: 'latest',
+3271 silly mapToRegistry   type: 'tag' }
+3272 silly mapToRegistry uri https://registry.npmjs.org/lodash.isarray
+3273 verbose request uri https://registry.npmjs.org/lodash.isarguments
+3274 verbose request no auth needed
+3275 info attempt registry request try #1 at 12:41:53
+3276 verbose etag "B3USOMK7PXOY2NQ5K4F9A6HK2"
+3277 http request GET https://registry.npmjs.org/lodash.isarguments
+3278 verbose request uri https://registry.npmjs.org/lodash.isarray
+3279 verbose request no auth needed
+3280 info attempt registry request try #1 at 12:41:53
+3281 verbose etag "DD13L05CGB0BXKMJO8EVTLF3F"
+3282 http request GET https://registry.npmjs.org/lodash.isarray
+3283 verbose request uri https://registry.npmjs.org/lodash._getnative
+3284 verbose request no auth needed
+3285 info attempt registry request try #1 at 12:41:53
+3286 verbose etag "3SVNLKSR8B1QV2CE7Y4X2OE9J"
+3287 http request GET https://registry.npmjs.org/lodash._getnative
+3288 http 304 https://registry.npmjs.org/lodash.isarguments
+3289 verbose headers { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3289 verbose headers   via: '1.1 varnish',
+3289 verbose headers   'cache-control': 'max-age=300',
+3289 verbose headers   etag: '"B3USOMK7PXOY2NQ5K4F9A6HK2"',
+3289 verbose headers   age: '152',
+3289 verbose headers   connection: 'keep-alive',
+3289 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+3289 verbose headers   'x-cache': 'HIT',
+3289 verbose headers   'x-cache-hits': '11',
+3289 verbose headers   'x-timer': 'S1470634913.869464,VS0,VE0',
+3289 verbose headers   vary: 'Accept-Encoding' }
+3290 silly get cb [ 304,
+3290 silly get   { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3290 silly get     via: '1.1 varnish',
+3290 silly get     'cache-control': 'max-age=300',
+3290 silly get     etag: '"B3USOMK7PXOY2NQ5K4F9A6HK2"',
+3290 silly get     age: '152',
+3290 silly get     connection: 'keep-alive',
+3290 silly get     'x-served-by': 'cache-sin6921-SIN',
+3290 silly get     'x-cache': 'HIT',
+3290 silly get     'x-cache-hits': '11',
+3290 silly get     'x-timer': 'S1470634913.869464,VS0,VE0',
+3290 silly get     vary: 'Accept-Encoding' } ]
+3291 verbose etag https://registry.npmjs.org/lodash.isarguments from cache
+3292 verbose get saving lodash.isarguments to /home/adhisimon/.npm/registry.npmjs.org/lodash.isarguments/.cache.json
+3293 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3294 silly resolveWithNewModule lodash.isarguments@3.0.9 checking installable status
+3295 silly cache add args [ 'lodash.isarguments@^3.0.0', null ]
+3296 verbose cache add spec lodash.isarguments@^3.0.0
+3297 silly cache add parsed spec Result {
+3297 silly cache add   raw: 'lodash.isarguments@^3.0.0',
+3297 silly cache add   scope: null,
+3297 silly cache add   name: 'lodash.isarguments',
+3297 silly cache add   rawSpec: '^3.0.0',
+3297 silly cache add   spec: '>=3.0.0 <4.0.0',
+3297 silly cache add   type: 'range' }
+3298 silly addNamed lodash.isarguments@>=3.0.0 <4.0.0
+3299 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.isarguments
+3300 silly addNameRange { name: 'lodash.isarguments',
+3300 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3300 silly addNameRange   hasData: false }
+3301 silly mapToRegistry name lodash.isarguments
+3302 silly mapToRegistry using default registry
+3303 silly mapToRegistry registry https://registry.npmjs.org/
+3304 silly mapToRegistry data Result {
+3304 silly mapToRegistry   raw: 'lodash.isarguments',
+3304 silly mapToRegistry   scope: null,
+3304 silly mapToRegistry   name: 'lodash.isarguments',
+3304 silly mapToRegistry   rawSpec: '',
+3304 silly mapToRegistry   spec: 'latest',
+3304 silly mapToRegistry   type: 'tag' }
+3305 silly mapToRegistry uri https://registry.npmjs.org/lodash.isarguments
+3306 verbose addNameRange registry:https://registry.npmjs.org/lodash.isarguments not in flight; fetching
+3307 http 304 https://registry.npmjs.org/lodash.isarray
+3308 verbose headers { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3308 verbose headers   via: '1.1 varnish',
+3308 verbose headers   'cache-control': 'max-age=300',
+3308 verbose headers   etag: '"DD13L05CGB0BXKMJO8EVTLF3F"',
+3308 verbose headers   age: '188',
+3308 verbose headers   connection: 'keep-alive',
+3308 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+3308 verbose headers   'x-cache': 'HIT',
+3308 verbose headers   'x-cache-hits': '16',
+3308 verbose headers   'x-timer': 'S1470634913.875841,VS0,VE0',
+3308 verbose headers   vary: 'Accept-Encoding' }
+3309 silly get cb [ 304,
+3309 silly get   { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3309 silly get     via: '1.1 varnish',
+3309 silly get     'cache-control': 'max-age=300',
+3309 silly get     etag: '"DD13L05CGB0BXKMJO8EVTLF3F"',
+3309 silly get     age: '188',
+3309 silly get     connection: 'keep-alive',
+3309 silly get     'x-served-by': 'cache-sin6921-SIN',
+3309 silly get     'x-cache': 'HIT',
+3309 silly get     'x-cache-hits': '16',
+3309 silly get     'x-timer': 'S1470634913.875841,VS0,VE0',
+3309 silly get     vary: 'Accept-Encoding' } ]
+3310 verbose etag https://registry.npmjs.org/lodash.isarray from cache
+3311 verbose get saving lodash.isarray to /home/adhisimon/.npm/registry.npmjs.org/lodash.isarray/.cache.json
+3312 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3313 verbose get https://registry.npmjs.org/lodash.isarguments not expired, no request
+3314 silly addNameRange number 2 { name: 'lodash.isarguments',
+3314 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3314 silly addNameRange   hasData: true }
+3315 silly addNameRange versions [ 'lodash.isarguments',
+3315 silly addNameRange   [ '2.0.0',
+3315 silly addNameRange     '2.1.0',
+3315 silly addNameRange     '2.2.0',
+3315 silly addNameRange     '2.2.1',
+3315 silly addNameRange     '2.3.0',
+3315 silly addNameRange     '2.4.0',
+3315 silly addNameRange     '2.4.1',
+3315 silly addNameRange     '3.0.0',
+3315 silly addNameRange     '3.0.1',
+3315 silly addNameRange     '3.0.2',
+3315 silly addNameRange     '3.0.3',
+3315 silly addNameRange     '3.0.4',
+3315 silly addNameRange     '3.0.5',
+3315 silly addNameRange     '3.0.6',
+3315 silly addNameRange     '3.0.7',
+3315 silly addNameRange     '3.0.8',
+3315 silly addNameRange     '3.0.9' ] ]
+3316 silly addNamed lodash.isarguments@3.0.9
+3317 verbose addNamed "3.0.9" is a plain semver version for lodash.isarguments
+3318 silly resolveWithNewModule lodash.isarray@3.0.4 checking installable status
+3319 silly cache add args [ 'lodash.isarray@^3.0.0', null ]
+3320 verbose cache add spec lodash.isarray@^3.0.0
+3321 silly cache add parsed spec Result {
+3321 silly cache add   raw: 'lodash.isarray@^3.0.0',
+3321 silly cache add   scope: null,
+3321 silly cache add   name: 'lodash.isarray',
+3321 silly cache add   rawSpec: '^3.0.0',
+3321 silly cache add   spec: '>=3.0.0 <4.0.0',
+3321 silly cache add   type: 'range' }
+3322 silly addNamed lodash.isarray@>=3.0.0 <4.0.0
+3323 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.isarray
+3324 silly addNameRange { name: 'lodash.isarray',
+3324 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3324 silly addNameRange   hasData: false }
+3325 silly mapToRegistry name lodash.isarray
+3326 silly mapToRegistry using default registry
+3327 silly mapToRegistry registry https://registry.npmjs.org/
+3328 silly mapToRegistry data Result {
+3328 silly mapToRegistry   raw: 'lodash.isarray',
+3328 silly mapToRegistry   scope: null,
+3328 silly mapToRegistry   name: 'lodash.isarray',
+3328 silly mapToRegistry   rawSpec: '',
+3328 silly mapToRegistry   spec: 'latest',
+3328 silly mapToRegistry   type: 'tag' }
+3329 silly mapToRegistry uri https://registry.npmjs.org/lodash.isarray
+3330 verbose addNameRange registry:https://registry.npmjs.org/lodash.isarray not in flight; fetching
+3331 silly cache afterAdd lodash.isarguments@3.0.9
+3332 verbose afterAdd /home/adhisimon/.npm/lodash.isarguments/3.0.9/package/package.json not in flight; writing
+3333 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3334 http 304 https://registry.npmjs.org/lodash._getnative
+3335 verbose headers { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3335 verbose headers   via: '1.1 varnish',
+3335 verbose headers   'cache-control': 'max-age=300',
+3335 verbose headers   etag: '"3SVNLKSR8B1QV2CE7Y4X2OE9J"',
+3335 verbose headers   age: '187',
+3335 verbose headers   connection: 'keep-alive',
+3335 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+3335 verbose headers   'x-cache': 'HIT',
+3335 verbose headers   'x-cache-hits': '5',
+3335 verbose headers   'x-timer': 'S1470634913.897321,VS0,VE0',
+3335 verbose headers   vary: 'Accept-Encoding' }
+3336 silly get cb [ 304,
+3336 silly get   { date: 'Mon, 08 Aug 2016 05:41:53 GMT',
+3336 silly get     via: '1.1 varnish',
+3336 silly get     'cache-control': 'max-age=300',
+3336 silly get     etag: '"3SVNLKSR8B1QV2CE7Y4X2OE9J"',
+3336 silly get     age: '187',
+3336 silly get     connection: 'keep-alive',
+3336 silly get     'x-served-by': 'cache-sin6920-SIN',
+3336 silly get     'x-cache': 'HIT',
+3336 silly get     'x-cache-hits': '5',
+3336 silly get     'x-timer': 'S1470634913.897321,VS0,VE0',
+3336 silly get     vary: 'Accept-Encoding' } ]
+3337 verbose etag https://registry.npmjs.org/lodash._getnative from cache
+3338 verbose get saving lodash._getnative to /home/adhisimon/.npm/registry.npmjs.org/lodash._getnative/.cache.json
+3339 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3340 verbose get https://registry.npmjs.org/lodash.isarray not expired, no request
+3341 silly addNameRange number 2 { name: 'lodash.isarray',
+3341 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3341 silly addNameRange   hasData: true }
+3342 silly addNameRange versions [ 'lodash.isarray',
+3342 silly addNameRange   [ '2.0.0',
+3342 silly addNameRange     '2.1.0',
+3342 silly addNameRange     '2.2.0',
+3342 silly addNameRange     '2.2.1',
+3342 silly addNameRange     '2.3.0',
+3342 silly addNameRange     '2.4.0',
+3342 silly addNameRange     '2.4.1',
+3342 silly addNameRange     '3.0.0',
+3342 silly addNameRange     '3.0.1',
+3342 silly addNameRange     '3.0.2',
+3342 silly addNameRange     '3.0.3',
+3342 silly addNameRange     '3.0.4',
+3342 silly addNameRange     '4.0.0' ] ]
+3343 silly addNamed lodash.isarray@3.0.4
+3344 verbose addNamed "3.0.4" is a plain semver version for lodash.isarray
+3345 verbose afterAdd /home/adhisimon/.npm/lodash.isarguments/3.0.9/package/package.json written
+3346 silly cache afterAdd lodash.isarray@3.0.4
+3347 verbose afterAdd /home/adhisimon/.npm/lodash.isarray/3.0.4/package/package.json not in flight; writing
+3348 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3349 silly resolveWithNewModule lodash._getnative@3.9.1 checking installable status
+3350 silly cache add args [ 'lodash._getnative@^3.0.0', null ]
+3351 verbose cache add spec lodash._getnative@^3.0.0
+3352 silly cache add parsed spec Result {
+3352 silly cache add   raw: 'lodash._getnative@^3.0.0',
+3352 silly cache add   scope: null,
+3352 silly cache add   name: 'lodash._getnative',
+3352 silly cache add   rawSpec: '^3.0.0',
+3352 silly cache add   spec: '>=3.0.0 <4.0.0',
+3352 silly cache add   type: 'range' }
+3353 silly addNamed lodash._getnative@>=3.0.0 <4.0.0
+3354 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._getnative
+3355 silly addNameRange { name: 'lodash._getnative',
+3355 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3355 silly addNameRange   hasData: false }
+3356 silly mapToRegistry name lodash._getnative
+3357 silly mapToRegistry using default registry
+3358 silly mapToRegistry registry https://registry.npmjs.org/
+3359 silly mapToRegistry data Result {
+3359 silly mapToRegistry   raw: 'lodash._getnative',
+3359 silly mapToRegistry   scope: null,
+3359 silly mapToRegistry   name: 'lodash._getnative',
+3359 silly mapToRegistry   rawSpec: '',
+3359 silly mapToRegistry   spec: 'latest',
+3359 silly mapToRegistry   type: 'tag' }
+3360 silly mapToRegistry uri https://registry.npmjs.org/lodash._getnative
+3361 verbose addNameRange registry:https://registry.npmjs.org/lodash._getnative not in flight; fetching
+3362 verbose get https://registry.npmjs.org/lodash._getnative not expired, no request
+3363 silly addNameRange number 2 { name: 'lodash._getnative',
+3363 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3363 silly addNameRange   hasData: true }
+3364 silly addNameRange versions [ 'lodash._getnative', [ '3.9.0', '3.9.1' ] ]
+3365 silly addNamed lodash._getnative@3.9.1
+3366 verbose addNamed "3.9.1" is a plain semver version for lodash._getnative
+3367 verbose afterAdd /home/adhisimon/.npm/lodash.isarray/3.0.4/package/package.json written
+3368 silly cache afterAdd lodash._getnative@3.9.1
+3369 verbose afterAdd /home/adhisimon/.npm/lodash._getnative/3.9.1/package/package.json not in flight; writing
+3370 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3371 verbose afterAdd /home/adhisimon/.npm/lodash._getnative/3.9.1/package/package.json written
+3372 silly fetchNamedPackageData lodash._bindcallback
+3373 silly mapToRegistry name lodash._bindcallback
+3374 silly mapToRegistry using default registry
+3375 silly mapToRegistry registry https://registry.npmjs.org/
+3376 silly mapToRegistry data Result {
+3376 silly mapToRegistry   raw: 'lodash._bindcallback',
+3376 silly mapToRegistry   scope: null,
+3376 silly mapToRegistry   name: 'lodash._bindcallback',
+3376 silly mapToRegistry   rawSpec: '',
+3376 silly mapToRegistry   spec: 'latest',
+3376 silly mapToRegistry   type: 'tag' }
+3377 silly mapToRegistry uri https://registry.npmjs.org/lodash._bindcallback
+3378 silly fetchNamedPackageData lodash._isiterateecall
+3379 silly mapToRegistry name lodash._isiterateecall
+3380 silly mapToRegistry using default registry
+3381 silly mapToRegistry registry https://registry.npmjs.org/
+3382 silly mapToRegistry data Result {
+3382 silly mapToRegistry   raw: 'lodash._isiterateecall',
+3382 silly mapToRegistry   scope: null,
+3382 silly mapToRegistry   name: 'lodash._isiterateecall',
+3382 silly mapToRegistry   rawSpec: '',
+3382 silly mapToRegistry   spec: 'latest',
+3382 silly mapToRegistry   type: 'tag' }
+3383 silly mapToRegistry uri https://registry.npmjs.org/lodash._isiterateecall
+3384 silly fetchNamedPackageData lodash.restparam
+3385 silly mapToRegistry name lodash.restparam
+3386 silly mapToRegistry using default registry
+3387 silly mapToRegistry registry https://registry.npmjs.org/
+3388 silly mapToRegistry data Result {
+3388 silly mapToRegistry   raw: 'lodash.restparam',
+3388 silly mapToRegistry   scope: null,
+3388 silly mapToRegistry   name: 'lodash.restparam',
+3388 silly mapToRegistry   rawSpec: '',
+3388 silly mapToRegistry   spec: 'latest',
+3388 silly mapToRegistry   type: 'tag' }
+3389 silly mapToRegistry uri https://registry.npmjs.org/lodash.restparam
+3390 verbose request uri https://registry.npmjs.org/lodash._isiterateecall
+3391 verbose request no auth needed
+3392 info attempt registry request try #1 at 12:41:53
+3393 verbose etag "5T12YB3BV3DYI9G8QK957PADV"
+3394 http request GET https://registry.npmjs.org/lodash._isiterateecall
+3395 verbose request uri https://registry.npmjs.org/lodash.restparam
+3396 verbose request no auth needed
+3397 info attempt registry request try #1 at 12:41:54
+3398 verbose etag "1659M1VRENH47KDVLN4NUNM18"
+3399 http request GET https://registry.npmjs.org/lodash.restparam
+3400 verbose request uri https://registry.npmjs.org/lodash._bindcallback
+3401 verbose request no auth needed
+3402 info attempt registry request try #1 at 12:41:54
+3403 verbose etag "4QCDH20MPKBVT8L2LY3OLQAXP"
+3404 http request GET https://registry.npmjs.org/lodash._bindcallback
+3405 http 304 https://registry.npmjs.org/lodash._isiterateecall
+3406 verbose headers { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3406 verbose headers   via: '1.1 varnish',
+3406 verbose headers   'cache-control': 'max-age=300',
+3406 verbose headers   etag: '"5T12YB3BV3DYI9G8QK957PADV"',
+3406 verbose headers   age: '300',
+3406 verbose headers   connection: 'keep-alive',
+3406 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+3406 verbose headers   'x-cache': 'HIT',
+3406 verbose headers   'x-cache-hits': '8',
+3406 verbose headers   'x-timer': 'S1470634914.010253,VS0,VE0',
+3406 verbose headers   vary: 'Accept-Encoding' }
+3407 silly get cb [ 304,
+3407 silly get   { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3407 silly get     via: '1.1 varnish',
+3407 silly get     'cache-control': 'max-age=300',
+3407 silly get     etag: '"5T12YB3BV3DYI9G8QK957PADV"',
+3407 silly get     age: '300',
+3407 silly get     connection: 'keep-alive',
+3407 silly get     'x-served-by': 'cache-sin6927-SIN',
+3407 silly get     'x-cache': 'HIT',
+3407 silly get     'x-cache-hits': '8',
+3407 silly get     'x-timer': 'S1470634914.010253,VS0,VE0',
+3407 silly get     vary: 'Accept-Encoding' } ]
+3408 verbose etag https://registry.npmjs.org/lodash._isiterateecall from cache
+3409 verbose get saving lodash._isiterateecall to /home/adhisimon/.npm/registry.npmjs.org/lodash._isiterateecall/.cache.json
+3410 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3411 silly resolveWithNewModule lodash._isiterateecall@3.0.9 checking installable status
+3412 silly cache add args [ 'lodash._isiterateecall@^3.0.0', null ]
+3413 verbose cache add spec lodash._isiterateecall@^3.0.0
+3414 silly cache add parsed spec Result {
+3414 silly cache add   raw: 'lodash._isiterateecall@^3.0.0',
+3414 silly cache add   scope: null,
+3414 silly cache add   name: 'lodash._isiterateecall',
+3414 silly cache add   rawSpec: '^3.0.0',
+3414 silly cache add   spec: '>=3.0.0 <4.0.0',
+3414 silly cache add   type: 'range' }
+3415 silly addNamed lodash._isiterateecall@>=3.0.0 <4.0.0
+3416 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._isiterateecall
+3417 silly addNameRange { name: 'lodash._isiterateecall',
+3417 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3417 silly addNameRange   hasData: false }
+3418 silly mapToRegistry name lodash._isiterateecall
+3419 silly mapToRegistry using default registry
+3420 silly mapToRegistry registry https://registry.npmjs.org/
+3421 silly mapToRegistry data Result {
+3421 silly mapToRegistry   raw: 'lodash._isiterateecall',
+3421 silly mapToRegistry   scope: null,
+3421 silly mapToRegistry   name: 'lodash._isiterateecall',
+3421 silly mapToRegistry   rawSpec: '',
+3421 silly mapToRegistry   spec: 'latest',
+3421 silly mapToRegistry   type: 'tag' }
+3422 silly mapToRegistry uri https://registry.npmjs.org/lodash._isiterateecall
+3423 verbose addNameRange registry:https://registry.npmjs.org/lodash._isiterateecall not in flight; fetching
+3424 verbose get https://registry.npmjs.org/lodash._isiterateecall not expired, no request
+3425 silly addNameRange number 2 { name: 'lodash._isiterateecall',
+3425 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3425 silly addNameRange   hasData: true }
+3426 silly addNameRange versions [ 'lodash._isiterateecall',
+3426 silly addNameRange   [ '3.0.0',
+3426 silly addNameRange     '3.0.1',
+3426 silly addNameRange     '3.0.2',
+3426 silly addNameRange     '3.0.3',
+3426 silly addNameRange     '3.0.4',
+3426 silly addNameRange     '3.0.5',
+3426 silly addNameRange     '3.0.6',
+3426 silly addNameRange     '3.0.7',
+3426 silly addNameRange     '3.0.8',
+3426 silly addNameRange     '3.0.9' ] ]
+3427 silly addNamed lodash._isiterateecall@3.0.9
+3428 verbose addNamed "3.0.9" is a plain semver version for lodash._isiterateecall
+3429 http 304 https://registry.npmjs.org/lodash.restparam
+3430 verbose headers { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3430 verbose headers   via: '1.1 varnish',
+3430 verbose headers   'cache-control': 'max-age=300',
+3430 verbose headers   etag: '"1659M1VRENH47KDVLN4NUNM18"',
+3430 verbose headers   age: '97',
+3430 verbose headers   connection: 'keep-alive',
+3430 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+3430 verbose headers   'x-cache': 'HIT',
+3430 verbose headers   'x-cache-hits': '6',
+3430 verbose headers   'x-timer': 'S1470634914.023147,VS0,VE0',
+3430 verbose headers   vary: 'Accept-Encoding' }
+3431 silly get cb [ 304,
+3431 silly get   { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3431 silly get     via: '1.1 varnish',
+3431 silly get     'cache-control': 'max-age=300',
+3431 silly get     etag: '"1659M1VRENH47KDVLN4NUNM18"',
+3431 silly get     age: '97',
+3431 silly get     connection: 'keep-alive',
+3431 silly get     'x-served-by': 'cache-sin6927-SIN',
+3431 silly get     'x-cache': 'HIT',
+3431 silly get     'x-cache-hits': '6',
+3431 silly get     'x-timer': 'S1470634914.023147,VS0,VE0',
+3431 silly get     vary: 'Accept-Encoding' } ]
+3432 verbose etag https://registry.npmjs.org/lodash.restparam from cache
+3433 verbose get saving lodash.restparam to /home/adhisimon/.npm/registry.npmjs.org/lodash.restparam/.cache.json
+3434 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3435 silly cache afterAdd lodash._isiterateecall@3.0.9
+3436 verbose afterAdd /home/adhisimon/.npm/lodash._isiterateecall/3.0.9/package/package.json not in flight; writing
+3437 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3438 silly resolveWithNewModule lodash.restparam@3.6.1 checking installable status
+3439 silly cache add args [ 'lodash.restparam@^3.0.0', null ]
+3440 verbose cache add spec lodash.restparam@^3.0.0
+3441 silly cache add parsed spec Result {
+3441 silly cache add   raw: 'lodash.restparam@^3.0.0',
+3441 silly cache add   scope: null,
+3441 silly cache add   name: 'lodash.restparam',
+3441 silly cache add   rawSpec: '^3.0.0',
+3441 silly cache add   spec: '>=3.0.0 <4.0.0',
+3441 silly cache add   type: 'range' }
+3442 silly addNamed lodash.restparam@>=3.0.0 <4.0.0
+3443 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.restparam
+3444 silly addNameRange { name: 'lodash.restparam',
+3444 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3444 silly addNameRange   hasData: false }
+3445 silly mapToRegistry name lodash.restparam
+3446 silly mapToRegistry using default registry
+3447 silly mapToRegistry registry https://registry.npmjs.org/
+3448 silly mapToRegistry data Result {
+3448 silly mapToRegistry   raw: 'lodash.restparam',
+3448 silly mapToRegistry   scope: null,
+3448 silly mapToRegistry   name: 'lodash.restparam',
+3448 silly mapToRegistry   rawSpec: '',
+3448 silly mapToRegistry   spec: 'latest',
+3448 silly mapToRegistry   type: 'tag' }
+3449 silly mapToRegistry uri https://registry.npmjs.org/lodash.restparam
+3450 verbose addNameRange registry:https://registry.npmjs.org/lodash.restparam not in flight; fetching
+3451 verbose get https://registry.npmjs.org/lodash.restparam not expired, no request
+3452 silly addNameRange number 2 { name: 'lodash.restparam',
+3452 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3452 silly addNameRange   hasData: true }
+3453 silly addNameRange versions [ 'lodash.restparam', [ '3.6.0', '3.6.1' ] ]
+3454 silly addNamed lodash.restparam@3.6.1
+3455 verbose addNamed "3.6.1" is a plain semver version for lodash.restparam
+3456 verbose afterAdd /home/adhisimon/.npm/lodash._isiterateecall/3.0.9/package/package.json written
+3457 http 304 https://registry.npmjs.org/lodash._bindcallback
+3458 verbose headers { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3458 verbose headers   via: '1.1 varnish',
+3458 verbose headers   'cache-control': 'max-age=300',
+3458 verbose headers   etag: '"4QCDH20MPKBVT8L2LY3OLQAXP"',
+3458 verbose headers   age: '282',
+3458 verbose headers   connection: 'keep-alive',
+3458 verbose headers   'x-served-by': 'cache-sin6924-SIN',
+3458 verbose headers   'x-cache': 'HIT',
+3458 verbose headers   'x-cache-hits': '6',
+3458 verbose headers   'x-timer': 'S1470634914.032732,VS0,VE0',
+3458 verbose headers   vary: 'Accept-Encoding' }
+3459 silly get cb [ 304,
+3459 silly get   { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3459 silly get     via: '1.1 varnish',
+3459 silly get     'cache-control': 'max-age=300',
+3459 silly get     etag: '"4QCDH20MPKBVT8L2LY3OLQAXP"',
+3459 silly get     age: '282',
+3459 silly get     connection: 'keep-alive',
+3459 silly get     'x-served-by': 'cache-sin6924-SIN',
+3459 silly get     'x-cache': 'HIT',
+3459 silly get     'x-cache-hits': '6',
+3459 silly get     'x-timer': 'S1470634914.032732,VS0,VE0',
+3459 silly get     vary: 'Accept-Encoding' } ]
+3460 verbose etag https://registry.npmjs.org/lodash._bindcallback from cache
+3461 verbose get saving lodash._bindcallback to /home/adhisimon/.npm/registry.npmjs.org/lodash._bindcallback/.cache.json
+3462 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3463 silly cache afterAdd lodash.restparam@3.6.1
+3464 verbose afterAdd /home/adhisimon/.npm/lodash.restparam/3.6.1/package/package.json not in flight; writing
+3465 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3466 silly resolveWithNewModule lodash._bindcallback@3.0.1 checking installable status
+3467 silly cache add args [ 'lodash._bindcallback@^3.0.0', null ]
+3468 verbose cache add spec lodash._bindcallback@^3.0.0
+3469 silly cache add parsed spec Result {
+3469 silly cache add   raw: 'lodash._bindcallback@^3.0.0',
+3469 silly cache add   scope: null,
+3469 silly cache add   name: 'lodash._bindcallback',
+3469 silly cache add   rawSpec: '^3.0.0',
+3469 silly cache add   spec: '>=3.0.0 <4.0.0',
+3469 silly cache add   type: 'range' }
+3470 silly addNamed lodash._bindcallback@>=3.0.0 <4.0.0
+3471 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._bindcallback
+3472 silly addNameRange { name: 'lodash._bindcallback',
+3472 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3472 silly addNameRange   hasData: false }
+3473 silly mapToRegistry name lodash._bindcallback
+3474 silly mapToRegistry using default registry
+3475 silly mapToRegistry registry https://registry.npmjs.org/
+3476 silly mapToRegistry data Result {
+3476 silly mapToRegistry   raw: 'lodash._bindcallback',
+3476 silly mapToRegistry   scope: null,
+3476 silly mapToRegistry   name: 'lodash._bindcallback',
+3476 silly mapToRegistry   rawSpec: '',
+3476 silly mapToRegistry   spec: 'latest',
+3476 silly mapToRegistry   type: 'tag' }
+3477 silly mapToRegistry uri https://registry.npmjs.org/lodash._bindcallback
+3478 verbose addNameRange registry:https://registry.npmjs.org/lodash._bindcallback not in flight; fetching
+3479 verbose get https://registry.npmjs.org/lodash._bindcallback not expired, no request
+3480 silly addNameRange number 2 { name: 'lodash._bindcallback',
+3480 silly addNameRange   range: '>=3.0.0 <4.0.0',
+3480 silly addNameRange   hasData: true }
+3481 silly addNameRange versions [ 'lodash._bindcallback', [ '3.0.0', '3.0.1' ] ]
+3482 silly addNamed lodash._bindcallback@3.0.1
+3483 verbose addNamed "3.0.1" is a plain semver version for lodash._bindcallback
+3484 verbose afterAdd /home/adhisimon/.npm/lodash.restparam/3.6.1/package/package.json written
+3485 silly cache afterAdd lodash._bindcallback@3.0.1
+3486 verbose afterAdd /home/adhisimon/.npm/lodash._bindcallback/3.0.1/package/package.json not in flight; writing
+3487 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3488 verbose afterAdd /home/adhisimon/.npm/lodash._bindcallback/3.0.1/package/package.json written
+3489 silly fetchNamedPackageData bindings
+3490 silly mapToRegistry name bindings
+3491 silly mapToRegistry using default registry
+3492 silly mapToRegistry registry https://registry.npmjs.org/
+3493 silly mapToRegistry data Result {
+3493 silly mapToRegistry   raw: 'bindings',
+3493 silly mapToRegistry   scope: null,
+3493 silly mapToRegistry   name: 'bindings',
+3493 silly mapToRegistry   rawSpec: '',
+3493 silly mapToRegistry   spec: 'latest',
+3493 silly mapToRegistry   type: 'tag' }
+3494 silly mapToRegistry uri https://registry.npmjs.org/bindings
+3495 silly fetchNamedPackageData nan
+3496 silly mapToRegistry name nan
+3497 silly mapToRegistry using default registry
+3498 silly mapToRegistry registry https://registry.npmjs.org/
+3499 silly mapToRegistry data Result {
+3499 silly mapToRegistry   raw: 'nan',
+3499 silly mapToRegistry   scope: null,
+3499 silly mapToRegistry   name: 'nan',
+3499 silly mapToRegistry   rawSpec: '',
+3499 silly mapToRegistry   spec: 'latest',
+3499 silly mapToRegistry   type: 'tag' }
+3500 silly mapToRegistry uri https://registry.npmjs.org/nan
+3501 verbose request uri https://registry.npmjs.org/bindings
+3502 verbose request no auth needed
+3503 info attempt registry request try #1 at 12:41:54
+3504 verbose etag "33TX4J3DNTGF7K41ZUV6OA182"
+3505 http request GET https://registry.npmjs.org/bindings
+3506 verbose request uri https://registry.npmjs.org/nan
+3507 verbose request no auth needed
+3508 info attempt registry request try #1 at 12:41:54
+3509 verbose etag "EGTR1APXEV7TH8V3QYT0WN357"
+3510 http request GET https://registry.npmjs.org/nan
+3511 http 304 https://registry.npmjs.org/bindings
+3512 verbose headers { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3512 verbose headers   via: '1.1 varnish',
+3512 verbose headers   'cache-control': 'max-age=300',
+3512 verbose headers   etag: '"33TX4J3DNTGF7K41ZUV6OA182"',
+3512 verbose headers   age: '132',
+3512 verbose headers   connection: 'keep-alive',
+3512 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+3512 verbose headers   'x-cache': 'HIT',
+3512 verbose headers   'x-cache-hits': '8',
+3512 verbose headers   'x-timer': 'S1470634914.136174,VS0,VE0',
+3512 verbose headers   vary: 'Accept-Encoding' }
+3513 silly get cb [ 304,
+3513 silly get   { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3513 silly get     via: '1.1 varnish',
+3513 silly get     'cache-control': 'max-age=300',
+3513 silly get     etag: '"33TX4J3DNTGF7K41ZUV6OA182"',
+3513 silly get     age: '132',
+3513 silly get     connection: 'keep-alive',
+3513 silly get     'x-served-by': 'cache-sin6923-SIN',
+3513 silly get     'x-cache': 'HIT',
+3513 silly get     'x-cache-hits': '8',
+3513 silly get     'x-timer': 'S1470634914.136174,VS0,VE0',
+3513 silly get     vary: 'Accept-Encoding' } ]
+3514 verbose etag https://registry.npmjs.org/bindings from cache
+3515 verbose get saving bindings to /home/adhisimon/.npm/registry.npmjs.org/bindings/.cache.json
+3516 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3517 silly resolveWithNewModule bindings@1.2.1 checking installable status
+3518 silly cache add args [ 'bindings@~1.2.1', null ]
+3519 verbose cache add spec bindings@~1.2.1
+3520 silly cache add parsed spec Result {
+3520 silly cache add   raw: 'bindings@~1.2.1',
+3520 silly cache add   scope: null,
+3520 silly cache add   name: 'bindings',
+3520 silly cache add   rawSpec: '~1.2.1',
+3520 silly cache add   spec: '>=1.2.1 <1.3.0',
+3520 silly cache add   type: 'range' }
+3521 silly addNamed bindings@>=1.2.1 <1.3.0
+3522 verbose addNamed ">=1.2.1 <1.3.0" is a valid semver range for bindings
+3523 silly addNameRange { name: 'bindings', range: '>=1.2.1 <1.3.0', hasData: false }
+3524 silly mapToRegistry name bindings
+3525 silly mapToRegistry using default registry
+3526 silly mapToRegistry registry https://registry.npmjs.org/
+3527 silly mapToRegistry data Result {
+3527 silly mapToRegistry   raw: 'bindings',
+3527 silly mapToRegistry   scope: null,
+3527 silly mapToRegistry   name: 'bindings',
+3527 silly mapToRegistry   rawSpec: '',
+3527 silly mapToRegistry   spec: 'latest',
+3527 silly mapToRegistry   type: 'tag' }
+3528 silly mapToRegistry uri https://registry.npmjs.org/bindings
+3529 verbose addNameRange registry:https://registry.npmjs.org/bindings not in flight; fetching
+3530 verbose get https://registry.npmjs.org/bindings not expired, no request
+3531 silly addNameRange number 2 { name: 'bindings', range: '>=1.2.1 <1.3.0', hasData: true }
+3532 silly addNameRange versions [ 'bindings',
+3532 silly addNameRange   [ '0.0.1',
+3532 silly addNameRange     '0.1.0',
+3532 silly addNameRange     '0.1.1',
+3532 silly addNameRange     '0.2.0',
+3532 silly addNameRange     '0.2.1',
+3532 silly addNameRange     '0.2.2',
+3532 silly addNameRange     '0.2.3',
+3532 silly addNameRange     '0.2.4',
+3532 silly addNameRange     '0.3.0',
+3532 silly addNameRange     '0.4.0',
+3532 silly addNameRange     '1.0.0',
+3532 silly addNameRange     '1.1.0',
+3532 silly addNameRange     '1.1.1',
+3532 silly addNameRange     '1.2.0',
+3532 silly addNameRange     '1.2.1' ] ]
+3533 silly addNamed bindings@1.2.1
+3534 verbose addNamed "1.2.1" is a plain semver version for bindings
+3535 http 304 https://registry.npmjs.org/nan
+3536 verbose headers { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3536 verbose headers   via: '1.1 varnish',
+3536 verbose headers   'cache-control': 'max-age=300',
+3536 verbose headers   etag: '"EGTR1APXEV7TH8V3QYT0WN357"',
+3536 verbose headers   age: '47',
+3536 verbose headers   connection: 'keep-alive',
+3536 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+3536 verbose headers   'x-cache': 'HIT',
+3536 verbose headers   'x-cache-hits': '5',
+3536 verbose headers   'x-timer': 'S1470634914.146242,VS0,VE0',
+3536 verbose headers   vary: 'Accept-Encoding' }
+3537 silly get cb [ 304,
+3537 silly get   { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3537 silly get     via: '1.1 varnish',
+3537 silly get     'cache-control': 'max-age=300',
+3537 silly get     etag: '"EGTR1APXEV7TH8V3QYT0WN357"',
+3537 silly get     age: '47',
+3537 silly get     connection: 'keep-alive',
+3537 silly get     'x-served-by': 'cache-sin6920-SIN',
+3537 silly get     'x-cache': 'HIT',
+3537 silly get     'x-cache-hits': '5',
+3537 silly get     'x-timer': 'S1470634914.146242,VS0,VE0',
+3537 silly get     vary: 'Accept-Encoding' } ]
+3538 verbose etag https://registry.npmjs.org/nan from cache
+3539 verbose get saving nan to /home/adhisimon/.npm/registry.npmjs.org/nan/.cache.json
+3540 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3541 silly cache afterAdd bindings@1.2.1
+3542 verbose afterAdd /home/adhisimon/.npm/bindings/1.2.1/package/package.json not in flight; writing
+3543 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3544 silly resolveWithNewModule nan@1.8.4 checking installable status
+3545 silly cache add args [ 'nan@~1.8.4', null ]
+3546 verbose cache add spec nan@~1.8.4
+3547 silly cache add parsed spec Result {
+3547 silly cache add   raw: 'nan@~1.8.4',
+3547 silly cache add   scope: null,
+3547 silly cache add   name: 'nan',
+3547 silly cache add   rawSpec: '~1.8.4',
+3547 silly cache add   spec: '>=1.8.4 <1.9.0',
+3547 silly cache add   type: 'range' }
+3548 silly addNamed nan@>=1.8.4 <1.9.0
+3549 verbose addNamed ">=1.8.4 <1.9.0" is a valid semver range for nan
+3550 silly addNameRange { name: 'nan', range: '>=1.8.4 <1.9.0', hasData: false }
+3551 silly mapToRegistry name nan
+3552 silly mapToRegistry using default registry
+3553 silly mapToRegistry registry https://registry.npmjs.org/
+3554 silly mapToRegistry data Result {
+3554 silly mapToRegistry   raw: 'nan',
+3554 silly mapToRegistry   scope: null,
+3554 silly mapToRegistry   name: 'nan',
+3554 silly mapToRegistry   rawSpec: '',
+3554 silly mapToRegistry   spec: 'latest',
+3554 silly mapToRegistry   type: 'tag' }
+3555 silly mapToRegistry uri https://registry.npmjs.org/nan
+3556 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
+3557 verbose afterAdd /home/adhisimon/.npm/bindings/1.2.1/package/package.json written
+3558 verbose get https://registry.npmjs.org/nan not expired, no request
+3559 silly addNameRange number 2 { name: 'nan', range: '>=1.8.4 <1.9.0', hasData: true }
+3560 silly addNameRange versions [ 'nan',
+3560 silly addNameRange   [ '0.3.0-wip',
+3560 silly addNameRange     '0.3.0-wip2',
+3560 silly addNameRange     '0.3.0',
+3560 silly addNameRange     '0.3.1',
+3560 silly addNameRange     '0.3.2',
+3560 silly addNameRange     '0.4.0',
+3560 silly addNameRange     '0.4.1',
+3560 silly addNameRange     '0.4.2',
+3560 silly addNameRange     '0.4.3',
+3560 silly addNameRange     '0.4.4',
+3560 silly addNameRange     '0.5.0',
+3560 silly addNameRange     '0.5.1',
+3560 silly addNameRange     '0.5.2',
+3560 silly addNameRange     '0.6.0',
+3560 silly addNameRange     '0.7.0',
+3560 silly addNameRange     '0.7.1',
+3560 silly addNameRange     '0.8.0',
+3560 silly addNameRange     '1.0.0',
+3560 silly addNameRange     '1.1.0',
+3560 silly addNameRange     '1.1.1',
+3560 silly addNameRange     '1.1.2',
+3560 silly addNameRange     '1.2.0',
+3560 silly addNameRange     '1.3.0',
+3560 silly addNameRange     '1.4.0',
+3560 silly addNameRange     '1.4.1',
+3560 silly addNameRange     '1.5.0',
+3560 silly addNameRange     '1.4.2',
+3560 silly addNameRange     '1.4.3',
+3560 silly addNameRange     '1.5.1',
+3560 silly addNameRange     '1.5.2',
+3560 silly addNameRange     '1.6.0',
+3560 silly addNameRange     '1.5.3',
+3560 silly addNameRange     '1.6.1',
+3560 silly addNameRange     '1.6.2',
+3560 silly addNameRange     '1.7.0',
+3560 silly addNameRange     '1.8.0',
+3560 silly addNameRange     '1.8.1',
+3560 silly addNameRange     '1.8.2',
+3560 silly addNameRange     '1.8.3',
+3560 silly addNameRange     '1.8.4',
+3560 silly addNameRange     '1.9.0',
+3560 silly addNameRange     '2.0.0',
+3560 silly addNameRange     '2.0.1',
+3560 silly addNameRange     '2.0.2',
+3560 silly addNameRange     '2.0.3',
+3560 silly addNameRange     '2.0.4',
+3560 silly addNameRange     '2.0.5',
+3560 silly addNameRange     '2.0.6',
+3560 silly addNameRange     '2.0.7',
+3560 silly addNameRange     '2.0.8',
+3560 silly addNameRange     '2.0.9',
+3560 silly addNameRange     '2.1.0',
+3560 silly addNameRange     '2.2.0',
+3560 silly addNameRange     '2.2.1',
+3560 silly addNameRange     '2.3.0',
+3560 silly addNameRange     '2.3.1',
+3560 silly addNameRange     '2.3.2',
+3560 silly addNameRange     '2.3.3',
+3560 silly addNameRange     '2.3.4',
+3560 silly addNameRange     '2.3.5',
+3560 silly addNameRange     '2.4.0' ] ]
+3561 silly addNamed nan@1.8.4
+3562 verbose addNamed "1.8.4" is a plain semver version for nan
+3563 silly cache afterAdd nan@1.8.4
+3564 verbose afterAdd /home/adhisimon/.npm/nan/1.8.4/package/package.json not in flight; writing
+3565 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3566 verbose afterAdd /home/adhisimon/.npm/nan/1.8.4/package/package.json written
+3567 silly fetchNamedPackageData backoff
+3568 silly mapToRegistry name backoff
+3569 silly mapToRegistry using default registry
+3570 silly mapToRegistry registry https://registry.npmjs.org/
+3571 silly mapToRegistry data Result {
+3571 silly mapToRegistry   raw: 'backoff',
+3571 silly mapToRegistry   scope: null,
+3571 silly mapToRegistry   name: 'backoff',
+3571 silly mapToRegistry   rawSpec: '',
+3571 silly mapToRegistry   spec: 'latest',
+3571 silly mapToRegistry   type: 'tag' }
+3572 silly mapToRegistry uri https://registry.npmjs.org/backoff
+3573 verbose request uri https://registry.npmjs.org/backoff
+3574 verbose request no auth needed
+3575 info attempt registry request try #1 at 12:41:54
+3576 verbose etag "2FTHI5L8EYEJT17C0L4PYN3R9"
+3577 http request GET https://registry.npmjs.org/backoff
+3578 http 304 https://registry.npmjs.org/backoff
+3579 verbose headers { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3579 verbose headers   via: '1.1 varnish',
+3579 verbose headers   'cache-control': 'max-age=300',
+3579 verbose headers   etag: '"2FTHI5L8EYEJT17C0L4PYN3R9"',
+3579 verbose headers   age: '0',
+3579 verbose headers   connection: 'keep-alive',
+3579 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+3579 verbose headers   'x-cache': 'HIT',
+3579 verbose headers   'x-cache-hits': '1',
+3579 verbose headers   'x-timer': 'S1470634914.275606,VS0,VE243',
+3579 verbose headers   vary: 'Accept-Encoding' }
+3580 silly get cb [ 304,
+3580 silly get   { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3580 silly get     via: '1.1 varnish',
+3580 silly get     'cache-control': 'max-age=300',
+3580 silly get     etag: '"2FTHI5L8EYEJT17C0L4PYN3R9"',
+3580 silly get     age: '0',
+3580 silly get     connection: 'keep-alive',
+3580 silly get     'x-served-by': 'cache-sin6926-SIN',
+3580 silly get     'x-cache': 'HIT',
+3580 silly get     'x-cache-hits': '1',
+3580 silly get     'x-timer': 'S1470634914.275606,VS0,VE243',
+3580 silly get     vary: 'Accept-Encoding' } ]
+3581 verbose etag https://registry.npmjs.org/backoff from cache
+3582 verbose get saving backoff to /home/adhisimon/.npm/registry.npmjs.org/backoff/.cache.json
+3583 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3584 silly resolveWithNewModule backoff@2.3.0 checking installable status
+3585 silly cache add args [ 'backoff@~2.3.0', null ]
+3586 verbose cache add spec backoff@~2.3.0
+3587 silly cache add parsed spec Result {
+3587 silly cache add   raw: 'backoff@~2.3.0',
+3587 silly cache add   scope: null,
+3587 silly cache add   name: 'backoff',
+3587 silly cache add   rawSpec: '~2.3.0',
+3587 silly cache add   spec: '>=2.3.0 <2.4.0',
+3587 silly cache add   type: 'range' }
+3588 silly addNamed backoff@>=2.3.0 <2.4.0
+3589 verbose addNamed ">=2.3.0 <2.4.0" is a valid semver range for backoff
+3590 silly addNameRange { name: 'backoff', range: '>=2.3.0 <2.4.0', hasData: false }
+3591 silly mapToRegistry name backoff
+3592 silly mapToRegistry using default registry
+3593 silly mapToRegistry registry https://registry.npmjs.org/
+3594 silly mapToRegistry data Result {
+3594 silly mapToRegistry   raw: 'backoff',
+3594 silly mapToRegistry   scope: null,
+3594 silly mapToRegistry   name: 'backoff',
+3594 silly mapToRegistry   rawSpec: '',
+3594 silly mapToRegistry   spec: 'latest',
+3594 silly mapToRegistry   type: 'tag' }
+3595 silly mapToRegistry uri https://registry.npmjs.org/backoff
+3596 verbose addNameRange registry:https://registry.npmjs.org/backoff not in flight; fetching
+3597 verbose get https://registry.npmjs.org/backoff not expired, no request
+3598 silly addNameRange number 2 { name: 'backoff', range: '>=2.3.0 <2.4.0', hasData: true }
+3599 silly addNameRange versions [ 'backoff',
+3599 silly addNameRange   [ '0.0.1',
+3599 silly addNameRange     '0.0.2',
+3599 silly addNameRange     '0.0.3',
+3599 silly addNameRange     '0.1.0',
+3599 silly addNameRange     '0.2.0',
+3599 silly addNameRange     '0.2.1',
+3599 silly addNameRange     '0.3.0',
+3599 silly addNameRange     '1.0.0',
+3599 silly addNameRange     '1.1.0',
+3599 silly addNameRange     '1.2.0',
+3599 silly addNameRange     '1.2.1',
+3599 silly addNameRange     '2.0.0',
+3599 silly addNameRange     '2.1.0',
+3599 silly addNameRange     '2.2.0',
+3599 silly addNameRange     '2.3.0',
+3599 silly addNameRange     '2.4.0',
+3599 silly addNameRange     '2.4.1',
+3599 silly addNameRange     '2.5.0' ] ]
+3600 silly addNamed backoff@2.3.0
+3601 verbose addNamed "2.3.0" is a plain semver version for backoff
+3602 silly cache afterAdd backoff@2.3.0
+3603 verbose afterAdd /home/adhisimon/.npm/backoff/2.3.0/package/package.json not in flight; writing
+3604 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3605 verbose afterAdd /home/adhisimon/.npm/backoff/2.3.0/package/package.json written
+3606 silly fetchNamedPackageData bl
+3607 silly mapToRegistry name bl
+3608 silly mapToRegistry using default registry
+3609 silly mapToRegistry registry https://registry.npmjs.org/
+3610 silly mapToRegistry data Result {
+3610 silly mapToRegistry   raw: 'bl',
+3610 silly mapToRegistry   scope: null,
+3610 silly mapToRegistry   name: 'bl',
+3610 silly mapToRegistry   rawSpec: '',
+3610 silly mapToRegistry   spec: 'latest',
+3610 silly mapToRegistry   type: 'tag' }
+3611 silly mapToRegistry uri https://registry.npmjs.org/bl
+3612 silly resolveWithNewModule bl@0.9.5 checking installable status
+3613 silly cache add args [ 'bl@~0.9.0', null ]
+3614 verbose cache add spec bl@~0.9.0
+3615 silly fetchNamedPackageData caseless
+3616 silly mapToRegistry name caseless
+3617 silly mapToRegistry using default registry
+3618 silly mapToRegistry registry https://registry.npmjs.org/
+3619 silly mapToRegistry data Result {
+3619 silly mapToRegistry   raw: 'caseless',
+3619 silly mapToRegistry   scope: null,
+3619 silly mapToRegistry   name: 'caseless',
+3619 silly mapToRegistry   rawSpec: '',
+3619 silly mapToRegistry   spec: 'latest',
+3619 silly mapToRegistry   type: 'tag' }
+3620 silly mapToRegistry uri https://registry.npmjs.org/caseless
+3621 silly resolveWithNewModule caseless@0.9.0 checking installable status
+3622 silly cache add args [ 'caseless@~0.9.0', null ]
+3623 verbose cache add spec caseless@~0.9.0
+3624 silly fetchNamedPackageData form-data
+3625 silly mapToRegistry name form-data
+3626 silly mapToRegistry using default registry
+3627 silly mapToRegistry registry https://registry.npmjs.org/
+3628 silly mapToRegistry data Result {
+3628 silly mapToRegistry   raw: 'form-data',
+3628 silly mapToRegistry   scope: null,
+3628 silly mapToRegistry   name: 'form-data',
+3628 silly mapToRegistry   rawSpec: '',
+3628 silly mapToRegistry   spec: 'latest',
+3628 silly mapToRegistry   type: 'tag' }
+3629 silly mapToRegistry uri https://registry.npmjs.org/form-data
+3630 silly resolveWithNewModule form-data@0.2.0 checking installable status
+3631 silly cache add args [ 'form-data@~0.2.0', null ]
+3632 verbose cache add spec form-data@~0.2.0
+3633 silly fetchNamedPackageData mime-types
+3634 silly mapToRegistry name mime-types
+3635 silly mapToRegistry using default registry
+3636 silly mapToRegistry registry https://registry.npmjs.org/
+3637 silly mapToRegistry data Result {
+3637 silly mapToRegistry   raw: 'mime-types',
+3637 silly mapToRegistry   scope: null,
+3637 silly mapToRegistry   name: 'mime-types',
+3637 silly mapToRegistry   rawSpec: '',
+3637 silly mapToRegistry   spec: 'latest',
+3637 silly mapToRegistry   type: 'tag' }
+3638 silly mapToRegistry uri https://registry.npmjs.org/mime-types
+3639 silly fetchNamedPackageData qs
+3640 silly mapToRegistry name qs
+3641 silly mapToRegistry using default registry
+3642 silly mapToRegistry registry https://registry.npmjs.org/
+3643 silly mapToRegistry data Result {
+3643 silly mapToRegistry   raw: 'qs',
+3643 silly mapToRegistry   scope: null,
+3643 silly mapToRegistry   name: 'qs',
+3643 silly mapToRegistry   rawSpec: '',
+3643 silly mapToRegistry   spec: 'latest',
+3643 silly mapToRegistry   type: 'tag' }
+3644 silly mapToRegistry uri https://registry.npmjs.org/qs
+3645 silly resolveWithNewModule qs@2.4.2 checking installable status
+3646 silly cache add args [ 'qs@~2.4.0', null ]
+3647 verbose cache add spec qs@~2.4.0
+3648 silly fetchNamedPackageData http-signature
+3649 silly mapToRegistry name http-signature
+3650 silly mapToRegistry using default registry
+3651 silly mapToRegistry registry https://registry.npmjs.org/
+3652 silly mapToRegistry data Result {
+3652 silly mapToRegistry   raw: 'http-signature',
+3652 silly mapToRegistry   scope: null,
+3652 silly mapToRegistry   name: 'http-signature',
+3652 silly mapToRegistry   rawSpec: '',
+3652 silly mapToRegistry   spec: 'latest',
+3652 silly mapToRegistry   type: 'tag' }
+3653 silly mapToRegistry uri https://registry.npmjs.org/http-signature
+3654 silly resolveWithNewModule http-signature@0.10.1 checking installable status
+3655 silly cache add args [ 'http-signature@~0.10.0', null ]
+3656 verbose cache add spec http-signature@~0.10.0
+3657 silly fetchNamedPackageData oauth-sign
+3658 silly mapToRegistry name oauth-sign
+3659 silly mapToRegistry using default registry
+3660 silly mapToRegistry registry https://registry.npmjs.org/
+3661 silly mapToRegistry data Result {
+3661 silly mapToRegistry   raw: 'oauth-sign',
+3661 silly mapToRegistry   scope: null,
+3661 silly mapToRegistry   name: 'oauth-sign',
+3661 silly mapToRegistry   rawSpec: '',
+3661 silly mapToRegistry   spec: 'latest',
+3661 silly mapToRegistry   type: 'tag' }
+3662 silly mapToRegistry uri https://registry.npmjs.org/oauth-sign
+3663 silly resolveWithNewModule oauth-sign@0.6.0 checking installable status
+3664 silly cache add args [ 'oauth-sign@~0.6.0', null ]
+3665 verbose cache add spec oauth-sign@~0.6.0
+3666 silly fetchNamedPackageData hawk
+3667 silly mapToRegistry name hawk
+3668 silly mapToRegistry using default registry
+3669 silly mapToRegistry registry https://registry.npmjs.org/
+3670 silly mapToRegistry data Result {
+3670 silly mapToRegistry   raw: 'hawk',
+3670 silly mapToRegistry   scope: null,
+3670 silly mapToRegistry   name: 'hawk',
+3670 silly mapToRegistry   rawSpec: '',
+3670 silly mapToRegistry   spec: 'latest',
+3670 silly mapToRegistry   type: 'tag' }
+3671 silly mapToRegistry uri https://registry.npmjs.org/hawk
+3672 silly resolveWithNewModule hawk@2.3.1 checking installable status
+3673 silly cache add args [ 'hawk@~2.3.0', null ]
+3674 verbose cache add spec hawk@~2.3.0
+3675 silly fetchNamedPackageData aws-sign2
+3676 silly mapToRegistry name aws-sign2
+3677 silly mapToRegistry using default registry
+3678 silly mapToRegistry registry https://registry.npmjs.org/
+3679 silly mapToRegistry data Result {
+3679 silly mapToRegistry   raw: 'aws-sign2',
+3679 silly mapToRegistry   scope: null,
+3679 silly mapToRegistry   name: 'aws-sign2',
+3679 silly mapToRegistry   rawSpec: '',
+3679 silly mapToRegistry   spec: 'latest',
+3679 silly mapToRegistry   type: 'tag' }
+3680 silly mapToRegistry uri https://registry.npmjs.org/aws-sign2
+3681 silly resolveWithNewModule aws-sign2@0.5.0 checking installable status
+3682 silly cache add args [ 'aws-sign2@~0.5.0', null ]
+3683 verbose cache add spec aws-sign2@~0.5.0
+3684 silly fetchNamedPackageData combined-stream
+3685 silly mapToRegistry name combined-stream
+3686 silly mapToRegistry using default registry
+3687 silly mapToRegistry registry https://registry.npmjs.org/
+3688 silly mapToRegistry data Result {
+3688 silly mapToRegistry   raw: 'combined-stream',
+3688 silly mapToRegistry   scope: null,
+3688 silly mapToRegistry   name: 'combined-stream',
+3688 silly mapToRegistry   rawSpec: '',
+3688 silly mapToRegistry   spec: 'latest',
+3688 silly mapToRegistry   type: 'tag' }
+3689 silly mapToRegistry uri https://registry.npmjs.org/combined-stream
+3690 silly resolveWithNewModule combined-stream@0.0.7 checking installable status
+3691 silly cache add args [ 'combined-stream@~0.0.5', null ]
+3692 verbose cache add spec combined-stream@~0.0.5
+3693 silly fetchNamedPackageData har-validator
+3694 silly mapToRegistry name har-validator
+3695 silly mapToRegistry using default registry
+3696 silly mapToRegistry registry https://registry.npmjs.org/
+3697 silly mapToRegistry data Result {
+3697 silly mapToRegistry   raw: 'har-validator',
+3697 silly mapToRegistry   scope: null,
+3697 silly mapToRegistry   name: 'har-validator',
+3697 silly mapToRegistry   rawSpec: '',
+3697 silly mapToRegistry   spec: 'latest',
+3697 silly mapToRegistry   type: 'tag' }
+3698 silly mapToRegistry uri https://registry.npmjs.org/har-validator
+3699 silly resolveWithNewModule har-validator@1.8.0 checking installable status
+3700 silly cache add args [ 'har-validator@^1.4.0', null ]
+3701 verbose cache add spec har-validator@^1.4.0
+3702 silly cache add parsed spec Result {
+3702 silly cache add   raw: 'bl@~0.9.0',
+3702 silly cache add   scope: null,
+3702 silly cache add   name: 'bl',
+3702 silly cache add   rawSpec: '~0.9.0',
+3702 silly cache add   spec: '>=0.9.0 <0.10.0',
+3702 silly cache add   type: 'range' }
+3703 silly addNamed bl@>=0.9.0 <0.10.0
+3704 verbose addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
+3705 silly addNameRange { name: 'bl', range: '>=0.9.0 <0.10.0', hasData: false }
+3706 silly mapToRegistry name bl
+3707 silly mapToRegistry using default registry
+3708 silly mapToRegistry registry https://registry.npmjs.org/
+3709 silly mapToRegistry data Result {
+3709 silly mapToRegistry   raw: 'bl',
+3709 silly mapToRegistry   scope: null,
+3709 silly mapToRegistry   name: 'bl',
+3709 silly mapToRegistry   rawSpec: '',
+3709 silly mapToRegistry   spec: 'latest',
+3709 silly mapToRegistry   type: 'tag' }
+3710 silly mapToRegistry uri https://registry.npmjs.org/bl
+3711 verbose addNameRange registry:https://registry.npmjs.org/bl not in flight; fetching
+3712 silly cache add parsed spec Result {
+3712 silly cache add   raw: 'caseless@~0.9.0',
+3712 silly cache add   scope: null,
+3712 silly cache add   name: 'caseless',
+3712 silly cache add   rawSpec: '~0.9.0',
+3712 silly cache add   spec: '>=0.9.0 <0.10.0',
+3712 silly cache add   type: 'range' }
+3713 silly addNamed caseless@>=0.9.0 <0.10.0
+3714 verbose addNamed ">=0.9.0 <0.10.0" is a valid semver range for caseless
+3715 silly addNameRange { name: 'caseless', range: '>=0.9.0 <0.10.0', hasData: false }
+3716 silly mapToRegistry name caseless
+3717 silly mapToRegistry using default registry
+3718 silly mapToRegistry registry https://registry.npmjs.org/
+3719 silly mapToRegistry data Result {
+3719 silly mapToRegistry   raw: 'caseless',
+3719 silly mapToRegistry   scope: null,
+3719 silly mapToRegistry   name: 'caseless',
+3719 silly mapToRegistry   rawSpec: '',
+3719 silly mapToRegistry   spec: 'latest',
+3719 silly mapToRegistry   type: 'tag' }
+3720 silly mapToRegistry uri https://registry.npmjs.org/caseless
+3721 verbose addNameRange registry:https://registry.npmjs.org/caseless not in flight; fetching
+3722 silly cache add parsed spec Result {
+3722 silly cache add   raw: 'form-data@~0.2.0',
+3722 silly cache add   scope: null,
+3722 silly cache add   name: 'form-data',
+3722 silly cache add   rawSpec: '~0.2.0',
+3722 silly cache add   spec: '>=0.2.0 <0.3.0',
+3722 silly cache add   type: 'range' }
+3723 silly addNamed form-data@>=0.2.0 <0.3.0
+3724 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for form-data
+3725 silly addNameRange { name: 'form-data', range: '>=0.2.0 <0.3.0', hasData: false }
+3726 silly mapToRegistry name form-data
+3727 silly mapToRegistry using default registry
+3728 silly mapToRegistry registry https://registry.npmjs.org/
+3729 silly mapToRegistry data Result {
+3729 silly mapToRegistry   raw: 'form-data',
+3729 silly mapToRegistry   scope: null,
+3729 silly mapToRegistry   name: 'form-data',
+3729 silly mapToRegistry   rawSpec: '',
+3729 silly mapToRegistry   spec: 'latest',
+3729 silly mapToRegistry   type: 'tag' }
+3730 silly mapToRegistry uri https://registry.npmjs.org/form-data
+3731 verbose addNameRange registry:https://registry.npmjs.org/form-data not in flight; fetching
+3732 silly cache add parsed spec Result {
+3732 silly cache add   raw: 'qs@~2.4.0',
+3732 silly cache add   scope: null,
+3732 silly cache add   name: 'qs',
+3732 silly cache add   rawSpec: '~2.4.0',
+3732 silly cache add   spec: '>=2.4.0 <2.5.0',
+3732 silly cache add   type: 'range' }
+3733 silly addNamed qs@>=2.4.0 <2.5.0
+3734 verbose addNamed ">=2.4.0 <2.5.0" is a valid semver range for qs
+3735 silly addNameRange { name: 'qs', range: '>=2.4.0 <2.5.0', hasData: false }
+3736 silly mapToRegistry name qs
+3737 silly mapToRegistry using default registry
+3738 silly mapToRegistry registry https://registry.npmjs.org/
+3739 silly mapToRegistry data Result {
+3739 silly mapToRegistry   raw: 'qs',
+3739 silly mapToRegistry   scope: null,
+3739 silly mapToRegistry   name: 'qs',
+3739 silly mapToRegistry   rawSpec: '',
+3739 silly mapToRegistry   spec: 'latest',
+3739 silly mapToRegistry   type: 'tag' }
+3740 silly mapToRegistry uri https://registry.npmjs.org/qs
+3741 verbose addNameRange registry:https://registry.npmjs.org/qs not in flight; fetching
+3742 silly cache add parsed spec Result {
+3742 silly cache add   raw: 'http-signature@~0.10.0',
+3742 silly cache add   scope: null,
+3742 silly cache add   name: 'http-signature',
+3742 silly cache add   rawSpec: '~0.10.0',
+3742 silly cache add   spec: '>=0.10.0 <0.11.0',
+3742 silly cache add   type: 'range' }
+3743 silly addNamed http-signature@>=0.10.0 <0.11.0
+3744 verbose addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
+3745 silly addNameRange { name: 'http-signature',
+3745 silly addNameRange   range: '>=0.10.0 <0.11.0',
+3745 silly addNameRange   hasData: false }
+3746 silly mapToRegistry name http-signature
+3747 silly mapToRegistry using default registry
+3748 silly mapToRegistry registry https://registry.npmjs.org/
+3749 silly mapToRegistry data Result {
+3749 silly mapToRegistry   raw: 'http-signature',
+3749 silly mapToRegistry   scope: null,
+3749 silly mapToRegistry   name: 'http-signature',
+3749 silly mapToRegistry   rawSpec: '',
+3749 silly mapToRegistry   spec: 'latest',
+3749 silly mapToRegistry   type: 'tag' }
+3750 silly mapToRegistry uri https://registry.npmjs.org/http-signature
+3751 verbose addNameRange registry:https://registry.npmjs.org/http-signature not in flight; fetching
+3752 silly cache add parsed spec Result {
+3752 silly cache add   raw: 'oauth-sign@~0.6.0',
+3752 silly cache add   scope: null,
+3752 silly cache add   name: 'oauth-sign',
+3752 silly cache add   rawSpec: '~0.6.0',
+3752 silly cache add   spec: '>=0.6.0 <0.7.0',
+3752 silly cache add   type: 'range' }
+3753 silly addNamed oauth-sign@>=0.6.0 <0.7.0
+3754 verbose addNamed ">=0.6.0 <0.7.0" is a valid semver range for oauth-sign
+3755 silly addNameRange { name: 'oauth-sign', range: '>=0.6.0 <0.7.0', hasData: false }
+3756 silly mapToRegistry name oauth-sign
+3757 silly mapToRegistry using default registry
+3758 silly mapToRegistry registry https://registry.npmjs.org/
+3759 silly mapToRegistry data Result {
+3759 silly mapToRegistry   raw: 'oauth-sign',
+3759 silly mapToRegistry   scope: null,
+3759 silly mapToRegistry   name: 'oauth-sign',
+3759 silly mapToRegistry   rawSpec: '',
+3759 silly mapToRegistry   spec: 'latest',
+3759 silly mapToRegistry   type: 'tag' }
+3760 silly mapToRegistry uri https://registry.npmjs.org/oauth-sign
+3761 verbose addNameRange registry:https://registry.npmjs.org/oauth-sign not in flight; fetching
+3762 silly cache add parsed spec Result {
+3762 silly cache add   raw: 'hawk@~2.3.0',
+3762 silly cache add   scope: null,
+3762 silly cache add   name: 'hawk',
+3762 silly cache add   rawSpec: '~2.3.0',
+3762 silly cache add   spec: '>=2.3.0 <2.4.0',
+3762 silly cache add   type: 'range' }
+3763 silly addNamed hawk@>=2.3.0 <2.4.0
+3764 verbose addNamed ">=2.3.0 <2.4.0" is a valid semver range for hawk
+3765 silly addNameRange { name: 'hawk', range: '>=2.3.0 <2.4.0', hasData: false }
+3766 silly mapToRegistry name hawk
+3767 silly mapToRegistry using default registry
+3768 silly mapToRegistry registry https://registry.npmjs.org/
+3769 silly mapToRegistry data Result {
+3769 silly mapToRegistry   raw: 'hawk',
+3769 silly mapToRegistry   scope: null,
+3769 silly mapToRegistry   name: 'hawk',
+3769 silly mapToRegistry   rawSpec: '',
+3769 silly mapToRegistry   spec: 'latest',
+3769 silly mapToRegistry   type: 'tag' }
+3770 silly mapToRegistry uri https://registry.npmjs.org/hawk
+3771 verbose addNameRange registry:https://registry.npmjs.org/hawk not in flight; fetching
+3772 silly cache add parsed spec Result {
+3772 silly cache add   raw: 'aws-sign2@~0.5.0',
+3772 silly cache add   scope: null,
+3772 silly cache add   name: 'aws-sign2',
+3772 silly cache add   rawSpec: '~0.5.0',
+3772 silly cache add   spec: '>=0.5.0 <0.6.0',
+3772 silly cache add   type: 'range' }
+3773 silly addNamed aws-sign2@>=0.5.0 <0.6.0
+3774 verbose addNamed ">=0.5.0 <0.6.0" is a valid semver range for aws-sign2
+3775 silly addNameRange { name: 'aws-sign2', range: '>=0.5.0 <0.6.0', hasData: false }
+3776 silly mapToRegistry name aws-sign2
+3777 silly mapToRegistry using default registry
+3778 silly mapToRegistry registry https://registry.npmjs.org/
+3779 silly mapToRegistry data Result {
+3779 silly mapToRegistry   raw: 'aws-sign2',
+3779 silly mapToRegistry   scope: null,
+3779 silly mapToRegistry   name: 'aws-sign2',
+3779 silly mapToRegistry   rawSpec: '',
+3779 silly mapToRegistry   spec: 'latest',
+3779 silly mapToRegistry   type: 'tag' }
+3780 silly mapToRegistry uri https://registry.npmjs.org/aws-sign2
+3781 verbose addNameRange registry:https://registry.npmjs.org/aws-sign2 not in flight; fetching
+3782 silly cache add parsed spec Result {
+3782 silly cache add   raw: 'combined-stream@~0.0.5',
+3782 silly cache add   scope: null,
+3782 silly cache add   name: 'combined-stream',
+3782 silly cache add   rawSpec: '~0.0.5',
+3782 silly cache add   spec: '>=0.0.5 <0.1.0',
+3782 silly cache add   type: 'range' }
+3783 silly addNamed combined-stream@>=0.0.5 <0.1.0
+3784 verbose addNamed ">=0.0.5 <0.1.0" is a valid semver range for combined-stream
+3785 silly addNameRange { name: 'combined-stream',
+3785 silly addNameRange   range: '>=0.0.5 <0.1.0',
+3785 silly addNameRange   hasData: false }
+3786 silly mapToRegistry name combined-stream
+3787 silly mapToRegistry using default registry
+3788 silly mapToRegistry registry https://registry.npmjs.org/
+3789 silly mapToRegistry data Result {
+3789 silly mapToRegistry   raw: 'combined-stream',
+3789 silly mapToRegistry   scope: null,
+3789 silly mapToRegistry   name: 'combined-stream',
+3789 silly mapToRegistry   rawSpec: '',
+3789 silly mapToRegistry   spec: 'latest',
+3789 silly mapToRegistry   type: 'tag' }
+3790 silly mapToRegistry uri https://registry.npmjs.org/combined-stream
+3791 verbose addNameRange registry:https://registry.npmjs.org/combined-stream not in flight; fetching
+3792 silly cache add parsed spec Result {
+3792 silly cache add   raw: 'har-validator@^1.4.0',
+3792 silly cache add   scope: null,
+3792 silly cache add   name: 'har-validator',
+3792 silly cache add   rawSpec: '^1.4.0',
+3792 silly cache add   spec: '>=1.4.0 <2.0.0',
+3792 silly cache add   type: 'range' }
+3793 silly addNamed har-validator@>=1.4.0 <2.0.0
+3794 verbose addNamed ">=1.4.0 <2.0.0" is a valid semver range for har-validator
+3795 silly addNameRange { name: 'har-validator',
+3795 silly addNameRange   range: '>=1.4.0 <2.0.0',
+3795 silly addNameRange   hasData: false }
+3796 silly mapToRegistry name har-validator
+3797 silly mapToRegistry using default registry
+3798 silly mapToRegistry registry https://registry.npmjs.org/
+3799 silly mapToRegistry data Result {
+3799 silly mapToRegistry   raw: 'har-validator',
+3799 silly mapToRegistry   scope: null,
+3799 silly mapToRegistry   name: 'har-validator',
+3799 silly mapToRegistry   rawSpec: '',
+3799 silly mapToRegistry   spec: 'latest',
+3799 silly mapToRegistry   type: 'tag' }
+3800 silly mapToRegistry uri https://registry.npmjs.org/har-validator
+3801 verbose addNameRange registry:https://registry.npmjs.org/har-validator not in flight; fetching
+3802 verbose get https://registry.npmjs.org/bl not expired, no request
+3803 silly addNameRange number 2 { name: 'bl', range: '>=0.9.0 <0.10.0', hasData: true }
+3804 silly addNameRange versions [ 'bl',
+3804 silly addNameRange   [ '0.0.0',
+3804 silly addNameRange     '0.1.0',
+3804 silly addNameRange     '0.1.1',
+3804 silly addNameRange     '0.2.0',
+3804 silly addNameRange     '0.3.0',
+3804 silly addNameRange     '0.4.0',
+3804 silly addNameRange     '0.4.1',
+3804 silly addNameRange     '0.4.2',
+3804 silly addNameRange     '0.5.0',
+3804 silly addNameRange     '0.6.0',
+3804 silly addNameRange     '0.7.0',
+3804 silly addNameRange     '0.8.0',
+3804 silly addNameRange     '0.8.1',
+3804 silly addNameRange     '0.8.2',
+3804 silly addNameRange     '0.9.0',
+3804 silly addNameRange     '0.9.1',
+3804 silly addNameRange     '0.9.2',
+3804 silly addNameRange     '0.9.3',
+3804 silly addNameRange     '0.9.4',
+3804 silly addNameRange     '1.0.0',
+3804 silly addNameRange     '1.0.1',
+3804 silly addNameRange     '0.9.5',
+3804 silly addNameRange     '1.0.2',
+3804 silly addNameRange     '1.0.3',
+3804 silly addNameRange     '1.1.1',
+3804 silly addNameRange     '1.1.2' ] ]
+3805 silly addNamed bl@0.9.5
+3806 verbose addNamed "0.9.5" is a plain semver version for bl
+3807 verbose get https://registry.npmjs.org/caseless not expired, no request
+3808 silly addNameRange number 2 { name: 'caseless', range: '>=0.9.0 <0.10.0', hasData: true }
+3809 silly addNameRange versions [ 'caseless',
+3809 silly addNameRange   [ '0.1.0',
+3809 silly addNameRange     '0.2.0',
+3809 silly addNameRange     '0.3.0',
+3809 silly addNameRange     '0.4.0',
+3809 silly addNameRange     '0.5.0',
+3809 silly addNameRange     '0.6.0',
+3809 silly addNameRange     '0.7.0',
+3809 silly addNameRange     '0.8.0',
+3809 silly addNameRange     '0.9.0',
+3809 silly addNameRange     '0.10.0',
+3809 silly addNameRange     '0.11.0' ] ]
+3810 silly addNamed caseless@0.9.0
+3811 verbose addNamed "0.9.0" is a plain semver version for caseless
+3812 verbose get https://registry.npmjs.org/form-data not expired, no request
+3813 silly addNameRange number 2 { name: 'form-data', range: '>=0.2.0 <0.3.0', hasData: true }
+3814 silly addNameRange versions [ 'form-data',
+3814 silly addNameRange   [ '0.0.0',
+3814 silly addNameRange     '0.0.2',
+3814 silly addNameRange     '0.0.3',
+3814 silly addNameRange     '0.0.4',
+3814 silly addNameRange     '0.0.5',
+3814 silly addNameRange     '0.0.6',
+3814 silly addNameRange     '0.0.7',
+3814 silly addNameRange     '0.0.8',
+3814 silly addNameRange     '0.0.9',
+3814 silly addNameRange     '0.0.10',
+3814 silly addNameRange     '0.1.0',
+3814 silly addNameRange     '0.1.1',
+3814 silly addNameRange     '0.1.2',
+3814 silly addNameRange     '0.1.3',
+3814 silly addNameRange     '0.1.4',
+3814 silly addNameRange     '0.2.0',
+3814 silly addNameRange     '1.0.0-rc1',
+3814 silly addNameRange     '1.0.0-rc2',
+3814 silly addNameRange     '1.0.0-rc3',
+3814 silly addNameRange     '1.0.0-rc4' ] ]
+3815 silly addNamed form-data@0.2.0
+3816 verbose addNamed "0.2.0" is a plain semver version for form-data
+3817 verbose get https://registry.npmjs.org/http-signature not expired, no request
+3818 silly addNameRange number 2 { name: 'http-signature',
+3818 silly addNameRange   range: '>=0.10.0 <0.11.0',
+3818 silly addNameRange   hasData: true }
+3819 silly addNameRange versions [ 'http-signature',
+3819 silly addNameRange   [ '0.9.0',
+3819 silly addNameRange     '0.9.2',
+3819 silly addNameRange     '0.9.3',
+3819 silly addNameRange     '0.9.4',
+3819 silly addNameRange     '0.9.5',
+3819 silly addNameRange     '0.9.6',
+3819 silly addNameRange     '0.9.7',
+3819 silly addNameRange     '0.9.8',
+3819 silly addNameRange     '0.9.9',
+3819 silly addNameRange     '0.9.10',
+3819 silly addNameRange     '0.9.11',
+3819 silly addNameRange     '0.10.0',
+3819 silly addNameRange     '0.10.1',
+3819 silly addNameRange     '0.11.0',
+3819 silly addNameRange     '1.0.0',
+3819 silly addNameRange     '1.0.1',
+3819 silly addNameRange     '1.0.2',
+3819 silly addNameRange     '1.1.0',
+3819 silly addNameRange     '1.1.1' ] ]
+3820 silly addNamed http-signature@0.10.1
+3821 verbose addNamed "0.10.1" is a plain semver version for http-signature
+3822 verbose get https://registry.npmjs.org/qs not expired, no request
+3823 silly addNameRange number 2 { name: 'qs', range: '>=2.4.0 <2.5.0', hasData: true }
+3824 silly addNameRange versions [ 'qs',
+3824 silly addNameRange   [ '0.0.1',
+3824 silly addNameRange     '0.0.2',
+3824 silly addNameRange     '0.0.3',
+3824 silly addNameRange     '0.0.4',
+3824 silly addNameRange     '0.0.5',
+3824 silly addNameRange     '0.0.6',
+3824 silly addNameRange     '0.0.7',
+3824 silly addNameRange     '0.1.0',
+3824 silly addNameRange     '0.2.0',
+3824 silly addNameRange     '0.3.0',
+3824 silly addNameRange     '0.3.1',
+3824 silly addNameRange     '0.3.2',
+3824 silly addNameRange     '0.4.0',
+3824 silly addNameRange     '0.4.1',
+3824 silly addNameRange     '0.4.2',
+3824 silly addNameRange     '0.5.0',
+3824 silly addNameRange     '0.5.1',
+3824 silly addNameRange     '0.5.2',
+3824 silly addNameRange     '0.5.3',
+3824 silly addNameRange     '0.5.4',
+3824 silly addNameRange     '0.5.5',
+3824 silly addNameRange     '0.5.6',
+3824 silly addNameRange     '0.6.0',
+3824 silly addNameRange     '0.6.1',
+3824 silly addNameRange     '0.6.2',
+3824 silly addNameRange     '0.6.3',
+3824 silly addNameRange     '0.6.4',
+3824 silly addNameRange     '0.6.5',
+3824 silly addNameRange     '0.6.6',
+3824 silly addNameRange     '1.0.0',
+3824 silly addNameRange     '1.0.1',
+3824 silly addNameRange     '1.0.2',
+3824 silly addNameRange     '1.1.0',
+3824 silly addNameRange     '1.2.0',
+3824 silly addNameRange     '1.2.1',
+3824 silly addNameRange     '1.2.2',
+3824 silly addNameRange     '2.0.0',
+3824 silly addNameRange     '2.1.0',
+3824 silly addNameRange     '2.2.0',
+3824 silly addNameRange     '2.2.1',
+3824 silly addNameRange     '2.2.2',
+3824 silly addNameRange     '2.2.3',
+3824 silly addNameRange     '2.2.4',
+3824 silly addNameRange     '2.2.5',
+3824 silly addNameRange     '2.3.0',
+3824 silly addNameRange     '2.3.1',
+3824 silly addNameRange     '2.3.2',
+3824 silly addNameRange     '2.3.3',
+3824 silly addNameRange     '2.4.0',
+3824 silly addNameRange     '2.4.1',
+3824 silly addNameRange     '2.4.2',
+3824 silly addNameRange     '3.0.0',
+3824 silly addNameRange     '3.1.0',
+3824 silly addNameRange     '4.0.0',
+3824 silly addNameRange     '5.0.0',
+3824 silly addNameRange     '5.1.0',
+3824 silly addNameRange     '5.2.0',
+3824 silly addNameRange     '6.0.0',
+3824 silly addNameRange     '6.0.1',
+3824 silly addNameRange     '6.0.2',
+3824 silly addNameRange     '6.1.0',
+3824 silly addNameRange     '6.2.0',
+3824 silly addNameRange     '5.2.1',
+3824 silly addNameRange     '6.2.1' ] ]
+3825 silly addNamed qs@2.4.2
+3826 verbose addNamed "2.4.2" is a plain semver version for qs
+3827 verbose request uri https://registry.npmjs.org/mime-types
+3828 verbose request no auth needed
+3829 info attempt registry request try #1 at 12:41:54
+3830 verbose etag "3O7DWUBEADFVPGVCL21NGLBAG"
+3831 http request GET https://registry.npmjs.org/mime-types
+3832 verbose get https://registry.npmjs.org/oauth-sign not expired, no request
+3833 silly addNameRange number 2 { name: 'oauth-sign', range: '>=0.6.0 <0.7.0', hasData: true }
+3834 silly addNameRange versions [ 'oauth-sign',
+3834 silly addNameRange   [ '0.2.0',
+3834 silly addNameRange     '0.3.0',
+3834 silly addNameRange     '0.4.0',
+3834 silly addNameRange     '0.5.0',
+3834 silly addNameRange     '0.6.0',
+3834 silly addNameRange     '0.7.0',
+3834 silly addNameRange     '0.8.0',
+3834 silly addNameRange     '0.8.1',
+3834 silly addNameRange     '0.8.2' ] ]
+3835 silly addNamed oauth-sign@0.6.0
+3836 verbose addNamed "0.6.0" is a plain semver version for oauth-sign
+3837 verbose get https://registry.npmjs.org/hawk not expired, no request
+3838 silly addNameRange number 2 { name: 'hawk', range: '>=2.3.0 <2.4.0', hasData: true }
+3839 silly addNameRange versions [ 'hawk',
+3839 silly addNameRange   [ '0.0.1',
+3839 silly addNameRange     '0.0.2',
+3839 silly addNameRange     '0.0.3',
+3839 silly addNameRange     '0.0.4',
+3839 silly addNameRange     '0.0.5',
+3839 silly addNameRange     '0.0.6',
+3839 silly addNameRange     '0.0.7',
+3839 silly addNameRange     '0.0.8',
+3839 silly addNameRange     '0.1.0',
+3839 silly addNameRange     '0.2.0',
+3839 silly addNameRange     '0.3.0',
+3839 silly addNameRange     '0.4.0',
+3839 silly addNameRange     '0.5.0',
+3839 silly addNameRange     '0.5.1',
+3839 silly addNameRange     '0.5.2',
+3839 silly addNameRange     '0.5.3',
+3839 silly addNameRange     '0.6.0',
+3839 silly addNameRange     '0.6.1',
+3839 silly addNameRange     '0.7.0',
+3839 silly addNameRange     '0.7.1',
+3839 silly addNameRange     '0.8.1',
+3839 silly addNameRange     '0.9.0',
+3839 silly addNameRange     '0.10.0',
+3839 silly addNameRange     '0.10.1',
+3839 silly addNameRange     '0.10.2',
+3839 silly addNameRange     '0.11.0',
+3839 silly addNameRange     '0.11.1',
+3839 silly addNameRange     '0.12.0',
+3839 silly addNameRange     '0.12.1',
+3839 silly addNameRange     '0.12.2',
+3839 silly addNameRange     '0.13.0',
+3839 silly addNameRange     '0.13.1',
+3839 silly addNameRange     '0.14.0',
+3839 silly addNameRange     '0.15.0',
+3839 silly addNameRange     '1.0.0',
+3839 silly addNameRange     '1.1.0-pre',
+3839 silly addNameRange     '1.1.1',
+3839 silly addNameRange     '1.1.2',
+3839 silly addNameRange     '2.0.0',
+3839 silly addNameRange     '2.1.0',
+3839 silly addNameRange     '2.1.1',
+3839 silly addNameRange     '2.1.2',
+3839 silly addNameRange     '2.1.3',
+3839 silly addNameRange     '2.2.0',
+3839 silly addNameRange     '2.2.1',
+3839 silly addNameRange     '2.2.2',
+3839 silly addNameRange     '2.2.3',
+3839 silly addNameRange     '2.3.0',
+3839 silly addNameRange     '2.3.1',
+3839 silly addNameRange     '3.0.0',
+3839 silly addNameRange     '3.1.0',
+3839 silly addNameRange     '3.1.1',
+3839 silly addNameRange     '4.0.0',
+3839 silly addNameRange     '3.1.2',
+3839 silly addNameRange     '4.0.1',
+3839 silly addNameRange     '4.1.0',
+3839 silly addNameRange     '4.1.1',
+3839 silly addNameRange     '3.1.3',
+3839 silly addNameRange     '4.1.2',
+3839 silly addNameRange     '5.0.0',
+3839 silly addNameRange     '5.0.1',
+3839 silly addNameRange     '5.1.0',
+3839 silly addNameRange     '5.1.1',
+3839 silly addNameRange     '5.1.2' ] ]
+3840 silly addNamed hawk@2.3.1
+3841 verbose addNamed "2.3.1" is a plain semver version for hawk
+3842 verbose get https://registry.npmjs.org/aws-sign2 not expired, no request
+3843 silly addNameRange number 2 { name: 'aws-sign2', range: '>=0.5.0 <0.6.0', hasData: true }
+3844 silly addNameRange versions [ 'aws-sign2', [ '0.4.0', '0.5.0', '0.6.0' ] ]
+3845 silly addNamed aws-sign2@0.5.0
+3846 verbose addNamed "0.5.0" is a plain semver version for aws-sign2
+3847 verbose get https://registry.npmjs.org/combined-stream not expired, no request
+3848 silly addNameRange number 2 { name: 'combined-stream',
+3848 silly addNameRange   range: '>=0.0.5 <0.1.0',
+3848 silly addNameRange   hasData: true }
+3849 silly addNameRange versions [ 'combined-stream',
+3849 silly addNameRange   [ '0.0.0',
+3849 silly addNameRange     '0.0.1',
+3849 silly addNameRange     '0.0.2',
+3849 silly addNameRange     '0.0.3',
+3849 silly addNameRange     '0.0.4',
+3849 silly addNameRange     '0.0.5',
+3849 silly addNameRange     '0.0.7',
+3849 silly addNameRange     '1.0.0',
+3849 silly addNameRange     '1.0.1',
+3849 silly addNameRange     '1.0.2',
+3849 silly addNameRange     '1.0.3',
+3849 silly addNameRange     '1.0.4',
+3849 silly addNameRange     '1.0.5' ] ]
+3850 silly addNamed combined-stream@0.0.7
+3851 verbose addNamed "0.0.7" is a plain semver version for combined-stream
+3852 verbose get https://registry.npmjs.org/har-validator not expired, no request
+3853 silly addNameRange number 2 { name: 'har-validator', range: '>=1.4.0 <2.0.0', hasData: true }
+3854 silly addNameRange versions [ 'har-validator',
+3854 silly addNameRange   [ '1.0.0',
+3854 silly addNameRange     '1.0.1',
+3854 silly addNameRange     '1.0.2',
+3854 silly addNameRange     '1.1.0',
+3854 silly addNameRange     '1.1.1',
+3854 silly addNameRange     '1.1.2',
+3854 silly addNameRange     '1.1.3',
+3854 silly addNameRange     '1.2.0',
+3854 silly addNameRange     '1.3.0',
+3854 silly addNameRange     '1.3.1',
+3854 silly addNameRange     '1.4.0',
+3854 silly addNameRange     '1.5.0',
+3854 silly addNameRange     '1.5.1',
+3854 silly addNameRange     '1.6.0',
+3854 silly addNameRange     '1.6.1',
+3854 silly addNameRange     '1.7.0',
+3854 silly addNameRange     '1.7.1',
+3854 silly addNameRange     '1.8.0',
+3854 silly addNameRange     '2.0.0',
+3854 silly addNameRange     '2.0.1',
+3854 silly addNameRange     '2.0.2',
+3854 silly addNameRange     '2.0.3',
+3854 silly addNameRange     '2.0.4',
+3854 silly addNameRange     '2.0.5',
+3854 silly addNameRange     '2.0.6',
+3854 silly addNameRange     '2.1.0',
+3854 silly addNameRange     '2.1.1',
+3854 silly addNameRange     '2.1.2',
+3854 silly addNameRange     '2.1.3' ] ]
+3855 silly addNamed har-validator@1.8.0
+3856 verbose addNamed "1.8.0" is a plain semver version for har-validator
+3857 http 304 https://registry.npmjs.org/mime-types
+3858 verbose headers { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3858 verbose headers   via: '1.1 varnish',
+3858 verbose headers   'cache-control': 'max-age=300',
+3858 verbose headers   etag: '"3O7DWUBEADFVPGVCL21NGLBAG"',
+3858 verbose headers   age: '54',
+3858 verbose headers   connection: 'keep-alive',
+3858 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+3858 verbose headers   'x-cache': 'HIT',
+3858 verbose headers   'x-cache-hits': '14',
+3858 verbose headers   'x-timer': 'S1470634914.859490,VS0,VE0',
+3858 verbose headers   vary: 'Accept-Encoding' }
+3859 silly get cb [ 304,
+3859 silly get   { date: 'Mon, 08 Aug 2016 05:41:54 GMT',
+3859 silly get     via: '1.1 varnish',
+3859 silly get     'cache-control': 'max-age=300',
+3859 silly get     etag: '"3O7DWUBEADFVPGVCL21NGLBAG"',
+3859 silly get     age: '54',
+3859 silly get     connection: 'keep-alive',
+3859 silly get     'x-served-by': 'cache-sin6926-SIN',
+3859 silly get     'x-cache': 'HIT',
+3859 silly get     'x-cache-hits': '14',
+3859 silly get     'x-timer': 'S1470634914.859490,VS0,VE0',
+3859 silly get     vary: 'Accept-Encoding' } ]
+3860 verbose etag https://registry.npmjs.org/mime-types from cache
+3861 verbose get saving mime-types to /home/adhisimon/.npm/registry.npmjs.org/mime-types/.cache.json
+3862 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3863 silly cache afterAdd bl@0.9.5
+3864 verbose afterAdd /home/adhisimon/.npm/bl/0.9.5/package/package.json not in flight; writing
+3865 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3866 silly cache afterAdd http-signature@0.10.1
+3867 verbose afterAdd /home/adhisimon/.npm/http-signature/0.10.1/package/package.json not in flight; writing
+3868 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3869 silly cache afterAdd qs@2.4.2
+3870 verbose afterAdd /home/adhisimon/.npm/qs/2.4.2/package/package.json not in flight; writing
+3871 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3872 silly cache afterAdd form-data@0.2.0
+3873 verbose afterAdd /home/adhisimon/.npm/form-data/0.2.0/package/package.json not in flight; writing
+3874 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3875 silly cache afterAdd hawk@2.3.1
+3876 verbose afterAdd /home/adhisimon/.npm/hawk/2.3.1/package/package.json not in flight; writing
+3877 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3878 silly cache afterAdd aws-sign2@0.5.0
+3879 verbose afterAdd /home/adhisimon/.npm/aws-sign2/0.5.0/package/package.json not in flight; writing
+3880 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3881 silly cache afterAdd oauth-sign@0.6.0
+3882 verbose afterAdd /home/adhisimon/.npm/oauth-sign/0.6.0/package/package.json not in flight; writing
+3883 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3884 silly cache afterAdd caseless@0.9.0
+3885 verbose afterAdd /home/adhisimon/.npm/caseless/0.9.0/package/package.json not in flight; writing
+3886 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3887 silly cache afterAdd har-validator@1.8.0
+3888 verbose afterAdd /home/adhisimon/.npm/har-validator/1.8.0/package/package.json not in flight; writing
+3889 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3890 silly resolveWithNewModule mime-types@2.0.14 checking installable status
+3891 silly cache add args [ 'mime-types@~2.0.1', null ]
+3892 verbose cache add spec mime-types@~2.0.1
+3893 silly cache add parsed spec Result {
+3893 silly cache add   raw: 'mime-types@~2.0.1',
+3893 silly cache add   scope: null,
+3893 silly cache add   name: 'mime-types',
+3893 silly cache add   rawSpec: '~2.0.1',
+3893 silly cache add   spec: '>=2.0.1 <2.1.0',
+3893 silly cache add   type: 'range' }
+3894 silly addNamed mime-types@>=2.0.1 <2.1.0
+3895 verbose addNamed ">=2.0.1 <2.1.0" is a valid semver range for mime-types
+3896 silly addNameRange { name: 'mime-types', range: '>=2.0.1 <2.1.0', hasData: false }
+3897 silly mapToRegistry name mime-types
+3898 silly mapToRegistry using default registry
+3899 silly mapToRegistry registry https://registry.npmjs.org/
+3900 silly mapToRegistry data Result {
+3900 silly mapToRegistry   raw: 'mime-types',
+3900 silly mapToRegistry   scope: null,
+3900 silly mapToRegistry   name: 'mime-types',
+3900 silly mapToRegistry   rawSpec: '',
+3900 silly mapToRegistry   spec: 'latest',
+3900 silly mapToRegistry   type: 'tag' }
+3901 silly mapToRegistry uri https://registry.npmjs.org/mime-types
+3902 verbose addNameRange registry:https://registry.npmjs.org/mime-types not in flight; fetching
+3903 silly cache afterAdd combined-stream@0.0.7
+3904 verbose afterAdd /home/adhisimon/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
+3905 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3906 verbose afterAdd /home/adhisimon/.npm/bl/0.9.5/package/package.json written
+3907 verbose afterAdd /home/adhisimon/.npm/http-signature/0.10.1/package/package.json written
+3908 verbose afterAdd /home/adhisimon/.npm/form-data/0.2.0/package/package.json written
+3909 verbose afterAdd /home/adhisimon/.npm/qs/2.4.2/package/package.json written
+3910 verbose afterAdd /home/adhisimon/.npm/aws-sign2/0.5.0/package/package.json written
+3911 verbose afterAdd /home/adhisimon/.npm/hawk/2.3.1/package/package.json written
+3912 verbose afterAdd /home/adhisimon/.npm/oauth-sign/0.6.0/package/package.json written
+3913 verbose afterAdd /home/adhisimon/.npm/caseless/0.9.0/package/package.json written
+3914 verbose afterAdd /home/adhisimon/.npm/har-validator/1.8.0/package/package.json written
+3915 verbose get https://registry.npmjs.org/mime-types not expired, no request
+3916 silly addNameRange number 2 { name: 'mime-types', range: '>=2.0.1 <2.1.0', hasData: true }
+3917 silly addNameRange versions [ 'mime-types',
+3917 silly addNameRange   [ '0.1.0',
+3917 silly addNameRange     '1.0.0',
+3917 silly addNameRange     '1.0.1',
+3917 silly addNameRange     '1.0.2',
+3917 silly addNameRange     '2.0.0',
+3917 silly addNameRange     '2.0.1',
+3917 silly addNameRange     '2.0.2',
+3917 silly addNameRange     '2.0.3',
+3917 silly addNameRange     '2.0.4',
+3917 silly addNameRange     '2.0.5',
+3917 silly addNameRange     '2.0.6',
+3917 silly addNameRange     '2.0.7',
+3917 silly addNameRange     '2.0.8',
+3917 silly addNameRange     '2.0.9',
+3917 silly addNameRange     '2.0.10',
+3917 silly addNameRange     '2.0.11',
+3917 silly addNameRange     '2.0.12',
+3917 silly addNameRange     '2.0.13',
+3917 silly addNameRange     '2.0.14',
+3917 silly addNameRange     '2.1.0',
+3917 silly addNameRange     '2.1.1',
+3917 silly addNameRange     '2.1.2',
+3917 silly addNameRange     '2.1.3',
+3917 silly addNameRange     '2.1.4',
+3917 silly addNameRange     '2.1.5',
+3917 silly addNameRange     '2.1.6',
+3917 silly addNameRange     '2.1.7',
+3917 silly addNameRange     '2.1.8',
+3917 silly addNameRange     '2.1.9',
+3917 silly addNameRange     '2.1.10',
+3917 silly addNameRange     '2.1.11' ] ]
+3918 silly addNamed mime-types@2.0.14
+3919 verbose addNamed "2.0.14" is a plain semver version for mime-types
+3920 verbose afterAdd /home/adhisimon/.npm/combined-stream/0.0.7/package/package.json written
+3921 silly cache afterAdd mime-types@2.0.14
+3922 verbose afterAdd /home/adhisimon/.npm/mime-types/2.0.14/package/package.json not in flight; writing
+3923 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3924 verbose afterAdd /home/adhisimon/.npm/mime-types/2.0.14/package/package.json written
+3925 silly fetchNamedPackageData readable-stream
+3926 silly mapToRegistry name readable-stream
+3927 silly mapToRegistry using default registry
+3928 silly mapToRegistry registry https://registry.npmjs.org/
+3929 silly mapToRegistry data Result {
+3929 silly mapToRegistry   raw: 'readable-stream',
+3929 silly mapToRegistry   scope: null,
+3929 silly mapToRegistry   name: 'readable-stream',
+3929 silly mapToRegistry   rawSpec: '',
+3929 silly mapToRegistry   spec: 'latest',
+3929 silly mapToRegistry   type: 'tag' }
+3930 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
+3931 silly resolveWithNewModule readable-stream@1.0.34 checking installable status
+3932 silly cache add args [ 'readable-stream@~1.0.26', null ]
+3933 verbose cache add spec readable-stream@~1.0.26
+3934 silly cache add parsed spec Result {
+3934 silly cache add   raw: 'readable-stream@~1.0.26',
+3934 silly cache add   scope: null,
+3934 silly cache add   name: 'readable-stream',
+3934 silly cache add   rawSpec: '~1.0.26',
+3934 silly cache add   spec: '>=1.0.26 <1.1.0',
+3934 silly cache add   type: 'range' }
+3935 silly addNamed readable-stream@>=1.0.26 <1.1.0
+3936 verbose addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
+3937 silly addNameRange { name: 'readable-stream',
+3937 silly addNameRange   range: '>=1.0.26 <1.1.0',
+3937 silly addNameRange   hasData: false }
+3938 silly mapToRegistry name readable-stream
+3939 silly mapToRegistry using default registry
+3940 silly mapToRegistry registry https://registry.npmjs.org/
+3941 silly mapToRegistry data Result {
+3941 silly mapToRegistry   raw: 'readable-stream',
+3941 silly mapToRegistry   scope: null,
+3941 silly mapToRegistry   name: 'readable-stream',
+3941 silly mapToRegistry   rawSpec: '',
+3941 silly mapToRegistry   spec: 'latest',
+3941 silly mapToRegistry   type: 'tag' }
+3942 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
+3943 verbose addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching
+3944 verbose get https://registry.npmjs.org/readable-stream not expired, no request
+3945 silly addNameRange number 2 { name: 'readable-stream',
+3945 silly addNameRange   range: '>=1.0.26 <1.1.0',
+3945 silly addNameRange   hasData: true }
+3946 silly addNameRange versions [ 'readable-stream',
+3946 silly addNameRange   [ '0.0.1',
+3946 silly addNameRange     '0.0.2',
+3946 silly addNameRange     '0.0.3',
+3946 silly addNameRange     '0.0.4',
+3946 silly addNameRange     '0.1.0',
+3946 silly addNameRange     '0.2.0',
+3946 silly addNameRange     '0.3.0',
+3946 silly addNameRange     '0.3.1',
+3946 silly addNameRange     '1.0.0',
+3946 silly addNameRange     '1.0.1',
+3946 silly addNameRange     '1.0.2',
+3946 silly addNameRange     '1.0.15',
+3946 silly addNameRange     '1.0.17',
+3946 silly addNameRange     '1.1.7',
+3946 silly addNameRange     '1.1.8',
+3946 silly addNameRange     '1.1.9',
+3946 silly addNameRange     '1.0.24',
+3946 silly addNameRange     '1.0.25',
+3946 silly addNameRange     '1.1.10',
+3946 silly addNameRange     '1.0.25-1',
+3946 silly addNameRange     '1.1.11',
+3946 silly addNameRange     '1.0.26',
+3946 silly addNameRange     '1.0.26-1',
+3946 silly addNameRange     '1.1.11-1',
+3946 silly addNameRange     '1.0.26-2',
+3946 silly addNameRange     '1.1.12',
+3946 silly addNameRange     '1.0.26-3',
+3946 silly addNameRange     '1.0.26-4',
+3946 silly addNameRange     '1.1.12-1',
+3946 silly addNameRange     '1.0.27-1',
+3946 silly addNameRange     '1.1.13-1',
+3946 silly addNameRange     '1.0.31',
+3946 silly addNameRange     '1.1.13',
+3946 silly addNameRange     '1.0.32',
+3946 silly addNameRange     '1.0.32-1',
+3946 silly addNameRange     '1.0.33-1',
+3946 silly addNameRange     '1.0.33-2',
+3946 silly addNameRange     '1.0.33',
+3946 silly addNameRange     '2.0.0',
+3946 silly addNameRange     '2.0.1',
+3946 silly addNameRange     '2.0.2',
+3946 silly addNameRange     '2.0.3',
+3946 silly addNameRange     '2.0.4',
+3946 silly addNameRange     '2.0.5',
+3946 silly addNameRange     '2.0.6',
+3946 silly addNameRange     '1.0.34',
+3946 silly addNameRange     '1.1.14',
+3946 silly addNameRange     '2.1.0',
+3946 silly addNameRange     '2.1.1',
+3946 silly addNameRange     '2.1.2',
+3946 silly addNameRange     '2.1.3',
+3946 silly addNameRange     '2.1.4' ] ]
+3947 silly addNamed readable-stream@1.0.34
+3948 verbose addNamed "1.0.34" is a plain semver version for readable-stream
+3949 silly cache afterAdd readable-stream@1.0.34
+3950 verbose afterAdd /home/adhisimon/.npm/readable-stream/1.0.34/package/package.json not in flight; writing
+3951 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3952 verbose afterAdd /home/adhisimon/.npm/readable-stream/1.0.34/package/package.json written
+3953 silly fetchNamedPackageData isarray
+3954 silly mapToRegistry name isarray
+3955 silly mapToRegistry using default registry
+3956 silly mapToRegistry registry https://registry.npmjs.org/
+3957 silly mapToRegistry data Result {
+3957 silly mapToRegistry   raw: 'isarray',
+3957 silly mapToRegistry   scope: null,
+3957 silly mapToRegistry   name: 'isarray',
+3957 silly mapToRegistry   rawSpec: '',
+3957 silly mapToRegistry   spec: 'latest',
+3957 silly mapToRegistry   type: 'tag' }
+3958 silly mapToRegistry uri https://registry.npmjs.org/isarray
+3959 verbose request uri https://registry.npmjs.org/isarray
+3960 verbose request no auth needed
+3961 info attempt registry request try #1 at 12:41:55
+3962 verbose etag "9BAUPW5RTV3W0838KA6Y08NTG"
+3963 http request GET https://registry.npmjs.org/isarray
+3964 http 304 https://registry.npmjs.org/isarray
+3965 verbose headers { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+3965 verbose headers   via: '1.1 varnish',
+3965 verbose headers   'cache-control': 'max-age=300',
+3965 verbose headers   etag: '"9BAUPW5RTV3W0838KA6Y08NTG"',
+3965 verbose headers   age: '119',
+3965 verbose headers   connection: 'keep-alive',
+3965 verbose headers   'x-served-by': 'cache-sin6922-SIN',
+3965 verbose headers   'x-cache': 'HIT',
+3965 verbose headers   'x-cache-hits': '31',
+3965 verbose headers   'x-timer': 'S1470634915.129148,VS0,VE0',
+3965 verbose headers   vary: 'Accept-Encoding' }
+3966 silly get cb [ 304,
+3966 silly get   { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+3966 silly get     via: '1.1 varnish',
+3966 silly get     'cache-control': 'max-age=300',
+3966 silly get     etag: '"9BAUPW5RTV3W0838KA6Y08NTG"',
+3966 silly get     age: '119',
+3966 silly get     connection: 'keep-alive',
+3966 silly get     'x-served-by': 'cache-sin6922-SIN',
+3966 silly get     'x-cache': 'HIT',
+3966 silly get     'x-cache-hits': '31',
+3966 silly get     'x-timer': 'S1470634915.129148,VS0,VE0',
+3966 silly get     vary: 'Accept-Encoding' } ]
+3967 verbose etag https://registry.npmjs.org/isarray from cache
+3968 verbose get saving isarray to /home/adhisimon/.npm/registry.npmjs.org/isarray/.cache.json
+3969 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3970 silly resolveWithNewModule isarray@0.0.1 checking installable status
+3971 silly cache add args [ 'isarray@0.0.1', null ]
+3972 verbose cache add spec isarray@0.0.1
+3973 silly cache add parsed spec Result {
+3973 silly cache add   raw: 'isarray@0.0.1',
+3973 silly cache add   scope: null,
+3973 silly cache add   name: 'isarray',
+3973 silly cache add   rawSpec: '0.0.1',
+3973 silly cache add   spec: '0.0.1',
+3973 silly cache add   type: 'version' }
+3974 silly addNamed isarray@0.0.1
+3975 verbose addNamed "0.0.1" is a plain semver version for isarray
+3976 silly mapToRegistry name isarray
+3977 silly mapToRegistry using default registry
+3978 silly mapToRegistry registry https://registry.npmjs.org/
+3979 silly mapToRegistry data Result {
+3979 silly mapToRegistry   raw: 'isarray',
+3979 silly mapToRegistry   scope: null,
+3979 silly mapToRegistry   name: 'isarray',
+3979 silly mapToRegistry   rawSpec: '',
+3979 silly mapToRegistry   spec: 'latest',
+3979 silly mapToRegistry   type: 'tag' }
+3980 silly mapToRegistry uri https://registry.npmjs.org/isarray
+3981 verbose addNameVersion registry:https://registry.npmjs.org/isarray not in flight; fetching
+3982 verbose get https://registry.npmjs.org/isarray not expired, no request
+3983 silly cache afterAdd isarray@0.0.1
+3984 verbose afterAdd /home/adhisimon/.npm/isarray/0.0.1/package/package.json not in flight; writing
+3985 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+3986 verbose afterAdd /home/adhisimon/.npm/isarray/0.0.1/package/package.json written
+3987 silly fetchNamedPackageData delayed-stream
+3988 silly mapToRegistry name delayed-stream
+3989 silly mapToRegistry using default registry
+3990 silly mapToRegistry registry https://registry.npmjs.org/
+3991 silly mapToRegistry data Result {
+3991 silly mapToRegistry   raw: 'delayed-stream',
+3991 silly mapToRegistry   scope: null,
+3991 silly mapToRegistry   name: 'delayed-stream',
+3991 silly mapToRegistry   rawSpec: '',
+3991 silly mapToRegistry   spec: 'latest',
+3991 silly mapToRegistry   type: 'tag' }
+3992 silly mapToRegistry uri https://registry.npmjs.org/delayed-stream
+3993 silly resolveWithNewModule delayed-stream@0.0.5 checking installable status
+3994 silly cache add args [ 'delayed-stream@0.0.5', null ]
+3995 verbose cache add spec delayed-stream@0.0.5
+3996 silly cache add parsed spec Result {
+3996 silly cache add   raw: 'delayed-stream@0.0.5',
+3996 silly cache add   scope: null,
+3996 silly cache add   name: 'delayed-stream',
+3996 silly cache add   rawSpec: '0.0.5',
+3996 silly cache add   spec: '0.0.5',
+3996 silly cache add   type: 'version' }
+3997 silly addNamed delayed-stream@0.0.5
+3998 verbose addNamed "0.0.5" is a plain semver version for delayed-stream
+3999 silly mapToRegistry name delayed-stream
+4000 silly mapToRegistry using default registry
+4001 silly mapToRegistry registry https://registry.npmjs.org/
+4002 silly mapToRegistry data Result {
+4002 silly mapToRegistry   raw: 'delayed-stream',
+4002 silly mapToRegistry   scope: null,
+4002 silly mapToRegistry   name: 'delayed-stream',
+4002 silly mapToRegistry   rawSpec: '',
+4002 silly mapToRegistry   spec: 'latest',
+4002 silly mapToRegistry   type: 'tag' }
+4003 silly mapToRegistry uri https://registry.npmjs.org/delayed-stream
+4004 verbose addNameVersion registry:https://registry.npmjs.org/delayed-stream not in flight; fetching
+4005 verbose get https://registry.npmjs.org/delayed-stream not expired, no request
+4006 silly cache afterAdd delayed-stream@0.0.5
+4007 verbose afterAdd /home/adhisimon/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
+4008 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4009 verbose afterAdd /home/adhisimon/.npm/delayed-stream/0.0.5/package/package.json written
+4010 silly fetchNamedPackageData async
+4011 silly mapToRegistry name async
+4012 silly mapToRegistry using default registry
+4013 silly mapToRegistry registry https://registry.npmjs.org/
+4014 silly mapToRegistry data Result {
+4014 silly mapToRegistry   raw: 'async',
+4014 silly mapToRegistry   scope: null,
+4014 silly mapToRegistry   name: 'async',
+4014 silly mapToRegistry   rawSpec: '',
+4014 silly mapToRegistry   spec: 'latest',
+4014 silly mapToRegistry   type: 'tag' }
+4015 silly mapToRegistry uri https://registry.npmjs.org/async
+4016 silly resolveWithNewModule async@0.9.2 checking installable status
+4017 silly cache add args [ 'async@~0.9.0', null ]
+4018 verbose cache add spec async@~0.9.0
+4019 silly cache add parsed spec Result {
+4019 silly cache add   raw: 'async@~0.9.0',
+4019 silly cache add   scope: null,
+4019 silly cache add   name: 'async',
+4019 silly cache add   rawSpec: '~0.9.0',
+4019 silly cache add   spec: '>=0.9.0 <0.10.0',
+4019 silly cache add   type: 'range' }
+4020 silly addNamed async@>=0.9.0 <0.10.0
+4021 verbose addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
+4022 silly addNameRange { name: 'async', range: '>=0.9.0 <0.10.0', hasData: false }
+4023 silly mapToRegistry name async
+4024 silly mapToRegistry using default registry
+4025 silly mapToRegistry registry https://registry.npmjs.org/
+4026 silly mapToRegistry data Result {
+4026 silly mapToRegistry   raw: 'async',
+4026 silly mapToRegistry   scope: null,
+4026 silly mapToRegistry   name: 'async',
+4026 silly mapToRegistry   rawSpec: '',
+4026 silly mapToRegistry   spec: 'latest',
+4026 silly mapToRegistry   type: 'tag' }
+4027 silly mapToRegistry uri https://registry.npmjs.org/async
+4028 verbose addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
+4029 verbose get https://registry.npmjs.org/async not expired, no request
+4030 silly addNameRange number 2 { name: 'async', range: '>=0.9.0 <0.10.0', hasData: true }
+4031 silly addNameRange versions [ 'async',
+4031 silly addNameRange   [ '0.1.0',
+4031 silly addNameRange     '0.1.1',
+4031 silly addNameRange     '0.1.2',
+4031 silly addNameRange     '0.1.3',
+4031 silly addNameRange     '0.1.4',
+4031 silly addNameRange     '0.1.5',
+4031 silly addNameRange     '0.1.6',
+4031 silly addNameRange     '0.1.7',
+4031 silly addNameRange     '0.1.8',
+4031 silly addNameRange     '0.1.9',
+4031 silly addNameRange     '0.1.10',
+4031 silly addNameRange     '0.1.11',
+4031 silly addNameRange     '0.1.12',
+4031 silly addNameRange     '0.1.13',
+4031 silly addNameRange     '0.1.14',
+4031 silly addNameRange     '0.1.15',
+4031 silly addNameRange     '0.1.16',
+4031 silly addNameRange     '0.1.17',
+4031 silly addNameRange     '0.1.18',
+4031 silly addNameRange     '0.1.19',
+4031 silly addNameRange     '0.1.20',
+4031 silly addNameRange     '0.1.21',
+4031 silly addNameRange     '0.1.22',
+4031 silly addNameRange     '0.2.0',
+4031 silly addNameRange     '0.2.1',
+4031 silly addNameRange     '0.2.2',
+4031 silly addNameRange     '0.2.3',
+4031 silly addNameRange     '0.2.4',
+4031 silly addNameRange     '0.2.5',
+4031 silly addNameRange     '0.2.6',
+4031 silly addNameRange     '0.2.7',
+4031 silly addNameRange     '0.2.8',
+4031 silly addNameRange     '0.2.9',
+4031 silly addNameRange     '0.2.10',
+4031 silly addNameRange     '0.3.0',
+4031 silly addNameRange     '0.4.0',
+4031 silly addNameRange     '0.4.1',
+4031 silly addNameRange     '0.5.0',
+4031 silly addNameRange     '0.6.0',
+4031 silly addNameRange     '0.6.1',
+4031 silly addNameRange     '0.6.2',
+4031 silly addNameRange     '0.7.0',
+4031 silly addNameRange     '0.8.0',
+4031 silly addNameRange     '0.9.0',
+4031 silly addNameRange     '0.9.2',
+4031 silly addNameRange     '1.0.0',
+4031 silly addNameRange     '1.1.0',
+4031 silly addNameRange     '1.2.0',
+4031 silly addNameRange     '1.1.1',
+4031 silly addNameRange     '1.2.1',
+4031 silly addNameRange     '1.3.0',
+4031 silly addNameRange     '1.4.0',
+4031 silly addNameRange     '1.4.1',
+4031 silly addNameRange     '1.4.2',
+4031 silly addNameRange     '1.5.0',
+4031 silly addNameRange     '1.5.1',
+4031 silly addNameRange     '1.5.2',
+4031 silly addNameRange     '2.0.0-alpha.0',
+4031 silly addNameRange     '2.0.0-rc.1',
+4031 silly addNameRange     '2.0.0-rc.2',
+4031 silly addNameRange     '2.0.0-rc.3',
+4031 silly addNameRange     '2.0.0-rc.4',
+4031 silly addNameRange     '2.0.0-rc.5',
+4031 silly addNameRange     '2.0.0-rc.6',
+4031 silly addNameRange     '2.0.0',
+4031 silly addNameRange     '2.0.1' ] ]
+4032 silly addNamed async@0.9.2
+4033 verbose addNamed "0.9.2" is a plain semver version for async
+4034 silly cache afterAdd async@0.9.2
+4035 verbose afterAdd /home/adhisimon/.npm/async/0.9.2/package/package.json not in flight; writing
+4036 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4037 verbose afterAdd /home/adhisimon/.npm/async/0.9.2/package/package.json written
+4038 silly fetchNamedPackageData mime-db
+4039 silly mapToRegistry name mime-db
+4040 silly mapToRegistry using default registry
+4041 silly mapToRegistry registry https://registry.npmjs.org/
+4042 silly mapToRegistry data Result {
+4042 silly mapToRegistry   raw: 'mime-db',
+4042 silly mapToRegistry   scope: null,
+4042 silly mapToRegistry   name: 'mime-db',
+4042 silly mapToRegistry   rawSpec: '',
+4042 silly mapToRegistry   spec: 'latest',
+4042 silly mapToRegistry   type: 'tag' }
+4043 silly mapToRegistry uri https://registry.npmjs.org/mime-db
+4044 verbose request uri https://registry.npmjs.org/mime-db
+4045 verbose request no auth needed
+4046 info attempt registry request try #1 at 12:41:55
+4047 verbose etag "DE1E5EXFAKV0S1L2M4PVTQ4O1"
+4048 http request GET https://registry.npmjs.org/mime-db
+4049 http 304 https://registry.npmjs.org/mime-db
+4050 verbose headers { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4050 verbose headers   via: '1.1 varnish',
+4050 verbose headers   'cache-control': 'max-age=300',
+4050 verbose headers   etag: '"DE1E5EXFAKV0S1L2M4PVTQ4O1"',
+4050 verbose headers   age: '271',
+4050 verbose headers   connection: 'keep-alive',
+4050 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+4050 verbose headers   'x-cache': 'HIT',
+4050 verbose headers   'x-cache-hits': '18',
+4050 verbose headers   'x-timer': 'S1470634915.343440,VS0,VE0',
+4050 verbose headers   vary: 'Accept-Encoding' }
+4051 silly get cb [ 304,
+4051 silly get   { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4051 silly get     via: '1.1 varnish',
+4051 silly get     'cache-control': 'max-age=300',
+4051 silly get     etag: '"DE1E5EXFAKV0S1L2M4PVTQ4O1"',
+4051 silly get     age: '271',
+4051 silly get     connection: 'keep-alive',
+4051 silly get     'x-served-by': 'cache-sin6921-SIN',
+4051 silly get     'x-cache': 'HIT',
+4051 silly get     'x-cache-hits': '18',
+4051 silly get     'x-timer': 'S1470634915.343440,VS0,VE0',
+4051 silly get     vary: 'Accept-Encoding' } ]
+4052 verbose etag https://registry.npmjs.org/mime-db from cache
+4053 verbose get saving mime-db to /home/adhisimon/.npm/registry.npmjs.org/mime-db/.cache.json
+4054 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4055 silly resolveWithNewModule mime-db@1.12.0 checking installable status
+4056 silly cache add args [ 'mime-db@~1.12.0', null ]
+4057 verbose cache add spec mime-db@~1.12.0
+4058 silly cache add parsed spec Result {
+4058 silly cache add   raw: 'mime-db@~1.12.0',
+4058 silly cache add   scope: null,
+4058 silly cache add   name: 'mime-db',
+4058 silly cache add   rawSpec: '~1.12.0',
+4058 silly cache add   spec: '>=1.12.0 <1.13.0',
+4058 silly cache add   type: 'range' }
+4059 silly addNamed mime-db@>=1.12.0 <1.13.0
+4060 verbose addNamed ">=1.12.0 <1.13.0" is a valid semver range for mime-db
+4061 silly addNameRange { name: 'mime-db', range: '>=1.12.0 <1.13.0', hasData: false }
+4062 silly mapToRegistry name mime-db
+4063 silly mapToRegistry using default registry
+4064 silly mapToRegistry registry https://registry.npmjs.org/
+4065 silly mapToRegistry data Result {
+4065 silly mapToRegistry   raw: 'mime-db',
+4065 silly mapToRegistry   scope: null,
+4065 silly mapToRegistry   name: 'mime-db',
+4065 silly mapToRegistry   rawSpec: '',
+4065 silly mapToRegistry   spec: 'latest',
+4065 silly mapToRegistry   type: 'tag' }
+4066 silly mapToRegistry uri https://registry.npmjs.org/mime-db
+4067 verbose addNameRange registry:https://registry.npmjs.org/mime-db not in flight; fetching
+4068 verbose get https://registry.npmjs.org/mime-db not expired, no request
+4069 silly addNameRange number 2 { name: 'mime-db', range: '>=1.12.0 <1.13.0', hasData: true }
+4070 silly addNameRange versions [ 'mime-db',
+4070 silly addNameRange   [ '0.0.0',
+4070 silly addNameRange     '1.0.0',
+4070 silly addNameRange     '1.0.1',
+4070 silly addNameRange     '1.0.2',
+4070 silly addNameRange     '1.0.3',
+4070 silly addNameRange     '1.1.0',
+4070 silly addNameRange     '1.1.1',
+4070 silly addNameRange     '1.1.2',
+4070 silly addNameRange     '1.2.0',
+4070 silly addNameRange     '1.3.0',
+4070 silly addNameRange     '1.3.1',
+4070 silly addNameRange     '1.4.0',
+4070 silly addNameRange     '1.5.0',
+4070 silly addNameRange     '1.6.0',
+4070 silly addNameRange     '1.6.1',
+4070 silly addNameRange     '1.7.0',
+4070 silly addNameRange     '1.8.0',
+4070 silly addNameRange     '1.9.0',
+4070 silly addNameRange     '1.9.1',
+4070 silly addNameRange     '1.10.0',
+4070 silly addNameRange     '1.11.0',
+4070 silly addNameRange     '1.12.0',
+4070 silly addNameRange     '1.13.0',
+4070 silly addNameRange     '1.14.0',
+4070 silly addNameRange     '1.15.0',
+4070 silly addNameRange     '1.16.0',
+4070 silly addNameRange     '1.17.0',
+4070 silly addNameRange     '1.18.0',
+4070 silly addNameRange     '1.19.0',
+4070 silly addNameRange     '1.20.0',
+4070 silly addNameRange     '1.21.0',
+4070 silly addNameRange     '1.22.0',
+4070 silly addNameRange     '1.23.0' ] ]
+4071 silly addNamed mime-db@1.12.0
+4072 verbose addNamed "1.12.0" is a plain semver version for mime-db
+4073 silly cache afterAdd mime-db@1.12.0
+4074 verbose afterAdd /home/adhisimon/.npm/mime-db/1.12.0/package/package.json not in flight; writing
+4075 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4076 verbose afterAdd /home/adhisimon/.npm/mime-db/1.12.0/package/package.json written
+4077 silly fetchNamedPackageData bluebird
+4078 silly mapToRegistry name bluebird
+4079 silly mapToRegistry using default registry
+4080 silly mapToRegistry registry https://registry.npmjs.org/
+4081 silly mapToRegistry data Result {
+4081 silly mapToRegistry   raw: 'bluebird',
+4081 silly mapToRegistry   scope: null,
+4081 silly mapToRegistry   name: 'bluebird',
+4081 silly mapToRegistry   rawSpec: '',
+4081 silly mapToRegistry   spec: 'latest',
+4081 silly mapToRegistry   type: 'tag' }
+4082 silly mapToRegistry uri https://registry.npmjs.org/bluebird
+4083 verbose request uri https://registry.npmjs.org/bluebird
+4084 verbose request no auth needed
+4085 info attempt registry request try #1 at 12:41:55
+4086 verbose etag "AQ18RVUP2658U4SH58M3DCHT0"
+4087 http request GET https://registry.npmjs.org/bluebird
+4088 http 200 https://registry.npmjs.org/bluebird
+4089 verbose headers { server: 'CouchDB/1.6.1 (Erlang OTP/R16B03)',
+4089 verbose headers   etag: '"45WJ43NS6TNL44IBU64P7IDYP"',
+4089 verbose headers   'content-type': 'application/json',
+4089 verbose headers   'content-encoding': 'gzip',
+4089 verbose headers   'cache-control': 'max-age=300',
+4089 verbose headers   'content-length': '33847',
+4089 verbose headers   'accept-ranges': 'bytes',
+4089 verbose headers   date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4089 verbose headers   via: '1.1 varnish',
+4089 verbose headers   age: '223',
+4089 verbose headers   connection: 'keep-alive',
+4089 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+4089 verbose headers   'x-cache': 'HIT',
+4089 verbose headers   'x-cache-hits': '16',
+4089 verbose headers   'x-timer': 'S1470634915.468481,VS0,VE0',
+4089 verbose headers   vary: 'Accept-Encoding' }
+4090 silly get cb [ 200,
+4090 silly get   { server: 'CouchDB/1.6.1 (Erlang OTP/R16B03)',
+4090 silly get     etag: '"45WJ43NS6TNL44IBU64P7IDYP"',
+4090 silly get     'content-type': 'application/json',
+4090 silly get     'content-encoding': 'gzip',
+4090 silly get     'cache-control': 'max-age=300',
+4090 silly get     'content-length': '33847',
+4090 silly get     'accept-ranges': 'bytes',
+4090 silly get     date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4090 silly get     via: '1.1 varnish',
+4090 silly get     age: '223',
+4090 silly get     connection: 'keep-alive',
+4090 silly get     'x-served-by': 'cache-sin6921-SIN',
+4090 silly get     'x-cache': 'HIT',
+4090 silly get     'x-cache-hits': '16',
+4090 silly get     'x-timer': 'S1470634915.468481,VS0,VE0',
+4090 silly get     vary: 'Accept-Encoding' } ]
+4091 verbose get saving bluebird to /home/adhisimon/.npm/registry.npmjs.org/bluebird/.cache.json
+4092 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4093 silly resolveWithNewModule bluebird@2.10.2 checking installable status
+4094 silly cache add args [ 'bluebird@^2.9.30', null ]
+4095 verbose cache add spec bluebird@^2.9.30
+4096 silly cache add parsed spec Result {
+4096 silly cache add   raw: 'bluebird@^2.9.30',
+4096 silly cache add   scope: null,
+4096 silly cache add   name: 'bluebird',
+4096 silly cache add   rawSpec: '^2.9.30',
+4096 silly cache add   spec: '>=2.9.30 <3.0.0',
+4096 silly cache add   type: 'range' }
+4097 silly addNamed bluebird@>=2.9.30 <3.0.0
+4098 verbose addNamed ">=2.9.30 <3.0.0" is a valid semver range for bluebird
+4099 silly addNameRange { name: 'bluebird', range: '>=2.9.30 <3.0.0', hasData: false }
+4100 silly mapToRegistry name bluebird
+4101 silly mapToRegistry using default registry
+4102 silly mapToRegistry registry https://registry.npmjs.org/
+4103 silly mapToRegistry data Result {
+4103 silly mapToRegistry   raw: 'bluebird',
+4103 silly mapToRegistry   scope: null,
+4103 silly mapToRegistry   name: 'bluebird',
+4103 silly mapToRegistry   rawSpec: '',
+4103 silly mapToRegistry   spec: 'latest',
+4103 silly mapToRegistry   type: 'tag' }
+4104 silly mapToRegistry uri https://registry.npmjs.org/bluebird
+4105 verbose addNameRange registry:https://registry.npmjs.org/bluebird not in flight; fetching
+4106 verbose get https://registry.npmjs.org/bluebird not expired, no request
+4107 silly addNameRange number 2 { name: 'bluebird', range: '>=2.9.30 <3.0.0', hasData: true }
+4108 silly addNameRange versions [ 'bluebird',
+4108 silly addNameRange   [ '0.7.1-1',
+4108 silly addNameRange     '0.7.1-2',
+4108 silly addNameRange     '0.7.1-3',
+4108 silly addNameRange     '0.7.1-4',
+4108 silly addNameRange     '0.7.1-5',
+4108 silly addNameRange     '0.7.2-0',
+4108 silly addNameRange     '0.7.3-0',
+4108 silly addNameRange     '0.7.4-0',
+4108 silly addNameRange     '0.7.4-1',
+4108 silly addNameRange     '0.7.5-0',
+4108 silly addNameRange     '0.7.6-0',
+4108 silly addNameRange     '0.7.7-0',
+4108 silly addNameRange     '0.7.7-1',
+4108 silly addNameRange     '0.7.8-0',
+4108 silly addNameRange     '0.7.8-1',
+4108 silly addNameRange     '0.7.9-0',
+4108 silly addNameRange     '0.7.9-1',
+4108 silly addNameRange     '0.7.10-0',
+4108 silly addNameRange     '0.7.10-1',
+4108 silly addNameRange     '0.7.11-0',
+4108 silly addNameRange     '0.7.12-0',
+4108 silly addNameRange     '0.7.12-1',
+4108 silly addNameRange     '0.7.12-2',
+4108 silly addNameRange     '0.8.0-0',
+4108 silly addNameRange     '0.8.0-1',
+4108 silly addNameRange     '0.8.0-2',
+4108 silly addNameRange     '0.8.0-3',
+4108 silly addNameRange     '0.8.1-0',
+4108 silly addNameRange     '0.8.2-0',
+4108 silly addNameRange     '0.8.2-1',
+4108 silly addNameRange     '0.8.2-2',
+4108 silly addNameRange     '0.8.3-0',
+4108 silly addNameRange     '0.8.3-1',
+4108 silly addNameRange     '0.8.3-2',
+4108 silly addNameRange     '0.8.3-3',
+4108 silly addNameRange     '0.8.4-0',
+4108 silly addNameRange     '0.8.4-1',
+4108 silly addNameRange     '0.8.5-0',
+4108 silly addNameRange     '0.8.5-1',
+4108 silly addNameRange     '0.9.0-0',
+4108 silly addNameRange     '0.9.1-0',
+4108 silly addNameRange     '0.9.1-1',
+4108 silly addNameRange     '0.9.2-0',
+4108 silly addNameRange     '0.9.2-1',
+4108 silly addNameRange     '0.9.3-0',
+4108 silly addNameRange     '0.9.4-0',
+4108 silly addNameRange     '0.9.4-1',
+4108 silly addNameRange     '0.9.5-0',
+4108 silly addNameRange     '0.9.6-0',
+4108 silly addNameRange     '0.9.7-0',
+4108 silly addNameRange     '0.9.8-0',
+4108 silly addNameRange     '0.9.9-0',
+4108 silly addNameRange     '0.9.10-0',
+4108 silly addNameRange     '0.9.10-1',
+4108 silly addNameRange     '0.9.11-0',
+4108 silly addNameRange     '0.9.11-1',
+4108 silly addNameRange     '0.10.0-0',
+4108 silly addNameRange     '0.10.0-1',
+4108 silly addNameRange     '0.10.1-0',
+4108 silly addNameRange     '0.10.2-0',
+4108 silly addNameRange     '0.10.2-1',
+4108 silly addNameRange     '0.10.3-0',
+4108 silly addNameRange     '0.10.4-0',
+4108 silly addNameRange     '0.10.4-1',
+4108 silly addNameRange     '0.10.5-0',
+4108 silly addNameRange     '0.10.6-0',
+4108 silly addNameRange     '0.10.7-0',
+4108 silly addNameRange     '0.10.8-0',
+4108 silly addNameRange     '0.10.9-0',
+4108 silly addNameRange     '0.10.9-1',
+4108 silly addNameRange     '0.10.10-0',
+4108 silly addNameRange     '0.10.11-0',
+4108 silly addNameRange     '0.10.11-1',
+4108 silly addNameRange     '0.10.11-2',
+4108 silly addNameRange     '0.10.11-4',
+4108 silly addNameRange     '0.10.12-0',
+4108 silly addNameRange     '0.10.13-0',
+4108 silly addNameRange     '0.10.13-1',
+4108 silly addNameRange     '0.10.14-0',
+4108 silly addNameRange     '0.11.0-0',
+4108 silly addNameRange     '0.11.1-0',
+4108 silly addNameRange     '0.11.2-0',
+4108 silly addNameRange     '0.11.3-0',
+4108 silly addNameRange     '0.11.4-0',
+4108 silly addNameRange     '0.11.4-1',
+4108 silly addNameRange     '0.11.5-0',
+4108 silly addNameRange     '0.11.5-1',
+4108 silly addNameRange     '0.11.6-0',
+4108 silly addNameRange     '1.0.0',
+4108 silly addNameRange     '1.0.1',
+4108 silly addNameRange     '1.0.2',
+4108 silly addNameRange     '1.0.3',
+4108 silly addNameRange     '1.0.4',
+4108 silly addNameRange     '1.0.5',
+4108 silly addNameRange     '1.0.7',
+4108 silly addNameRange     '1.0.8',
+4108 silly addNameRange     '1.1.0',
+4108 silly addNameRange     '1.1.1',
+4108 silly addNameRange     '1.2.0',
+4108 silly addNameRange     '1.2.1',
+4108 silly addNameRange     '1.2.2',
+4108 silly addNameRange     '1.2.3',
+4108 silly addNameRange     '1.2.4',
+4108 silly addNameRange     '2.0.2',
+4108 silly addNameRange     '2.0.3',
+4108 silly addNameRange     '2.0.4',
+4108 silly addNameRange     '2.0.5',
+4108 silly addNameRange     '2.0.6',
+4108 silly addNameRange     '2.0.7',
+4108 silly addNameRange     '2.1.1',
+4108 silly addNameRange     '2.1.2',
+4108 silly addNameRange     '2.1.3',
+4108 silly addNameRange     '2.2.0',
+4108 silly addNameRange     '2.2.1',
+4108 silly addNameRange     '2.2.2',
+4108 silly addNameRange     '2.3.0',
+4108 silly addNameRange     '2.3.1',
+4108 silly addNameRange     '2.3.2',
+4108 silly addNameRange     '2.3.3',
+4108 silly addNameRange     '2.3.4',
+4108 silly addNameRange     '2.3.5',
+4108 silly addNameRange     '0.11.6',
+4108 silly addNameRange     '2.3.6',
+4108 silly addNameRange     '2.3.9',
+4108 silly addNameRange     '2.3.10',
+4108 silly addNameRange     '2.3.11',
+4108 silly addNameRange     '2.4.0',
+4108 silly addNameRange     '2.4.1',
+4108 silly addNameRange     '2.4.2',
+4108 silly addNameRange     '2.4.3',
+4108 silly addNameRange     '2.5.0',
+4108 silly addNameRange     '2.5.1',
+4108 silly addNameRange     '2.5.2',
+4108 silly addNameRange     '2.5.3',
+4108 silly addNameRange     '2.6.0',
+4108 silly addNameRange     '2.6.1',
+4108 silly addNameRange     '2.6.2',
+4108 silly addNameRange     '2.6.3',
+4108 silly addNameRange     '2.6.4',
+4108 silly addNameRange     '2.7.0',
+4108 silly addNameRange     '2.7.1',
+4108 silly addNameRange     '2.8.0',
+4108 silly addNameRange     '2.8.1',
+4108 silly addNameRange     '2.8.2',
+4108 silly addNameRange     '2.9.0',
+4108 silly addNameRange     '2.9.1',
+4108 silly addNameRange     '2.9.2',
+4108 silly addNameRange     '2.9.3',
+4108 silly addNameRange     '2.9.4',
+4108 silly addNameRange     '2.9.5',
+4108 silly addNameRange     '2.9.6',
+4108 silly addNameRange     '2.9.7',
+4108 silly addNameRange     '2.9.8',
+4108 silly addNameRange     '2.9.9',
+4108 silly addNameRange     '2.9.10',
+4108 silly addNameRange     '2.9.11',
+4108 silly addNameRange     '2.9.12',
+4108 silly addNameRange     '2.9.13',
+4108 silly addNameRange     '2.9.14',
+4108 silly addNameRange     '2.9.15',
+4108 silly addNameRange     '2.9.16',
+4108 silly addNameRange     '2.9.17',
+4108 silly addNameRange     '2.9.18',
+4108 silly addNameRange     '2.9.19',
+4108 silly addNameRange     '2.9.20',
+4108 silly addNameRange     '2.9.21',
+4108 silly addNameRange     '2.9.22',
+4108 silly addNameRange     '2.9.23',
+4108 silly addNameRange     '2.9.24',
+4108 silly addNameRange     '2.9.25',
+4108 silly addNameRange     '2.9.26',
+4108 silly addNameRange     '2.9.27',
+4108 silly addNameRange     '2.9.28',
+4108 silly addNameRange     '2.9.29',
+4108 silly addNameRange     '2.9.30',
+4108 silly addNameRange     '2.9.31',
+4108 silly addNameRange     '2.9.32',
+4108 silly addNameRange     '2.9.33',
+4108 silly addNameRange     '2.9.34',
+4108 silly addNameRange     '2.10.0',
+4108 silly addNameRange     '2.10.1',
+4108 silly addNameRange     '2.10.2',
+4108 silly addNameRange     '3.0.0',
+4108 silly addNameRange     '3.0.1',
+4108 silly addNameRange     '3.0.2',
+4108 silly addNameRange     '3.0.3',
+4108 silly addNameRange     '3.0.4',
+4108 silly addNameRange     '3.0.5',
+4108 silly addNameRange     '3.0.6',
+4108 silly addNameRange     '3.1.0',
+4108 silly addNameRange     '3.1.1',
+4108 silly addNameRange     '3.1.2',
+4108 silly addNameRange     '3.1.3',
+4108 silly addNameRange     '3.1.4',
+4108 silly addNameRange     '3.1.5',
+4108 silly addNameRange     '3.2.0',
+4108 silly addNameRange     '3.2.1',
+4108 silly addNameRange     '3.2.2',
+4108 silly addNameRange     '3.3.0',
+4108 silly addNameRange     '3.3.1',
+4108 silly addNameRange     '3.3.2',
+4108 silly addNameRange     '3.3.3',
+4108 silly addNameRange     '3.3.4',
+4108 silly addNameRange     '3.3.5',
+4108 silly addNameRange     '3.4.0',
+4108 silly addNameRange     '3.4.1' ] ]
+4109 silly addNamed bluebird@2.10.2
+4110 verbose addNamed "2.10.2" is a plain semver version for bluebird
+4111 silly cache afterAdd bluebird@2.10.2
+4112 verbose afterAdd /home/adhisimon/.npm/bluebird/2.10.2/package/package.json not in flight; writing
+4113 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4114 verbose afterAdd /home/adhisimon/.npm/bluebird/2.10.2/package/package.json written
+4115 silly fetchNamedPackageData assert-plus
+4116 silly mapToRegistry name assert-plus
+4117 silly mapToRegistry using default registry
+4118 silly mapToRegistry registry https://registry.npmjs.org/
+4119 silly mapToRegistry data Result {
+4119 silly mapToRegistry   raw: 'assert-plus',
+4119 silly mapToRegistry   scope: null,
+4119 silly mapToRegistry   name: 'assert-plus',
+4119 silly mapToRegistry   rawSpec: '',
+4119 silly mapToRegistry   spec: 'latest',
+4119 silly mapToRegistry   type: 'tag' }
+4120 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+4121 silly resolveWithNewModule assert-plus@0.1.5 checking installable status
+4122 silly cache add args [ 'assert-plus@^0.1.5', null ]
+4123 verbose cache add spec assert-plus@^0.1.5
+4124 silly fetchNamedPackageData asn1
+4125 silly mapToRegistry name asn1
+4126 silly mapToRegistry using default registry
+4127 silly mapToRegistry registry https://registry.npmjs.org/
+4128 silly mapToRegistry data Result {
+4128 silly mapToRegistry   raw: 'asn1',
+4128 silly mapToRegistry   scope: null,
+4128 silly mapToRegistry   name: 'asn1',
+4128 silly mapToRegistry   rawSpec: '',
+4128 silly mapToRegistry   spec: 'latest',
+4128 silly mapToRegistry   type: 'tag' }
+4129 silly mapToRegistry uri https://registry.npmjs.org/asn1
+4130 silly resolveWithNewModule asn1@0.1.11 checking installable status
+4131 silly cache add args [ 'asn1@0.1.11', null ]
+4132 verbose cache add spec asn1@0.1.11
+4133 silly fetchNamedPackageData ctype
+4134 silly mapToRegistry name ctype
+4135 silly mapToRegistry using default registry
+4136 silly mapToRegistry registry https://registry.npmjs.org/
+4137 silly mapToRegistry data Result {
+4137 silly mapToRegistry   raw: 'ctype',
+4137 silly mapToRegistry   scope: null,
+4137 silly mapToRegistry   name: 'ctype',
+4137 silly mapToRegistry   rawSpec: '',
+4137 silly mapToRegistry   spec: 'latest',
+4137 silly mapToRegistry   type: 'tag' }
+4138 silly mapToRegistry uri https://registry.npmjs.org/ctype
+4139 silly cache add parsed spec Result {
+4139 silly cache add   raw: 'assert-plus@^0.1.5',
+4139 silly cache add   scope: null,
+4139 silly cache add   name: 'assert-plus',
+4139 silly cache add   rawSpec: '^0.1.5',
+4139 silly cache add   spec: '>=0.1.5 <0.2.0',
+4139 silly cache add   type: 'range' }
+4140 silly addNamed assert-plus@>=0.1.5 <0.2.0
+4141 verbose addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
+4142 silly addNameRange { name: 'assert-plus', range: '>=0.1.5 <0.2.0', hasData: false }
+4143 silly mapToRegistry name assert-plus
+4144 silly mapToRegistry using default registry
+4145 silly mapToRegistry registry https://registry.npmjs.org/
+4146 silly mapToRegistry data Result {
+4146 silly mapToRegistry   raw: 'assert-plus',
+4146 silly mapToRegistry   scope: null,
+4146 silly mapToRegistry   name: 'assert-plus',
+4146 silly mapToRegistry   rawSpec: '',
+4146 silly mapToRegistry   spec: 'latest',
+4146 silly mapToRegistry   type: 'tag' }
+4147 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
+4148 verbose addNameRange registry:https://registry.npmjs.org/assert-plus not in flight; fetching
+4149 silly cache add parsed spec Result {
+4149 silly cache add   raw: 'asn1@0.1.11',
+4149 silly cache add   scope: null,
+4149 silly cache add   name: 'asn1',
+4149 silly cache add   rawSpec: '0.1.11',
+4149 silly cache add   spec: '0.1.11',
+4149 silly cache add   type: 'version' }
+4150 silly addNamed asn1@0.1.11
+4151 verbose addNamed "0.1.11" is a plain semver version for asn1
+4152 silly mapToRegistry name asn1
+4153 silly mapToRegistry using default registry
+4154 silly mapToRegistry registry https://registry.npmjs.org/
+4155 silly mapToRegistry data Result {
+4155 silly mapToRegistry   raw: 'asn1',
+4155 silly mapToRegistry   scope: null,
+4155 silly mapToRegistry   name: 'asn1',
+4155 silly mapToRegistry   rawSpec: '',
+4155 silly mapToRegistry   spec: 'latest',
+4155 silly mapToRegistry   type: 'tag' }
+4156 silly mapToRegistry uri https://registry.npmjs.org/asn1
+4157 verbose addNameVersion registry:https://registry.npmjs.org/asn1 not in flight; fetching
+4158 verbose get https://registry.npmjs.org/assert-plus not expired, no request
+4159 silly addNameRange number 2 { name: 'assert-plus', range: '>=0.1.5 <0.2.0', hasData: true }
+4160 silly addNameRange versions [ 'assert-plus',
+4160 silly addNameRange   [ '0.1.0',
+4160 silly addNameRange     '0.1.1',
+4160 silly addNameRange     '0.1.2',
+4160 silly addNameRange     '0.1.3',
+4160 silly addNameRange     '0.1.4',
+4160 silly addNameRange     '0.1.5',
+4160 silly addNameRange     '0.2.0',
+4160 silly addNameRange     '1.0.0' ] ]
+4161 silly addNamed assert-plus@0.1.5
+4162 verbose addNamed "0.1.5" is a plain semver version for assert-plus
+4163 verbose get https://registry.npmjs.org/asn1 not expired, no request
+4164 silly cache afterAdd assert-plus@0.1.5
+4165 verbose afterAdd /home/adhisimon/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
+4166 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4167 silly cache afterAdd asn1@0.1.11
+4168 verbose afterAdd /home/adhisimon/.npm/asn1/0.1.11/package/package.json not in flight; writing
+4169 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4170 verbose afterAdd /home/adhisimon/.npm/assert-plus/0.1.5/package/package.json written
+4171 verbose afterAdd /home/adhisimon/.npm/asn1/0.1.11/package/package.json written
+4172 verbose request uri https://registry.npmjs.org/ctype
+4173 verbose request no auth needed
+4174 info attempt registry request try #1 at 12:41:55
+4175 verbose etag "7B13NJ25OLHMF8SVEORNTMPT9"
+4176 http request GET https://registry.npmjs.org/ctype
+4177 http 304 https://registry.npmjs.org/ctype
+4178 verbose headers { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4178 verbose headers   via: '1.1 varnish',
+4178 verbose headers   'cache-control': 'max-age=300',
+4178 verbose headers   etag: '"7B13NJ25OLHMF8SVEORNTMPT9"',
+4178 verbose headers   age: '13',
+4178 verbose headers   connection: 'keep-alive',
+4178 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+4178 verbose headers   'x-cache': 'HIT',
+4178 verbose headers   'x-cache-hits': '94',
+4178 verbose headers   'x-timer': 'S1470634915.781503,VS0,VE0',
+4178 verbose headers   vary: 'Accept-Encoding' }
+4179 silly get cb [ 304,
+4179 silly get   { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4179 silly get     via: '1.1 varnish',
+4179 silly get     'cache-control': 'max-age=300',
+4179 silly get     etag: '"7B13NJ25OLHMF8SVEORNTMPT9"',
+4179 silly get     age: '13',
+4179 silly get     connection: 'keep-alive',
+4179 silly get     'x-served-by': 'cache-sin6926-SIN',
+4179 silly get     'x-cache': 'HIT',
+4179 silly get     'x-cache-hits': '94',
+4179 silly get     'x-timer': 'S1470634915.781503,VS0,VE0',
+4179 silly get     vary: 'Accept-Encoding' } ]
+4180 verbose etag https://registry.npmjs.org/ctype from cache
+4181 verbose get saving ctype to /home/adhisimon/.npm/registry.npmjs.org/ctype/.cache.json
+4182 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4183 silly resolveWithNewModule ctype@0.5.3 checking installable status
+4184 silly cache add args [ 'ctype@0.5.3', null ]
+4185 verbose cache add spec ctype@0.5.3
+4186 silly cache add parsed spec Result {
+4186 silly cache add   raw: 'ctype@0.5.3',
+4186 silly cache add   scope: null,
+4186 silly cache add   name: 'ctype',
+4186 silly cache add   rawSpec: '0.5.3',
+4186 silly cache add   spec: '0.5.3',
+4186 silly cache add   type: 'version' }
+4187 silly addNamed ctype@0.5.3
+4188 verbose addNamed "0.5.3" is a plain semver version for ctype
+4189 silly mapToRegistry name ctype
+4190 silly mapToRegistry using default registry
+4191 silly mapToRegistry registry https://registry.npmjs.org/
+4192 silly mapToRegistry data Result {
+4192 silly mapToRegistry   raw: 'ctype',
+4192 silly mapToRegistry   scope: null,
+4192 silly mapToRegistry   name: 'ctype',
+4192 silly mapToRegistry   rawSpec: '',
+4192 silly mapToRegistry   spec: 'latest',
+4192 silly mapToRegistry   type: 'tag' }
+4193 silly mapToRegistry uri https://registry.npmjs.org/ctype
+4194 verbose addNameVersion registry:https://registry.npmjs.org/ctype not in flight; fetching
+4195 verbose get https://registry.npmjs.org/ctype not expired, no request
+4196 silly cache afterAdd ctype@0.5.3
+4197 verbose afterAdd /home/adhisimon/.npm/ctype/0.5.3/package/package.json not in flight; writing
+4198 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4199 verbose afterAdd /home/adhisimon/.npm/ctype/0.5.3/package/package.json written
+4200 silly fetchNamedPackageData punycode
+4201 silly mapToRegistry name punycode
+4202 silly mapToRegistry using default registry
+4203 silly mapToRegistry registry https://registry.npmjs.org/
+4204 silly mapToRegistry data Result {
+4204 silly mapToRegistry   raw: 'punycode',
+4204 silly mapToRegistry   scope: null,
+4204 silly mapToRegistry   name: 'punycode',
+4204 silly mapToRegistry   rawSpec: '',
+4204 silly mapToRegistry   spec: 'latest',
+4204 silly mapToRegistry   type: 'tag' }
+4205 silly mapToRegistry uri https://registry.npmjs.org/punycode
+4206 silly fetchNamedPackageData querystring
+4207 silly mapToRegistry name querystring
+4208 silly mapToRegistry using default registry
+4209 silly mapToRegistry registry https://registry.npmjs.org/
+4210 silly mapToRegistry data Result {
+4210 silly mapToRegistry   raw: 'querystring',
+4210 silly mapToRegistry   scope: null,
+4210 silly mapToRegistry   name: 'querystring',
+4210 silly mapToRegistry   rawSpec: '',
+4210 silly mapToRegistry   spec: 'latest',
+4210 silly mapToRegistry   type: 'tag' }
+4211 silly mapToRegistry uri https://registry.npmjs.org/querystring
+4212 verbose request uri https://registry.npmjs.org/punycode
+4213 verbose request no auth needed
+4214 info attempt registry request try #1 at 12:41:55
+4215 verbose etag "14CRYIQUSG7ZKCMI10YBDEN73"
+4216 http request GET https://registry.npmjs.org/punycode
+4217 verbose request uri https://registry.npmjs.org/querystring
+4218 verbose request no auth needed
+4219 info attempt registry request try #1 at 12:41:55
+4220 verbose etag "11YQ53D606SOWEA3G1546PB7F"
+4221 http request GET https://registry.npmjs.org/querystring
+4222 http 304 https://registry.npmjs.org/punycode
+4223 verbose headers { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4223 verbose headers   via: '1.1 varnish',
+4223 verbose headers   'cache-control': 'max-age=300',
+4223 verbose headers   etag: '"14CRYIQUSG7ZKCMI10YBDEN73"',
+4223 verbose headers   age: '286',
+4223 verbose headers   connection: 'keep-alive',
+4223 verbose headers   'x-served-by': 'cache-sin6926-SIN',
+4223 verbose headers   'x-cache': 'HIT',
+4223 verbose headers   'x-cache-hits': '174',
+4223 verbose headers   'x-timer': 'S1470634915.899012,VS0,VE0',
+4223 verbose headers   vary: 'Accept-Encoding' }
+4224 silly get cb [ 304,
+4224 silly get   { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4224 silly get     via: '1.1 varnish',
+4224 silly get     'cache-control': 'max-age=300',
+4224 silly get     etag: '"14CRYIQUSG7ZKCMI10YBDEN73"',
+4224 silly get     age: '286',
+4224 silly get     connection: 'keep-alive',
+4224 silly get     'x-served-by': 'cache-sin6926-SIN',
+4224 silly get     'x-cache': 'HIT',
+4224 silly get     'x-cache-hits': '174',
+4224 silly get     'x-timer': 'S1470634915.899012,VS0,VE0',
+4224 silly get     vary: 'Accept-Encoding' } ]
+4225 verbose etag https://registry.npmjs.org/punycode from cache
+4226 verbose get saving punycode to /home/adhisimon/.npm/registry.npmjs.org/punycode/.cache.json
+4227 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4228 http 304 https://registry.npmjs.org/querystring
+4229 verbose headers { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4229 verbose headers   via: '1.1 varnish',
+4229 verbose headers   'cache-control': 'max-age=300',
+4229 verbose headers   etag: '"11YQ53D606SOWEA3G1546PB7F"',
+4229 verbose headers   age: '116',
+4229 verbose headers   connection: 'keep-alive',
+4229 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+4229 verbose headers   'x-cache': 'HIT',
+4229 verbose headers   'x-cache-hits': '1',
+4229 verbose headers   'x-timer': 'S1470634915.904200,VS0,VE0',
+4229 verbose headers   vary: 'Accept-Encoding' }
+4230 silly get cb [ 304,
+4230 silly get   { date: 'Mon, 08 Aug 2016 05:41:55 GMT',
+4230 silly get     via: '1.1 varnish',
+4230 silly get     'cache-control': 'max-age=300',
+4230 silly get     etag: '"11YQ53D606SOWEA3G1546PB7F"',
+4230 silly get     age: '116',
+4230 silly get     connection: 'keep-alive',
+4230 silly get     'x-served-by': 'cache-sin6921-SIN',
+4230 silly get     'x-cache': 'HIT',
+4230 silly get     'x-cache-hits': '1',
+4230 silly get     'x-timer': 'S1470634915.904200,VS0,VE0',
+4230 silly get     vary: 'Accept-Encoding' } ]
+4231 verbose etag https://registry.npmjs.org/querystring from cache
+4232 verbose get saving querystring to /home/adhisimon/.npm/registry.npmjs.org/querystring/.cache.json
+4233 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4234 silly resolveWithNewModule punycode@1.3.2 checking installable status
+4235 silly cache add args [ 'punycode@1.3.2', null ]
+4236 verbose cache add spec punycode@1.3.2
+4237 silly cache add parsed spec Result {
+4237 silly cache add   raw: 'punycode@1.3.2',
+4237 silly cache add   scope: null,
+4237 silly cache add   name: 'punycode',
+4237 silly cache add   rawSpec: '1.3.2',
+4237 silly cache add   spec: '1.3.2',
+4237 silly cache add   type: 'version' }
+4238 silly addNamed punycode@1.3.2
+4239 verbose addNamed "1.3.2" is a plain semver version for punycode
+4240 silly mapToRegistry name punycode
+4241 silly mapToRegistry using default registry
+4242 silly mapToRegistry registry https://registry.npmjs.org/
+4243 silly mapToRegistry data Result {
+4243 silly mapToRegistry   raw: 'punycode',
+4243 silly mapToRegistry   scope: null,
+4243 silly mapToRegistry   name: 'punycode',
+4243 silly mapToRegistry   rawSpec: '',
+4243 silly mapToRegistry   spec: 'latest',
+4243 silly mapToRegistry   type: 'tag' }
+4244 silly mapToRegistry uri https://registry.npmjs.org/punycode
+4245 verbose addNameVersion registry:https://registry.npmjs.org/punycode not in flight; fetching
+4246 silly resolveWithNewModule querystring@0.2.0 checking installable status
+4247 silly cache add args [ 'querystring@0.2.0', null ]
+4248 verbose cache add spec querystring@0.2.0
+4249 silly cache add parsed spec Result {
+4249 silly cache add   raw: 'querystring@0.2.0',
+4249 silly cache add   scope: null,
+4249 silly cache add   name: 'querystring',
+4249 silly cache add   rawSpec: '0.2.0',
+4249 silly cache add   spec: '0.2.0',
+4249 silly cache add   type: 'version' }
+4250 silly addNamed querystring@0.2.0
+4251 verbose addNamed "0.2.0" is a plain semver version for querystring
+4252 silly mapToRegistry name querystring
+4253 silly mapToRegistry using default registry
+4254 silly mapToRegistry registry https://registry.npmjs.org/
+4255 silly mapToRegistry data Result {
+4255 silly mapToRegistry   raw: 'querystring',
+4255 silly mapToRegistry   scope: null,
+4255 silly mapToRegistry   name: 'querystring',
+4255 silly mapToRegistry   rawSpec: '',
+4255 silly mapToRegistry   spec: 'latest',
+4255 silly mapToRegistry   type: 'tag' }
+4256 silly mapToRegistry uri https://registry.npmjs.org/querystring
+4257 verbose addNameVersion registry:https://registry.npmjs.org/querystring not in flight; fetching
+4258 verbose get https://registry.npmjs.org/punycode not expired, no request
+4259 verbose get https://registry.npmjs.org/querystring not expired, no request
+4260 silly cache afterAdd punycode@1.3.2
+4261 verbose afterAdd /home/adhisimon/.npm/punycode/1.3.2/package/package.json not in flight; writing
+4262 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4263 silly cache afterAdd querystring@0.2.0
+4264 verbose afterAdd /home/adhisimon/.npm/querystring/0.2.0/package/package.json not in flight; writing
+4265 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4266 verbose afterAdd /home/adhisimon/.npm/punycode/1.3.2/package/package.json written
+4267 verbose afterAdd /home/adhisimon/.npm/querystring/0.2.0/package/package.json written
+4268 silly fetchNamedPackageData async
+4269 silly mapToRegistry name async
+4270 silly mapToRegistry using default registry
+4271 silly mapToRegistry registry https://registry.npmjs.org/
+4272 silly mapToRegistry data Result {
+4272 silly mapToRegistry   raw: 'async',
+4272 silly mapToRegistry   scope: null,
+4272 silly mapToRegistry   name: 'async',
+4272 silly mapToRegistry   rawSpec: '',
+4272 silly mapToRegistry   spec: 'latest',
+4272 silly mapToRegistry   type: 'tag' }
+4273 silly mapToRegistry uri https://registry.npmjs.org/async
+4274 silly resolveWithNewModule async@1.0.0 checking installable status
+4275 silly cache add args [ 'async@~1.0.0', null ]
+4276 verbose cache add spec async@~1.0.0
+4277 silly fetchNamedPackageData colors
+4278 silly mapToRegistry name colors
+4279 silly mapToRegistry using default registry
+4280 silly mapToRegistry registry https://registry.npmjs.org/
+4281 silly mapToRegistry data Result {
+4281 silly mapToRegistry   raw: 'colors',
+4281 silly mapToRegistry   scope: null,
+4281 silly mapToRegistry   name: 'colors',
+4281 silly mapToRegistry   rawSpec: '',
+4281 silly mapToRegistry   spec: 'latest',
+4281 silly mapToRegistry   type: 'tag' }
+4282 silly mapToRegistry uri https://registry.npmjs.org/colors
+4283 silly fetchNamedPackageData cycle
+4284 silly mapToRegistry name cycle
+4285 silly mapToRegistry using default registry
+4286 silly mapToRegistry registry https://registry.npmjs.org/
+4287 silly mapToRegistry data Result {
+4287 silly mapToRegistry   raw: 'cycle',
+4287 silly mapToRegistry   scope: null,
+4287 silly mapToRegistry   name: 'cycle',
+4287 silly mapToRegistry   rawSpec: '',
+4287 silly mapToRegistry   spec: 'latest',
+4287 silly mapToRegistry   type: 'tag' }
+4288 silly mapToRegistry uri https://registry.npmjs.org/cycle
+4289 silly fetchNamedPackageData eyes
+4290 silly mapToRegistry name eyes
+4291 silly mapToRegistry using default registry
+4292 silly mapToRegistry registry https://registry.npmjs.org/
+4293 silly mapToRegistry data Result {
+4293 silly mapToRegistry   raw: 'eyes',
+4293 silly mapToRegistry   scope: null,
+4293 silly mapToRegistry   name: 'eyes',
+4293 silly mapToRegistry   rawSpec: '',
+4293 silly mapToRegistry   spec: 'latest',
+4293 silly mapToRegistry   type: 'tag' }
+4294 silly mapToRegistry uri https://registry.npmjs.org/eyes
+4295 silly fetchNamedPackageData pkginfo
+4296 silly mapToRegistry name pkginfo
+4297 silly mapToRegistry using default registry
+4298 silly mapToRegistry registry https://registry.npmjs.org/
+4299 silly mapToRegistry data Result {
+4299 silly mapToRegistry   raw: 'pkginfo',
+4299 silly mapToRegistry   scope: null,
+4299 silly mapToRegistry   name: 'pkginfo',
+4299 silly mapToRegistry   rawSpec: '',
+4299 silly mapToRegistry   spec: 'latest',
+4299 silly mapToRegistry   type: 'tag' }
+4300 silly mapToRegistry uri https://registry.npmjs.org/pkginfo
+4301 silly fetchNamedPackageData stack-trace
+4302 silly mapToRegistry name stack-trace
+4303 silly mapToRegistry using default registry
+4304 silly mapToRegistry registry https://registry.npmjs.org/
+4305 silly mapToRegistry data Result {
+4305 silly mapToRegistry   raw: 'stack-trace',
+4305 silly mapToRegistry   scope: null,
+4305 silly mapToRegistry   name: 'stack-trace',
+4305 silly mapToRegistry   rawSpec: '',
+4305 silly mapToRegistry   spec: 'latest',
+4305 silly mapToRegistry   type: 'tag' }
+4306 silly mapToRegistry uri https://registry.npmjs.org/stack-trace
+4307 silly cache add parsed spec Result {
+4307 silly cache add   raw: 'async@~1.0.0',
+4307 silly cache add   scope: null,
+4307 silly cache add   name: 'async',
+4307 silly cache add   rawSpec: '~1.0.0',
+4307 silly cache add   spec: '>=1.0.0 <1.1.0',
+4307 silly cache add   type: 'range' }
+4308 silly addNamed async@>=1.0.0 <1.1.0
+4309 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for async
+4310 silly addNameRange { name: 'async', range: '>=1.0.0 <1.1.0', hasData: false }
+4311 silly mapToRegistry name async
+4312 silly mapToRegistry using default registry
+4313 silly mapToRegistry registry https://registry.npmjs.org/
+4314 silly mapToRegistry data Result {
+4314 silly mapToRegistry   raw: 'async',
+4314 silly mapToRegistry   scope: null,
+4314 silly mapToRegistry   name: 'async',
+4314 silly mapToRegistry   rawSpec: '',
+4314 silly mapToRegistry   spec: 'latest',
+4314 silly mapToRegistry   type: 'tag' }
+4315 silly mapToRegistry uri https://registry.npmjs.org/async
+4316 verbose addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
+4317 verbose request uri https://registry.npmjs.org/cycle
+4318 verbose request no auth needed
+4319 info attempt registry request try #1 at 12:41:56
+4320 verbose etag "EGL12AD9ZIJ4SNJJHS4KY6QOW"
+4321 http request GET https://registry.npmjs.org/cycle
+4322 verbose request uri https://registry.npmjs.org/async
+4323 verbose request no auth needed
+4324 info attempt registry request try #1 at 12:41:56
+4325 verbose etag "C06PRN4VTFD67OSPPGSO7TITL"
+4326 http request GET https://registry.npmjs.org/async
+4327 verbose request uri https://registry.npmjs.org/eyes
+4328 verbose request no auth needed
+4329 info attempt registry request try #1 at 12:41:56
+4330 verbose etag "AVNO2IUS8OGVULQLUGHLNRORN"
+4331 http request GET https://registry.npmjs.org/eyes
+4332 verbose request uri https://registry.npmjs.org/colors
+4333 verbose request no auth needed
+4334 info attempt registry request try #1 at 12:41:56
+4335 verbose etag "3POUNUB7CWPK5BKT4JR625VOU"
+4336 http request GET https://registry.npmjs.org/colors
+4337 verbose request uri https://registry.npmjs.org/pkginfo
+4338 verbose request no auth needed
+4339 info attempt registry request try #1 at 12:41:56
+4340 verbose etag "64X9HJQXXO4EM1EPMU69JQZJD"
+4341 http request GET https://registry.npmjs.org/pkginfo
+4342 verbose request uri https://registry.npmjs.org/stack-trace
+4343 verbose request no auth needed
+4344 info attempt registry request try #1 at 12:41:56
+4345 verbose etag "8QUNJ550SK50CXR7GDZ23J7PK"
+4346 http request GET https://registry.npmjs.org/stack-trace
+4347 http 304 https://registry.npmjs.org/cycle
+4348 verbose headers { date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4348 verbose headers   via: '1.1 varnish',
+4348 verbose headers   'cache-control': 'max-age=300',
+4348 verbose headers   etag: '"EGL12AD9ZIJ4SNJJHS4KY6QOW"',
+4348 verbose headers   age: '54',
+4348 verbose headers   connection: 'keep-alive',
+4348 verbose headers   'x-served-by': 'cache-sin6921-SIN',
+4348 verbose headers   'x-cache': 'HIT',
+4348 verbose headers   'x-cache-hits': '2',
+4348 verbose headers   'x-timer': 'S1470634916.065849,VS0,VE0',
+4348 verbose headers   vary: 'Accept-Encoding' }
+4349 silly get cb [ 304,
+4349 silly get   { date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4349 silly get     via: '1.1 varnish',
+4349 silly get     'cache-control': 'max-age=300',
+4349 silly get     etag: '"EGL12AD9ZIJ4SNJJHS4KY6QOW"',
+4349 silly get     age: '54',
+4349 silly get     connection: 'keep-alive',
+4349 silly get     'x-served-by': 'cache-sin6921-SIN',
+4349 silly get     'x-cache': 'HIT',
+4349 silly get     'x-cache-hits': '2',
+4349 silly get     'x-timer': 'S1470634916.065849,VS0,VE0',
+4349 silly get     vary: 'Accept-Encoding' } ]
+4350 verbose etag https://registry.npmjs.org/cycle from cache
+4351 verbose get saving cycle to /home/adhisimon/.npm/registry.npmjs.org/cycle/.cache.json
+4352 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4353 silly resolveWithNewModule cycle@1.0.3 checking installable status
+4354 silly cache add args [ 'cycle@1.0.x', null ]
+4355 verbose cache add spec cycle@1.0.x
+4356 silly cache add parsed spec Result {
+4356 silly cache add   raw: 'cycle@1.0.x',
+4356 silly cache add   scope: null,
+4356 silly cache add   name: 'cycle',
+4356 silly cache add   rawSpec: '1.0.x',
+4356 silly cache add   spec: '>=1.0.0 <1.1.0',
+4356 silly cache add   type: 'range' }
+4357 silly addNamed cycle@>=1.0.0 <1.1.0
+4358 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for cycle
+4359 silly addNameRange { name: 'cycle', range: '>=1.0.0 <1.1.0', hasData: false }
+4360 silly mapToRegistry name cycle
+4361 silly mapToRegistry using default registry
+4362 silly mapToRegistry registry https://registry.npmjs.org/
+4363 silly mapToRegistry data Result {
+4363 silly mapToRegistry   raw: 'cycle',
+4363 silly mapToRegistry   scope: null,
+4363 silly mapToRegistry   name: 'cycle',
+4363 silly mapToRegistry   rawSpec: '',
+4363 silly mapToRegistry   spec: 'latest',
+4363 silly mapToRegistry   type: 'tag' }
+4364 silly mapToRegistry uri https://registry.npmjs.org/cycle
+4365 verbose addNameRange registry:https://registry.npmjs.org/cycle not in flight; fetching
+4366 http 304 https://registry.npmjs.org/async
+4367 verbose headers { date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4367 verbose headers   via: '1.1 varnish',
+4367 verbose headers   'cache-control': 'max-age=300',
+4367 verbose headers   etag: '"C06PRN4VTFD67OSPPGSO7TITL"',
+4367 verbose headers   age: '228',
+4367 verbose headers   connection: 'keep-alive',
+4367 verbose headers   'x-served-by': 'cache-sin6920-SIN',
+4367 verbose headers   'x-cache': 'HIT',
+4367 verbose headers   'x-cache-hits': '49',
+4367 verbose headers   'x-timer': 'S1470634916.073294,VS0,VE0',
+4367 verbose headers   vary: 'Accept-Encoding' }
+4368 silly get cb [ 304,
+4368 silly get   { date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4368 silly get     via: '1.1 varnish',
+4368 silly get     'cache-control': 'max-age=300',
+4368 silly get     etag: '"C06PRN4VTFD67OSPPGSO7TITL"',
+4368 silly get     age: '228',
+4368 silly get     connection: 'keep-alive',
+4368 silly get     'x-served-by': 'cache-sin6920-SIN',
+4368 silly get     'x-cache': 'HIT',
+4368 silly get     'x-cache-hits': '49',
+4368 silly get     'x-timer': 'S1470634916.073294,VS0,VE0',
+4368 silly get     vary: 'Accept-Encoding' } ]
+4369 verbose etag https://registry.npmjs.org/async from cache
+4370 verbose get saving async to /home/adhisimon/.npm/registry.npmjs.org/async/.cache.json
+4371 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4372 verbose get https://registry.npmjs.org/cycle not expired, no request
+4373 silly addNameRange number 2 { name: 'cycle', range: '>=1.0.0 <1.1.0', hasData: true }
+4374 silly addNameRange versions [ 'cycle', [ '1.0.0', '1.0.1', '1.0.2', '1.0.3' ] ]
+4375 silly addNamed cycle@1.0.3
+4376 verbose addNamed "1.0.3" is a plain semver version for cycle
+4377 silly addNameRange number 2 { name: 'async', range: '>=1.0.0 <1.1.0', hasData: true }
+4378 silly addNameRange versions [ 'async',
+4378 silly addNameRange   [ '0.1.0',
+4378 silly addNameRange     '0.1.1',
+4378 silly addNameRange     '0.1.2',
+4378 silly addNameRange     '0.1.3',
+4378 silly addNameRange     '0.1.4',
+4378 silly addNameRange     '0.1.5',
+4378 silly addNameRange     '0.1.6',
+4378 silly addNameRange     '0.1.7',
+4378 silly addNameRange     '0.1.8',
+4378 silly addNameRange     '0.1.9',
+4378 silly addNameRange     '0.1.10',
+4378 silly addNameRange     '0.1.11',
+4378 silly addNameRange     '0.1.12',
+4378 silly addNameRange     '0.1.13',
+4378 silly addNameRange     '0.1.14',
+4378 silly addNameRange     '0.1.15',
+4378 silly addNameRange     '0.1.16',
+4378 silly addNameRange     '0.1.17',
+4378 silly addNameRange     '0.1.18',
+4378 silly addNameRange     '0.1.19',
+4378 silly addNameRange     '0.1.20',
+4378 silly addNameRange     '0.1.21',
+4378 silly addNameRange     '0.1.22',
+4378 silly addNameRange     '0.2.0',
+4378 silly addNameRange     '0.2.1',
+4378 silly addNameRange     '0.2.2',
+4378 silly addNameRange     '0.2.3',
+4378 silly addNameRange     '0.2.4',
+4378 silly addNameRange     '0.2.5',
+4378 silly addNameRange     '0.2.6',
+4378 silly addNameRange     '0.2.7',
+4378 silly addNameRange     '0.2.8',
+4378 silly addNameRange     '0.2.9',
+4378 silly addNameRange     '0.2.10',
+4378 silly addNameRange     '0.3.0',
+4378 silly addNameRange     '0.4.0',
+4378 silly addNameRange     '0.4.1',
+4378 silly addNameRange     '0.5.0',
+4378 silly addNameRange     '0.6.0',
+4378 silly addNameRange     '0.6.1',
+4378 silly addNameRange     '0.6.2',
+4378 silly addNameRange     '0.7.0',
+4378 silly addNameRange     '0.8.0',
+4378 silly addNameRange     '0.9.0',
+4378 silly addNameRange     '0.9.2',
+4378 silly addNameRange     '1.0.0',
+4378 silly addNameRange     '1.1.0',
+4378 silly addNameRange     '1.2.0',
+4378 silly addNameRange     '1.1.1',
+4378 silly addNameRange     '1.2.1',
+4378 silly addNameRange     '1.3.0',
+4378 silly addNameRange     '1.4.0',
+4378 silly addNameRange     '1.4.1',
+4378 silly addNameRange     '1.4.2',
+4378 silly addNameRange     '1.5.0',
+4378 silly addNameRange     '1.5.1',
+4378 silly addNameRange     '1.5.2',
+4378 silly addNameRange     '2.0.0-alpha.0',
+4378 silly addNameRange     '2.0.0-rc.1',
+4378 silly addNameRange     '2.0.0-rc.2',
+4378 silly addNameRange     '2.0.0-rc.3',
+4378 silly addNameRange     '2.0.0-rc.4',
+4378 silly addNameRange     '2.0.0-rc.5',
+4378 silly addNameRange     '2.0.0-rc.6',
+4378 silly addNameRange     '2.0.0',
+4378 silly addNameRange     '2.0.1' ] ]
+4379 silly addNamed async@1.0.0
+4380 verbose addNamed "1.0.0" is a plain semver version for async
+4381 http 304 https://registry.npmjs.org/pkginfo
+4382 verbose headers { date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4382 verbose headers   via: '1.1 varnish',
+4382 verbose headers   'cache-control': 'max-age=300',
+4382 verbose headers   etag: '"64X9HJQXXO4EM1EPMU69JQZJD"',
+4382 verbose headers   age: '55',
+4382 verbose headers   connection: 'keep-alive',
+4382 verbose headers   'x-served-by': 'cache-sin6924-SIN',
+4382 verbose headers   'x-cache': 'HIT',
+4382 verbose headers   'x-cache-hits': '2',
+4382 verbose headers   'x-timer': 'S1470634916.087046,VS0,VE0',
+4382 verbose headers   vary: 'Accept-Encoding' }
+4383 silly get cb [ 304,
+4383 silly get   { date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4383 silly get     via: '1.1 varnish',
+4383 silly get     'cache-control': 'max-age=300',
+4383 silly get     etag: '"64X9HJQXXO4EM1EPMU69JQZJD"',
+4383 silly get     age: '55',
+4383 silly get     connection: 'keep-alive',
+4383 silly get     'x-served-by': 'cache-sin6924-SIN',
+4383 silly get     'x-cache': 'HIT',
+4383 silly get     'x-cache-hits': '2',
+4383 silly get     'x-timer': 'S1470634916.087046,VS0,VE0',
+4383 silly get     vary: 'Accept-Encoding' } ]
+4384 verbose etag https://registry.npmjs.org/pkginfo from cache
+4385 verbose get saving pkginfo to /home/adhisimon/.npm/registry.npmjs.org/pkginfo/.cache.json
+4386 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4387 silly cache afterAdd cycle@1.0.3
+4388 verbose afterAdd /home/adhisimon/.npm/cycle/1.0.3/package/package.json not in flight; writing
+4389 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4390 http 200 https://registry.npmjs.org/eyes
+4391 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+4391 verbose headers   etag: '"7GOP8R88NRGIXYFRRDZ6ORVS5"',
+4391 verbose headers   'content-type': 'application/json',
+4391 verbose headers   'content-encoding': 'gzip',
+4391 verbose headers   'cache-control': 'max-age=300',
+4391 verbose headers   'content-length': '2465',
+4391 verbose headers   'accept-ranges': 'bytes',
+4391 verbose headers   date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4391 verbose headers   via: '1.1 varnish',
+4391 verbose headers   age: '288',
+4391 verbose headers   connection: 'keep-alive',
+4391 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+4391 verbose headers   'x-cache': 'HIT',
+4391 verbose headers   'x-cache-hits': '6',
+4391 verbose headers   'x-timer': 'S1470634916.086326,VS0,VE0',
+4391 verbose headers   vary: 'Accept-Encoding' }
+4392 silly get cb [ 200,
+4392 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+4392 silly get     etag: '"7GOP8R88NRGIXYFRRDZ6ORVS5"',
+4392 silly get     'content-type': 'application/json',
+4392 silly get     'content-encoding': 'gzip',
+4392 silly get     'cache-control': 'max-age=300',
+4392 silly get     'content-length': '2465',
+4392 silly get     'accept-ranges': 'bytes',
+4392 silly get     date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4392 silly get     via: '1.1 varnish',
+4392 silly get     age: '288',
+4392 silly get     connection: 'keep-alive',
+4392 silly get     'x-served-by': 'cache-sin6927-SIN',
+4392 silly get     'x-cache': 'HIT',
+4392 silly get     'x-cache-hits': '6',
+4392 silly get     'x-timer': 'S1470634916.086326,VS0,VE0',
+4392 silly get     vary: 'Accept-Encoding' } ]
+4393 verbose get saving eyes to /home/adhisimon/.npm/registry.npmjs.org/eyes/.cache.json
+4394 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4395 http 200 https://registry.npmjs.org/colors
+4396 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+4396 verbose headers   etag: '"96JV9L9OQV703G59YC12IDFI"',
+4396 verbose headers   'content-type': 'application/json',
+4396 verbose headers   'content-encoding': 'gzip',
+4396 verbose headers   'cache-control': 'max-age=300',
+4396 verbose headers   'content-length': '6035',
+4396 verbose headers   'accept-ranges': 'bytes',
+4396 verbose headers   date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4396 verbose headers   via: '1.1 varnish',
+4396 verbose headers   age: '193',
+4396 verbose headers   connection: 'keep-alive',
+4396 verbose headers   'x-served-by': 'cache-sin6927-SIN',
+4396 verbose headers   'x-cache': 'HIT',
+4396 verbose headers   'x-cache-hits': '12',
+4396 verbose headers   'x-timer': 'S1470634916.084747,VS0,VE0',
+4396 verbose headers   vary: 'Accept-Encoding' }
+4397 silly get cb [ 200,
+4397 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
+4397 silly get     etag: '"96JV9L9OQV703G59YC12IDFI"',
+4397 silly get     'content-type': 'application/json',
+4397 silly get     'content-encoding': 'gzip',
+4397 silly get     'cache-control': 'max-age=300',
+4397 silly get     'content-length': '6035',
+4397 silly get     'accept-ranges': 'bytes',
+4397 silly get     date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4397 silly get     via: '1.1 varnish',
+4397 silly get     age: '193',
+4397 silly get     connection: 'keep-alive',
+4397 silly get     'x-served-by': 'cache-sin6927-SIN',
+4397 silly get     'x-cache': 'HIT',
+4397 silly get     'x-cache-hits': '12',
+4397 silly get     'x-timer': 'S1470634916.084747,VS0,VE0',
+4397 silly get     vary: 'Accept-Encoding' } ]
+4398 verbose get saving colors to /home/adhisimon/.npm/registry.npmjs.org/colors/.cache.json
+4399 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4400 silly cache afterAdd async@1.0.0
+4401 verbose afterAdd /home/adhisimon/.npm/async/1.0.0/package/package.json not in flight; writing
+4402 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4403 verbose afterAdd /home/adhisimon/.npm/cycle/1.0.3/package/package.json written
+4404 silly resolveWithNewModule pkginfo@0.3.1 checking installable status
+4405 silly cache add args [ 'pkginfo@0.3.x', null ]
+4406 verbose cache add spec pkginfo@0.3.x
+4407 silly cache add parsed spec Result {
+4407 silly cache add   raw: 'pkginfo@0.3.x',
+4407 silly cache add   scope: null,
+4407 silly cache add   name: 'pkginfo',
+4407 silly cache add   rawSpec: '0.3.x',
+4407 silly cache add   spec: '>=0.3.0 <0.4.0',
+4407 silly cache add   type: 'range' }
+4408 silly addNamed pkginfo@>=0.3.0 <0.4.0
+4409 verbose addNamed ">=0.3.0 <0.4.0" is a valid semver range for pkginfo
+4410 silly addNameRange { name: 'pkginfo', range: '>=0.3.0 <0.4.0', hasData: false }
+4411 silly mapToRegistry name pkginfo
+4412 silly mapToRegistry using default registry
+4413 silly mapToRegistry registry https://registry.npmjs.org/
+4414 silly mapToRegistry data Result {
+4414 silly mapToRegistry   raw: 'pkginfo',
+4414 silly mapToRegistry   scope: null,
+4414 silly mapToRegistry   name: 'pkginfo',
+4414 silly mapToRegistry   rawSpec: '',
+4414 silly mapToRegistry   spec: 'latest',
+4414 silly mapToRegistry   type: 'tag' }
+4415 silly mapToRegistry uri https://registry.npmjs.org/pkginfo
+4416 verbose addNameRange registry:https://registry.npmjs.org/pkginfo not in flight; fetching
+4417 silly resolveWithNewModule eyes@0.1.8 checking installable status
+4418 silly cache add args [ 'eyes@0.1.x', null ]
+4419 verbose cache add spec eyes@0.1.x
+4420 silly cache add parsed spec Result {
+4420 silly cache add   raw: 'eyes@0.1.x',
+4420 silly cache add   scope: null,
+4420 silly cache add   name: 'eyes',
+4420 silly cache add   rawSpec: '0.1.x',
+4420 silly cache add   spec: '>=0.1.0 <0.2.0',
+4420 silly cache add   type: 'range' }
+4421 silly addNamed eyes@>=0.1.0 <0.2.0
+4422 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for eyes
+4423 silly addNameRange { name: 'eyes', range: '>=0.1.0 <0.2.0', hasData: false }
+4424 silly mapToRegistry name eyes
+4425 silly mapToRegistry using default registry
+4426 silly mapToRegistry registry https://registry.npmjs.org/
+4427 silly mapToRegistry data Result {
+4427 silly mapToRegistry   raw: 'eyes',
+4427 silly mapToRegistry   scope: null,
+4427 silly mapToRegistry   name: 'eyes',
+4427 silly mapToRegistry   rawSpec: '',
+4427 silly mapToRegistry   spec: 'latest',
+4427 silly mapToRegistry   type: 'tag' }
+4428 silly mapToRegistry uri https://registry.npmjs.org/eyes
+4429 verbose addNameRange registry:https://registry.npmjs.org/eyes not in flight; fetching
+4430 verbose afterAdd /home/adhisimon/.npm/async/1.0.0/package/package.json written
+4431 verbose get https://registry.npmjs.org/pkginfo not expired, no request
+4432 silly addNameRange number 2 { name: 'pkginfo', range: '>=0.3.0 <0.4.0', hasData: true }
+4433 silly addNameRange versions [ 'pkginfo',
+4433 silly addNameRange   [ '0.2.1', '0.2.2', '0.2.3', '0.3.0', '0.3.1', '0.4.0' ] ]
+4434 silly addNamed pkginfo@0.3.1
+4435 verbose addNamed "0.3.1" is a plain semver version for pkginfo
+4436 silly resolveWithNewModule colors@1.0.3 checking installable status
+4437 silly cache add args [ 'colors@1.0.x', null ]
+4438 verbose cache add spec colors@1.0.x
+4439 silly cache add parsed spec Result {
+4439 silly cache add   raw: 'colors@1.0.x',
+4439 silly cache add   scope: null,
+4439 silly cache add   name: 'colors',
+4439 silly cache add   rawSpec: '1.0.x',
+4439 silly cache add   spec: '>=1.0.0 <1.1.0',
+4439 silly cache add   type: 'range' }
+4440 silly addNamed colors@>=1.0.0 <1.1.0
+4441 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for colors
+4442 silly addNameRange { name: 'colors', range: '>=1.0.0 <1.1.0', hasData: false }
+4443 silly mapToRegistry name colors
+4444 silly mapToRegistry using default registry
+4445 silly mapToRegistry registry https://registry.npmjs.org/
+4446 silly mapToRegistry data Result {
+4446 silly mapToRegistry   raw: 'colors',
+4446 silly mapToRegistry   scope: null,
+4446 silly mapToRegistry   name: 'colors',
+4446 silly mapToRegistry   rawSpec: '',
+4446 silly mapToRegistry   spec: 'latest',
+4446 silly mapToRegistry   type: 'tag' }
+4447 silly mapToRegistry uri https://registry.npmjs.org/colors
+4448 verbose addNameRange registry:https://registry.npmjs.org/colors not in flight; fetching
+4449 verbose get https://registry.npmjs.org/eyes not expired, no request
+4450 silly addNameRange number 2 { name: 'eyes', range: '>=0.1.0 <0.2.0', hasData: true }
+4451 silly addNameRange versions [ 'eyes',
+4451 silly addNameRange   [ '0.1.1',
+4451 silly addNameRange     '0.1.2',
+4451 silly addNameRange     '0.1.3',
+4451 silly addNameRange     '0.1.4',
+4451 silly addNameRange     '0.1.5',
+4451 silly addNameRange     '0.1.6',
+4451 silly addNameRange     '0.1.7',
+4451 silly addNameRange     '0.1.8' ] ]
+4452 silly addNamed eyes@0.1.8
+4453 verbose addNamed "0.1.8" is a plain semver version for eyes
+4454 verbose get https://registry.npmjs.org/colors not expired, no request
+4455 silly addNameRange number 2 { name: 'colors', range: '>=1.0.0 <1.1.0', hasData: true }
+4456 silly addNameRange versions [ 'colors',
+4456 silly addNameRange   [ '0.3.0',
+4456 silly addNameRange     '0.5.0',
+4456 silly addNameRange     '0.5.1',
+4456 silly addNameRange     '0.6.0',
+4456 silly addNameRange     '0.6.0-1',
+4456 silly addNameRange     '0.6.1',
+4456 silly addNameRange     '0.6.2',
+4456 silly addNameRange     '1.0.0',
+4456 silly addNameRange     '1.0.1',
+4456 silly addNameRange     '1.0.2',
+4456 silly addNameRange     '1.0.3',
+4456 silly addNameRange     '1.1.0',
+4456 silly addNameRange     '1.1.1',
+4456 silly addNameRange     '1.1.2' ] ]
+4457 silly addNamed colors@1.0.3
+4458 verbose addNamed "1.0.3" is a plain semver version for colors
+4459 silly cache afterAdd pkginfo@0.3.1
+4460 verbose afterAdd /home/adhisimon/.npm/pkginfo/0.3.1/package/package.json not in flight; writing
+4461 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4462 silly cache afterAdd eyes@0.1.8
+4463 verbose afterAdd /home/adhisimon/.npm/eyes/0.1.8/package/package.json not in flight; writing
+4464 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4465 verbose afterAdd /home/adhisimon/.npm/pkginfo/0.3.1/package/package.json written
+4466 silly cache afterAdd colors@1.0.3
+4467 verbose afterAdd /home/adhisimon/.npm/colors/1.0.3/package/package.json not in flight; writing
+4468 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4469 verbose afterAdd /home/adhisimon/.npm/eyes/0.1.8/package/package.json written
+4470 verbose afterAdd /home/adhisimon/.npm/colors/1.0.3/package/package.json written
+4471 http 304 https://registry.npmjs.org/stack-trace
+4472 verbose headers { date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4472 verbose headers   via: '1.1 varnish',
+4472 verbose headers   'cache-control': 'max-age=300',
+4472 verbose headers   etag: '"8QUNJ550SK50CXR7GDZ23J7PK"',
+4472 verbose headers   age: '126',
+4472 verbose headers   connection: 'keep-alive',
+4472 verbose headers   'x-served-by': 'cache-sin6923-SIN',
+4472 verbose headers   'x-cache': 'HIT',
+4472 verbose headers   'x-cache-hits': '4',
+4472 verbose headers   'x-timer': 'S1470634916.316197,VS0,VE0',
+4472 verbose headers   vary: 'Accept-Encoding' }
+4473 silly get cb [ 304,
+4473 silly get   { date: 'Mon, 08 Aug 2016 05:41:56 GMT',
+4473 silly get     via: '1.1 varnish',
+4473 silly get     'cache-control': 'max-age=300',
+4473 silly get     etag: '"8QUNJ550SK50CXR7GDZ23J7PK"',
+4473 silly get     age: '126',
+4473 silly get     connection: 'keep-alive',
+4473 silly get     'x-served-by': 'cache-sin6923-SIN',
+4473 silly get     'x-cache': 'HIT',
+4473 silly get     'x-cache-hits': '4',
+4473 silly get     'x-timer': 'S1470634916.316197,VS0,VE0',
+4473 silly get     vary: 'Accept-Encoding' } ]
+4474 verbose etag https://registry.npmjs.org/stack-trace from cache
+4475 verbose get saving stack-trace to /home/adhisimon/.npm/registry.npmjs.org/stack-trace/.cache.json
+4476 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4477 silly resolveWithNewModule stack-trace@0.0.9 checking installable status
+4478 silly cache add args [ 'stack-trace@0.0.x', null ]
+4479 verbose cache add spec stack-trace@0.0.x
+4480 silly cache add parsed spec Result {
+4480 silly cache add   raw: 'stack-trace@0.0.x',
+4480 silly cache add   scope: null,
+4480 silly cache add   name: 'stack-trace',
+4480 silly cache add   rawSpec: '0.0.x',
+4480 silly cache add   spec: '>=0.0.0 <0.1.0',
+4480 silly cache add   type: 'range' }
+4481 silly addNamed stack-trace@>=0.0.0 <0.1.0
+4482 verbose addNamed ">=0.0.0 <0.1.0" is a valid semver range for stack-trace
+4483 silly addNameRange { name: 'stack-trace', range: '>=0.0.0 <0.1.0', hasData: false }
+4484 silly mapToRegistry name stack-trace
+4485 silly mapToRegistry using default registry
+4486 silly mapToRegistry registry https://registry.npmjs.org/
+4487 silly mapToRegistry data Result {
+4487 silly mapToRegistry   raw: 'stack-trace',
+4487 silly mapToRegistry   scope: null,
+4487 silly mapToRegistry   name: 'stack-trace',
+4487 silly mapToRegistry   rawSpec: '',
+4487 silly mapToRegistry   spec: 'latest',
+4487 silly mapToRegistry   type: 'tag' }
+4488 silly mapToRegistry uri https://registry.npmjs.org/stack-trace
+4489 verbose addNameRange registry:https://registry.npmjs.org/stack-trace not in flight; fetching
+4490 verbose get https://registry.npmjs.org/stack-trace not expired, no request
+4491 silly addNameRange number 2 { name: 'stack-trace', range: '>=0.0.0 <0.1.0', hasData: true }
+4492 silly addNameRange versions [ 'stack-trace',
+4492 silly addNameRange   [ '0.0.1',
+4492 silly addNameRange     '0.0.2',
+4492 silly addNameRange     '0.0.3',
+4492 silly addNameRange     '0.0.4',
+4492 silly addNameRange     '0.0.5',
+4492 silly addNameRange     '0.0.6',
+4492 silly addNameRange     '0.0.7',
+4492 silly addNameRange     '0.0.8',
+4492 silly addNameRange     '0.0.9' ] ]
+4493 silly addNamed stack-trace@0.0.9
+4494 verbose addNamed "0.0.9" is a plain semver version for stack-trace
+4495 silly cache afterAdd stack-trace@0.0.9
+4496 verbose afterAdd /home/adhisimon/.npm/stack-trace/0.0.9/package/package.json not in flight; writing
+4497 verbose correctMkdir /home/adhisimon/.npm correctMkdir not in flight; initializing
+4498 verbose afterAdd /home/adhisimon/.npm/stack-trace/0.0.9/package/package.json written
+4499 silly loadAllDepsIntoIdealTree Finishing
+4500 silly idealTree:prePrune evo-xmpp-center@0.0.1
+4500 silly idealTree:prePrune ├── accepts@1.3.3
+4500 silly idealTree:prePrune ├── ansi-regex@2.0.0
+4500 silly idealTree:prePrune ├── ansi-styles@2.2.1
+4500 silly idealTree:prePrune ├── anymatch@1.3.0
+4500 silly idealTree:prePrune ├── arr-diff@2.0.0
+4500 silly idealTree:prePrune ├── arr-flatten@1.0.1
+4500 silly idealTree:prePrune ├── array-flatten@1.1.1
+4500 silly idealTree:prePrune ├── array-unique@0.2.1
+4500 silly idealTree:prePrune ├── arrify@1.0.1
+4500 silly idealTree:prePrune ├── asap@2.0.4
+4500 silly idealTree:prePrune ├── asn1@0.2.3
+4500 silly idealTree:prePrune ├── assert-plus@0.2.0
+4500 silly idealTree:prePrune ├── async-each@1.0.0
+4500 silly idealTree:prePrune ├── async@1.5.2
+4500 silly idealTree:prePrune ├── aws-sign2@0.6.0
+4500 silly idealTree:prePrune ├── backoff@2.3.0
+4500 silly idealTree:prePrune ├── balanced-match@0.4.2
+4500 silly idealTree:prePrune ├── binary-extensions@1.5.0
+4500 silly idealTree:prePrune ├── bindings@1.2.1
+4500 silly idealTree:prePrune ├─┬ bl@1.0.3
+4500 silly idealTree:prePrune │ └── readable-stream@2.0.6
+4500 silly idealTree:prePrune ├── bluebird@2.10.2
+4500 silly idealTree:prePrune ├── boom@2.10.1
+4500 silly idealTree:prePrune ├── brace-expansion@1.1.6
+4500 silly idealTree:prePrune ├── braces@1.8.5
+4500 silly idealTree:prePrune ├── browser-request@0.3.3
+4500 silly idealTree:prePrune ├── buffer-shims@1.0.0
+4500 silly idealTree:prePrune ├── camelcase@2.1.1
+4500 silly idealTree:prePrune ├── caseless@0.11.0
+4500 silly idealTree:prePrune ├── chalk@1.1.3
+4500 silly idealTree:prePrune ├── chokidar@1.6.0
+4500 silly idealTree:prePrune ├── cliui@3.2.0
+4500 silly idealTree:prePrune ├── code-point-at@1.0.0
+4500 silly idealTree:prePrune ├── colors@1.0.3
+4500 silly idealTree:prePrune ├── combined-stream@1.0.5
+4500 silly idealTree:prePrune ├── commander@2.9.0
+4500 silly idealTree:prePrune ├── concat-map@0.0.1
+4500 silly idealTree:prePrune ├── content-disposition@0.5.1
+4500 silly idealTree:prePrune ├── content-type@1.0.2
+4500 silly idealTree:prePrune ├── cookie-signature@1.0.6
+4500 silly idealTree:prePrune ├── cookie@0.3.1
+4500 silly idealTree:prePrune ├── core-util-is@1.0.2
+4500 silly idealTree:prePrune ├── cryptiles@2.0.5
+4500 silly idealTree:prePrune ├── ctype@0.5.3
+4500 silly idealTree:prePrune ├── cycle@1.0.3
+4500 silly idealTree:prePrune ├─┬ dashdash@1.14.0
+4500 silly idealTree:prePrune │ └── assert-plus@1.0.0
+4500 silly idealTree:prePrune ├── debug@2.2.0
+4500 silly idealTree:prePrune ├── decamelize@1.2.0
+4500 silly idealTree:prePrune ├── delayed-stream@1.0.0
+4500 silly idealTree:prePrune ├── depd@1.1.0
+4500 silly idealTree:prePrune ├── destroy@1.0.4
+4500 silly idealTree:prePrune ├── ecc-jsbn@0.1.1
+4500 silly idealTree:prePrune ├── ee-first@1.1.1
+4500 silly idealTree:prePrune ├── encodeurl@1.0.1
+4500 silly idealTree:prePrune ├── escape-html@1.0.3
+4500 silly idealTree:prePrune ├── escape-string-regexp@1.0.5
+4500 silly idealTree:prePrune ├── etag@1.7.0
+4500 silly idealTree:prePrune ├── expand-brackets@0.1.5
+4500 silly idealTree:prePrune ├── expand-range@1.8.2
+4500 silly idealTree:prePrune ├── express@4.14.0
+4500 silly idealTree:prePrune ├── extend@3.0.0
+4500 silly idealTree:prePrune ├── extglob@0.3.2
+4500 silly idealTree:prePrune ├── extsprintf@1.0.2
+4500 silly idealTree:prePrune ├── eyes@0.1.8
+4500 silly idealTree:prePrune ├── faye-websocket@0.7.3
+4500 silly idealTree:prePrune ├── filename-regex@2.0.0
+4500 silly idealTree:prePrune ├── fill-range@2.2.3
+4500 silly idealTree:prePrune ├── finalhandler@0.5.0
+4500 silly idealTree:prePrune ├── for-in@0.1.5
+4500 silly idealTree:prePrune ├── for-own@0.1.4
+4500 silly idealTree:prePrune ├── forever-agent@0.6.1
+4500 silly idealTree:prePrune ├── form-data@1.0.0-rc4
+4500 silly idealTree:prePrune ├── forwarded@0.1.0
+4500 silly idealTree:prePrune ├── fresh@0.3.0
+4500 silly idealTree:prePrune ├── generate-function@2.0.0
+4500 silly idealTree:prePrune ├── generate-object-property@1.2.0
+4500 silly idealTree:prePrune ├─┬ getpass@0.1.6
+4500 silly idealTree:prePrune │ └── assert-plus@1.0.0
+4500 silly idealTree:prePrune ├── glob-base@0.3.0
+4500 silly idealTree:prePrune ├── glob-parent@2.0.0
+4500 silly idealTree:prePrune ├── graceful-fs@4.1.5
+4500 silly idealTree:prePrune ├── graceful-readlink@1.0.1
+4500 silly idealTree:prePrune ├── har-validator@2.0.6
+4500 silly idealTree:prePrune ├── has-ansi@2.0.0
+4500 silly idealTree:prePrune ├── hawk@3.1.3
+4500 silly idealTree:prePrune ├── hoek@2.16.3
+4500 silly idealTree:prePrune ├── http-errors@1.5.0
+4500 silly idealTree:prePrune ├── http-signature@1.1.1
+4500 silly idealTree:prePrune ├── inherits@2.0.1
+4500 silly idealTree:prePrune ├── ini@1.3.4
+4500 silly idealTree:prePrune ├── invert-kv@1.0.0
+4500 silly idealTree:prePrune ├── ipaddr.js@1.1.1
+4500 silly idealTree:prePrune ├── is-binary-path@1.0.1
+4500 silly idealTree:prePrune ├── is-buffer@1.1.4
+4500 silly idealTree:prePrune ├── is-dotfile@1.0.2
+4500 silly idealTree:prePrune ├── is-equal-shallow@0.1.3
+4500 silly idealTree:prePrune ├── is-extendable@0.1.1
+4500 silly idealTree:prePrune ├── is-extglob@1.0.0
+4500 silly idealTree:prePrune ├── is-fullwidth-code-point@1.0.0
+4500 silly idealTree:prePrune ├── is-glob@2.0.1
+4500 silly idealTree:prePrune ├── is-my-json-valid@2.13.1
+4500 silly idealTree:prePrune ├── is-number@2.1.0
+4500 silly idealTree:prePrune ├── is-posix-bracket@0.1.1
+4500 silly idealTree:prePrune ├── is-primitive@2.0.0
+4500 silly idealTree:prePrune ├── is-property@1.0.2
+4500 silly idealTree:prePrune ├── is-typedarray@1.0.0
+4500 silly idealTree:prePrune ├── isarray@1.0.0
+4500 silly idealTree:prePrune ├── isobject@2.1.0
+4500 silly idealTree:prePrune ├── isstream@0.1.2
+4500 silly idealTree:prePrune ├── jodid25519@1.0.2
+4500 silly idealTree:prePrune ├── jsbn@0.1.0
+4500 silly idealTree:prePrune ├── json-schema@0.2.2
+4500 silly idealTree:prePrune ├── json-stringify-safe@5.0.1
+4500 silly idealTree:prePrune ├── jsonpointer@2.0.0
+4500 silly idealTree:prePrune ├── jsprim@1.3.0
+4500 silly idealTree:prePrune ├── kind-of@3.0.4
+4500 silly idealTree:prePrune ├── lcid@1.0.0
+4500 silly idealTree:prePrune ├── lodash._baseassign@3.2.0
+4500 silly idealTree:prePrune ├── lodash._basecopy@3.0.1
+4500 silly idealTree:prePrune ├── lodash._bindcallback@3.0.1
+4500 silly idealTree:prePrune ├── lodash._createassigner@3.1.1
+4500 silly idealTree:prePrune ├── lodash._getnative@3.9.1
+4500 silly idealTree:prePrune ├── lodash._isiterateecall@3.0.9
+4500 silly idealTree:prePrune ├── lodash.assign@3.2.0
+4500 silly idealTree:prePrune ├── lodash.isarguments@3.0.9
+4500 silly idealTree:prePrune ├── lodash.isarray@3.0.4
+4500 silly idealTree:prePrune ├── lodash.keys@3.1.2
+4500 silly idealTree:prePrune ├── lodash.restparam@3.6.1
+4500 silly idealTree:prePrune ├── ltx@2.4.2
+4500 silly idealTree:prePrune ├── media-typer@0.3.0
+4500 silly idealTree:prePrune ├── merge-descriptors@1.0.1
+4500 silly idealTree:prePrune ├── methods@1.1.2
+4500 silly idealTree:prePrune ├── micromatch@2.3.11
+4500 silly idealTree:prePrune ├── mime-db@1.23.0
+4500 silly idealTree:prePrune ├── mime-types@2.1.11
+4500 silly idealTree:prePrune ├── mime@1.3.4
+4500 silly idealTree:prePrune ├── minimatch@3.0.2
+4500 silly idealTree:prePrune ├── minimist@0.0.8
+4500 silly idealTree:prePrune ├── ms@0.7.1
+4500 silly idealTree:prePrune ├── nan@1.8.4
+4500 silly idealTree:prePrune ├── negotiator@0.6.1
+4500 silly idealTree:prePrune ├── node-stringprep@0.7.3
+4500 silly idealTree:prePrune ├── node-uuid@1.4.7
+4500 silly idealTree:prePrune ├─┬ node-xmpp-client@1.0.0
+4500 silly idealTree:prePrune │ ├── asn1@0.1.11
+4500 silly idealTree:prePrune │ ├── assert-plus@0.1.5
+4500 silly idealTree:prePrune │ ├── async@0.9.2
+4500 silly idealTree:prePrune │ ├── aws-sign2@0.5.0
+4500 silly idealTree:prePrune │ ├── bl@0.9.5
+4500 silly idealTree:prePrune │ ├── caseless@0.9.0
+4500 silly idealTree:prePrune │ ├── combined-stream@0.0.7
+4500 silly idealTree:prePrune │ ├── debug@1.0.4
+4500 silly idealTree:prePrune │ ├── delayed-stream@0.0.5
+4500 silly idealTree:prePrune │ ├── form-data@0.2.0
+4500 silly idealTree:prePrune │ ├── har-validator@1.8.0
+4500 silly idealTree:prePrune │ ├── hawk@2.3.1
+4500 silly idealTree:prePrune │ ├── http-signature@0.10.1
+4500 silly idealTree:prePrune │ ├── isarray@0.0.1
+4500 silly idealTree:prePrune │ ├── mime-db@1.12.0
+4500 silly idealTree:prePrune │ ├── mime-types@2.0.14
+4500 silly idealTree:prePrune │ ├── ms@0.6.2
+4500 silly idealTree:prePrune │ ├── oauth-sign@0.6.0
+4500 silly idealTree:prePrune │ ├── qs@2.4.2
+4500 silly idealTree:prePrune │ ├── readable-stream@1.0.34
+4500 silly idealTree:prePrune │ └── request@2.55.0
+4500 silly idealTree:prePrune ├── node-xmpp-core@2.0.0
+4500 silly idealTree:prePrune ├── normalize-path@2.0.1
+4500 silly idealTree:prePrune ├── number-is-nan@1.0.0
+4500 silly idealTree:prePrune ├── nunjucks@2.4.2
+4500 silly idealTree:prePrune ├── oauth-sign@0.8.2
+4500 silly idealTree:prePrune ├── object.omit@2.0.0
+4500 silly idealTree:prePrune ├── on-finished@2.3.0
+4500 silly idealTree:prePrune ├── os-locale@1.4.0
+4500 silly idealTree:prePrune ├── parse-glob@3.0.4
+4500 silly idealTree:prePrune ├── parseurl@1.3.1
+4500 silly idealTree:prePrune ├── path-is-absolute@1.0.0
+4500 silly idealTree:prePrune ├── path-to-regexp@0.1.7
+4500 silly idealTree:prePrune ├── pinkie-promise@2.0.1
+4500 silly idealTree:prePrune ├── pinkie@2.0.4
+4500 silly idealTree:prePrune ├── pkginfo@0.3.1
+4500 silly idealTree:prePrune ├── preserve@0.2.0
+4500 silly idealTree:prePrune ├── process-nextick-args@1.0.7
+4500 silly idealTree:prePrune ├── proxy-addr@1.1.2
+4500 silly idealTree:prePrune ├── punycode@1.3.2
+4500 silly idealTree:prePrune ├── qbox@0.1.7
+4500 silly idealTree:prePrune ├── qs@6.2.0
+4500 silly idealTree:prePrune ├── querystring@0.2.0
+4500 silly idealTree:prePrune ├── randomatic@1.1.5
+4500 silly idealTree:prePrune ├── range-parser@1.2.0
+4500 silly idealTree:prePrune ├── readable-stream@2.1.4
+4500 silly idealTree:prePrune ├── readdirp@2.1.0
+4500 silly idealTree:prePrune ├── reconnect-core@0.0.1
+4500 silly idealTree:prePrune ├── regex-cache@0.4.3
+4500 silly idealTree:prePrune ├── repeat-element@1.1.2
+4500 silly idealTree:prePrune ├── repeat-string@1.5.4
+4500 silly idealTree:prePrune ├─┬ request@2.67.0
+4500 silly idealTree:prePrune │ └── qs@5.2.1
+4500 silly idealTree:prePrune ├── send@0.14.1
+4500 silly idealTree:prePrune ├── serve-static@1.11.1
+4500 silly idealTree:prePrune ├── set-immediate-shim@1.0.1
+4500 silly idealTree:prePrune ├── setprototypeof@1.0.1
+4500 silly idealTree:prePrune ├── simple-xmpp@1.2.0
+4500 silly idealTree:prePrune ├── sntp@1.0.9
+4500 silly idealTree:prePrune ├─┬ sshpk@1.9.2
+4500 silly idealTree:prePrune │ └── assert-plus@1.0.0
+4500 silly idealTree:prePrune ├── stack-trace@0.0.9
+4500 silly idealTree:prePrune ├── statuses@1.3.0
+4500 silly idealTree:prePrune ├── strftime@0.9.2
+4500 silly idealTree:prePrune ├── string-width@1.0.1
+4500 silly idealTree:prePrune ├── string_decoder@0.10.31
+4500 silly idealTree:prePrune ├── stringstream@0.0.5
+4500 silly idealTree:prePrune ├── strip-ansi@3.0.1
+4500 silly idealTree:prePrune ├── supports-color@2.0.0
+4500 silly idealTree:prePrune ├── tls-connect@0.2.2
+4500 silly idealTree:prePrune ├── tough-cookie@2.2.2
+4500 silly idealTree:prePrune ├── tunnel-agent@0.4.3
+4500 silly idealTree:prePrune ├── tweetnacl@0.13.3
+4500 silly idealTree:prePrune ├── type-is@1.6.13
+4500 silly idealTree:prePrune ├── unpipe@1.0.0
+4500 silly idealTree:prePrune ├── url@0.11.0
+4500 silly idealTree:prePrune ├── util-deprecate@1.0.2
+4500 silly idealTree:prePrune ├── utils-merge@1.0.0
+4500 silly idealTree:prePrune ├── vary@1.1.0
+4500 silly idealTree:prePrune ├── verror@1.3.6
+4500 silly idealTree:prePrune ├── websocket-driver@0.6.5
+4500 silly idealTree:prePrune ├── websocket-extensions@0.1.1
+4500 silly idealTree:prePrune ├── window-size@0.1.4
+4500 silly idealTree:prePrune ├─┬ winston@1.1.2
+4500 silly idealTree:prePrune │ └── async@1.0.0
+4500 silly idealTree:prePrune ├── wrap-ansi@2.0.0
+4500 silly idealTree:prePrune ├── xtend@4.0.1
+4500 silly idealTree:prePrune ├── y18n@3.2.1
+4500 silly idealTree:prePrune └── yargs@3.32.0
+4501 silly loadIdealTree Finishing
+4502 silly currentTree evo-xmpp-center@0.0.1
+4502 silly currentTree ├── accepts@1.3.3
+4502 silly currentTree ├── ansi-regex@2.0.0
+4502 silly currentTree ├── anymatch@1.3.0
+4502 silly currentTree ├── arr-diff@2.0.0
+4502 silly currentTree ├── arr-flatten@1.0.1
+4502 silly currentTree ├── array-flatten@1.1.1
+4502 silly currentTree ├── array-unique@0.2.1
+4502 silly currentTree ├── arrify@1.0.1
+4502 silly currentTree ├── asap@2.0.4
+4502 silly currentTree ├── async-each@1.0.0
+4502 silly currentTree ├── balanced-match@0.4.2
+4502 silly currentTree ├── binary-extensions@1.5.0
+4502 silly currentTree ├── brace-expansion@1.1.6
+4502 silly currentTree ├── braces@1.8.5
+4502 silly currentTree ├── buffer-shims@1.0.0
+4502 silly currentTree ├── camelcase@2.1.1
+4502 silly currentTree ├── chokidar@1.6.0
+4502 silly currentTree ├── cliui@3.2.0
+4502 silly currentTree ├── code-point-at@1.0.0
+4502 silly currentTree ├── concat-map@0.0.1
+4502 silly currentTree ├── content-disposition@0.5.1
+4502 silly currentTree ├── content-type@1.0.2
+4502 silly currentTree ├── cookie-signature@1.0.6
+4502 silly currentTree ├── cookie@0.3.1
+4502 silly currentTree ├── core-util-is@1.0.2
+4502 silly currentTree ├── debug@2.2.0
+4502 silly currentTree ├── decamelize@1.2.0
+4502 silly currentTree ├── depd@1.1.0
+4502 silly currentTree ├── destroy@1.0.4
+4502 silly currentTree ├── ee-first@1.1.1
+4502 silly currentTree ├── encodeurl@1.0.1
+4502 silly currentTree ├── escape-html@1.0.3
+4502 silly currentTree ├── etag@1.7.0
+4502 silly currentTree ├── expand-brackets@0.1.5
+4502 silly currentTree ├── expand-range@1.8.2
+4502 silly currentTree ├── express@4.14.0
+4502 silly currentTree ├── extglob@0.3.2
+4502 silly currentTree ├── filename-regex@2.0.0
+4502 silly currentTree ├── fill-range@2.2.3
+4502 silly currentTree ├── finalhandler@0.5.0
+4502 silly currentTree ├── for-in@0.1.5
+4502 silly currentTree ├── for-own@0.1.4
+4502 silly currentTree ├── forwarded@0.1.0
+4502 silly currentTree ├── fresh@0.3.0
+4502 silly currentTree ├── glob-base@0.3.0
+4502 silly currentTree ├── glob-parent@2.0.0
+4502 silly currentTree ├── graceful-fs@4.1.5
+4502 silly currentTree ├── http-errors@1.5.0
+4502 silly currentTree ├── inherits@2.0.1
+4502 silly currentTree ├── invert-kv@1.0.0
+4502 silly currentTree ├── ipaddr.js@1.1.1
+4502 silly currentTree ├── is-binary-path@1.0.1
+4502 silly currentTree ├── is-buffer@1.1.4
+4502 silly currentTree ├── is-dotfile@1.0.2
+4502 silly currentTree ├── is-equal-shallow@0.1.3
+4502 silly currentTree ├── is-extendable@0.1.1
+4502 silly currentTree ├── is-extglob@1.0.0
+4502 silly currentTree ├── is-fullwidth-code-point@1.0.0
+4502 silly currentTree ├── is-glob@2.0.1
+4502 silly currentTree ├── is-number@2.1.0
+4502 silly currentTree ├── is-posix-bracket@0.1.1
+4502 silly currentTree ├── is-primitive@2.0.0
+4502 silly currentTree ├── isarray@1.0.0
+4502 silly currentTree ├── isobject@2.1.0
+4502 silly currentTree ├── kind-of@3.0.4
+4502 silly currentTree ├── lcid@1.0.0
+4502 silly currentTree ├── media-typer@0.3.0
+4502 silly currentTree ├── merge-descriptors@1.0.1
+4502 silly currentTree ├── methods@1.1.2
+4502 silly currentTree ├── micromatch@2.3.11
+4502 silly currentTree ├── mime-db@1.23.0
+4502 silly currentTree ├── mime-types@2.1.11
+4502 silly currentTree ├── mime@1.3.4
+4502 silly currentTree ├── minimatch@3.0.2
+4502 silly currentTree ├── ms@0.7.1
+4502 silly currentTree ├── negotiator@0.6.1
+4502 silly currentTree ├── normalize-path@2.0.1
+4502 silly currentTree ├── number-is-nan@1.0.0
+4502 silly currentTree ├── nunjucks@2.4.2
+4502 silly currentTree ├── object.omit@2.0.0
+4502 silly currentTree ├── on-finished@2.3.0
+4502 silly currentTree ├── os-locale@1.4.0
+4502 silly currentTree ├── parse-glob@3.0.4
+4502 silly currentTree ├── parseurl@1.3.1
+4502 silly currentTree ├── path-is-absolute@1.0.0
+4502 silly currentTree ├── path-to-regexp@0.1.7
+4502 silly currentTree ├── preserve@0.2.0
+4502 silly currentTree ├── process-nextick-args@1.0.7
+4502 silly currentTree ├── proxy-addr@1.1.2
+4502 silly currentTree ├── qs@6.2.0
+4502 silly currentTree ├── randomatic@1.1.5
+4502 silly currentTree ├── range-parser@1.2.0
+4502 silly currentTree ├── readable-stream@2.1.4
+4502 silly currentTree ├── readdirp@2.1.0
+4502 silly currentTree ├── regex-cache@0.4.3
+4502 silly currentTree ├── repeat-element@1.1.2
+4502 silly currentTree ├── repeat-string@1.5.4
+4502 silly currentTree ├── send@0.14.1
+4502 silly currentTree ├── serve-static@1.11.1
+4502 silly currentTree ├── set-immediate-shim@1.0.1
+4502 silly currentTree ├── setprototypeof@1.0.1
+4502 silly currentTree ├── statuses@1.3.0
+4502 silly currentTree ├── string-width@1.0.1
+4502 silly currentTree ├── string_decoder@0.10.31
+4502 silly currentTree ├── strip-ansi@3.0.1
+4502 silly currentTree ├── type-is@1.6.13
+4502 silly currentTree ├── unpipe@1.0.0
+4502 silly currentTree ├── util-deprecate@1.0.2
+4502 silly currentTree ├── utils-merge@1.0.0
+4502 silly currentTree ├── vary@1.1.0
+4502 silly currentTree ├── window-size@0.1.4
+4502 silly currentTree ├── wrap-ansi@2.0.0
+4502 silly currentTree ├── y18n@3.2.1
+4502 silly currentTree └── yargs@3.32.0
+4503 silly idealTree evo-xmpp-center@0.0.1
+4503 silly idealTree ├── accepts@1.3.3
+4503 silly idealTree ├── ansi-regex@2.0.0
+4503 silly idealTree ├── ansi-styles@2.2.1
+4503 silly idealTree ├── anymatch@1.3.0
+4503 silly idealTree ├── arr-diff@2.0.0
+4503 silly idealTree ├── arr-flatten@1.0.1
+4503 silly idealTree ├── array-flatten@1.1.1
+4503 silly idealTree ├── array-unique@0.2.1
+4503 silly idealTree ├── arrify@1.0.1
+4503 silly idealTree ├── asap@2.0.4
+4503 silly idealTree ├── asn1@0.2.3
+4503 silly idealTree ├── assert-plus@0.2.0
+4503 silly idealTree ├── async-each@1.0.0
+4503 silly idealTree ├── async@1.5.2
+4503 silly idealTree ├── aws-sign2@0.6.0
+4503 silly idealTree ├── backoff@2.3.0
+4503 silly idealTree ├── balanced-match@0.4.2
+4503 silly idealTree ├── binary-extensions@1.5.0
+4503 silly idealTree ├── bindings@1.2.1
+4503 silly idealTree ├─┬ bl@1.0.3
+4503 silly idealTree │ └── readable-stream@2.0.6
+4503 silly idealTree ├── bluebird@2.10.2
+4503 silly idealTree ├── boom@2.10.1
+4503 silly idealTree ├── brace-expansion@1.1.6
+4503 silly idealTree ├── braces@1.8.5
+4503 silly idealTree ├── browser-request@0.3.3
+4503 silly idealTree ├── buffer-shims@1.0.0
+4503 silly idealTree ├── camelcase@2.1.1
+4503 silly idealTree ├── caseless@0.11.0
+4503 silly idealTree ├── chalk@1.1.3
+4503 silly idealTree ├── chokidar@1.6.0
+4503 silly idealTree ├── cliui@3.2.0
+4503 silly idealTree ├── code-point-at@1.0.0
+4503 silly idealTree ├── colors@1.0.3
+4503 silly idealTree ├── combined-stream@1.0.5
+4503 silly idealTree ├── commander@2.9.0
+4503 silly idealTree ├── concat-map@0.0.1
+4503 silly idealTree ├── content-disposition@0.5.1
+4503 silly idealTree ├── content-type@1.0.2
+4503 silly idealTree ├── cookie-signature@1.0.6
+4503 silly idealTree ├── cookie@0.3.1
+4503 silly idealTree ├── core-util-is@1.0.2
+4503 silly idealTree ├── cryptiles@2.0.5
+4503 silly idealTree ├── ctype@0.5.3
+4503 silly idealTree ├── cycle@1.0.3
+4503 silly idealTree ├─┬ dashdash@1.14.0
+4503 silly idealTree │ └── assert-plus@1.0.0
+4503 silly idealTree ├── debug@2.2.0
+4503 silly idealTree ├── decamelize@1.2.0
+4503 silly idealTree ├── delayed-stream@1.0.0
+4503 silly idealTree ├── depd@1.1.0
+4503 silly idealTree ├── destroy@1.0.4
+4503 silly idealTree ├── ecc-jsbn@0.1.1
+4503 silly idealTree ├── ee-first@1.1.1
+4503 silly idealTree ├── encodeurl@1.0.1
+4503 silly idealTree ├── escape-html@1.0.3
+4503 silly idealTree ├── escape-string-regexp@1.0.5
+4503 silly idealTree ├── etag@1.7.0
+4503 silly idealTree ├── expand-brackets@0.1.5
+4503 silly idealTree ├── expand-range@1.8.2
+4503 silly idealTree ├── express@4.14.0
+4503 silly idealTree ├── extend@3.0.0
+4503 silly idealTree ├── extglob@0.3.2
+4503 silly idealTree ├── extsprintf@1.0.2
+4503 silly idealTree ├── eyes@0.1.8
+4503 silly idealTree ├── faye-websocket@0.7.3
+4503 silly idealTree ├── filename-regex@2.0.0
+4503 silly idealTree ├── fill-range@2.2.3
+4503 silly idealTree ├── finalhandler@0.5.0
+4503 silly idealTree ├── for-in@0.1.5
+4503 silly idealTree ├── for-own@0.1.4
+4503 silly idealTree ├── forever-agent@0.6.1
+4503 silly idealTree ├── form-data@1.0.0-rc4
+4503 silly idealTree ├── forwarded@0.1.0
+4503 silly idealTree ├── fresh@0.3.0
+4503 silly idealTree ├── generate-function@2.0.0
+4503 silly idealTree ├── generate-object-property@1.2.0
+4503 silly idealTree ├─┬ getpass@0.1.6
+4503 silly idealTree │ └── assert-plus@1.0.0
+4503 silly idealTree ├── glob-base@0.3.0
+4503 silly idealTree ├── glob-parent@2.0.0
+4503 silly idealTree ├── graceful-fs@4.1.5
+4503 silly idealTree ├── graceful-readlink@1.0.1
+4503 silly idealTree ├── har-validator@2.0.6
+4503 silly idealTree ├── has-ansi@2.0.0
+4503 silly idealTree ├── hawk@3.1.3
+4503 silly idealTree ├── hoek@2.16.3
+4503 silly idealTree ├── http-errors@1.5.0
+4503 silly idealTree ├── http-signature@1.1.1
+4503 silly idealTree ├── inherits@2.0.1
+4503 silly idealTree ├── ini@1.3.4
+4503 silly idealTree ├── invert-kv@1.0.0
+4503 silly idealTree ├── ipaddr.js@1.1.1
+4503 silly idealTree ├── is-binary-path@1.0.1
+4503 silly idealTree ├── is-buffer@1.1.4
+4503 silly idealTree ├── is-dotfile@1.0.2
+4503 silly idealTree ├── is-equal-shallow@0.1.3
+4503 silly idealTree ├── is-extendable@0.1.1
+4503 silly idealTree ├── is-extglob@1.0.0
+4503 silly idealTree ├── is-fullwidth-code-point@1.0.0
+4503 silly idealTree ├── is-glob@2.0.1
+4503 silly idealTree ├── is-my-json-valid@2.13.1
+4503 silly idealTree ├── is-number@2.1.0
+4503 silly idealTree ├── is-posix-bracket@0.1.1
+4503 silly idealTree ├── is-primitive@2.0.0
+4503 silly idealTree ├── is-property@1.0.2
+4503 silly idealTree ├── is-typedarray@1.0.0
+4503 silly idealTree ├── isarray@1.0.0
+4503 silly idealTree ├── isobject@2.1.0
+4503 silly idealTree ├── isstream@0.1.2
+4503 silly idealTree ├── jodid25519@1.0.2
+4503 silly idealTree ├── jsbn@0.1.0
+4503 silly idealTree ├── json-schema@0.2.2
+4503 silly idealTree ├── json-stringify-safe@5.0.1
+4503 silly idealTree ├── jsonpointer@2.0.0
+4503 silly idealTree ├── jsprim@1.3.0
+4503 silly idealTree ├── kind-of@3.0.4
+4503 silly idealTree ├── lcid@1.0.0
+4503 silly idealTree ├── lodash._baseassign@3.2.0
+4503 silly idealTree ├── lodash._basecopy@3.0.1
+4503 silly idealTree ├── lodash._bindcallback@3.0.1
+4503 silly idealTree ├── lodash._createassigner@3.1.1
+4503 silly idealTree ├── lodash._getnative@3.9.1
+4503 silly idealTree ├── lodash._isiterateecall@3.0.9
+4503 silly idealTree ├── lodash.assign@3.2.0
+4503 silly idealTree ├── lodash.isarguments@3.0.9
+4503 silly idealTree ├── lodash.isarray@3.0.4
+4503 silly idealTree ├── lodash.keys@3.1.2
+4503 silly idealTree ├── lodash.restparam@3.6.1
+4503 silly idealTree ├── ltx@2.4.2
+4503 silly idealTree ├── media-typer@0.3.0
+4503 silly idealTree ├── merge-descriptors@1.0.1
+4503 silly idealTree ├── methods@1.1.2
+4503 silly idealTree ├── micromatch@2.3.11
+4503 silly idealTree ├── mime-db@1.23.0
+4503 silly idealTree ├── mime-types@2.1.11
+4503 silly idealTree ├── mime@1.3.4
+4503 silly idealTree ├── minimatch@3.0.2
+4503 silly idealTree ├── minimist@0.0.8
+4503 silly idealTree ├── ms@0.7.1
+4503 silly idealTree ├── nan@1.8.4
+4503 silly idealTree ├── negotiator@0.6.1
+4503 silly idealTree ├── node-stringprep@0.7.3
+4503 silly idealTree ├── node-uuid@1.4.7
+4503 silly idealTree ├─┬ node-xmpp-client@1.0.0
+4503 silly idealTree │ ├── asn1@0.1.11
+4503 silly idealTree │ ├── assert-plus@0.1.5
+4503 silly idealTree │ ├── async@0.9.2
+4503 silly idealTree │ ├── aws-sign2@0.5.0
+4503 silly idealTree │ ├── bl@0.9.5
+4503 silly idealTree │ ├── caseless@0.9.0
+4503 silly idealTree │ ├── combined-stream@0.0.7
+4503 silly idealTree │ ├── debug@1.0.4
+4503 silly idealTree │ ├── delayed-stream@0.0.5
+4503 silly idealTree │ ├── form-data@0.2.0
+4503 silly idealTree │ ├── har-validator@1.8.0
+4503 silly idealTree │ ├── hawk@2.3.1
+4503 silly idealTree │ ├── http-signature@0.10.1
+4503 silly idealTree │ ├── isarray@0.0.1
+4503 silly idealTree │ ├── mime-db@1.12.0
+4503 silly idealTree │ ├── mime-types@2.0.14
+4503 silly idealTree │ ├── ms@0.6.2
+4503 silly idealTree │ ├── oauth-sign@0.6.0
+4503 silly idealTree │ ├── qs@2.4.2
+4503 silly idealTree │ ├── readable-stream@1.0.34
+4503 silly idealTree │ └── request@2.55.0
+4503 silly idealTree ├── node-xmpp-core@2.0.0
+4503 silly idealTree ├── normalize-path@2.0.1
+4503 silly idealTree ├── number-is-nan@1.0.0
+4503 silly idealTree ├── nunjucks@2.4.2
+4503 silly idealTree ├── oauth-sign@0.8.2
+4503 silly idealTree ├── object.omit@2.0.0
+4503 silly idealTree ├── on-finished@2.3.0
+4503 silly idealTree ├── os-locale@1.4.0
+4503 silly idealTree ├── parse-glob@3.0.4
+4503 silly idealTree ├── parseurl@1.3.1
+4503 silly idealTree ├── path-is-absolute@1.0.0
+4503 silly idealTree ├── path-to-regexp@0.1.7
+4503 silly idealTree ├── pinkie-promise@2.0.1
+4503 silly idealTree ├── pinkie@2.0.4
+4503 silly idealTree ├── pkginfo@0.3.1
+4503 silly idealTree ├── preserve@0.2.0
+4503 silly idealTree ├── process-nextick-args@1.0.7
+4503 silly idealTree ├── proxy-addr@1.1.2
+4503 silly idealTree ├── punycode@1.3.2
+4503 silly idealTree ├── qbox@0.1.7
+4503 silly idealTree ├── qs@6.2.0
+4503 silly idealTree ├── querystring@0.2.0
+4503 silly idealTree ├── randomatic@1.1.5
+4503 silly idealTree ├── range-parser@1.2.0
+4503 silly idealTree ├── readable-stream@2.1.4
+4503 silly idealTree ├── readdirp@2.1.0
+4503 silly idealTree ├── reconnect-core@0.0.1
+4503 silly idealTree ├── regex-cache@0.4.3
+4503 silly idealTree ├── repeat-element@1.1.2
+4503 silly idealTree ├── repeat-string@1.5.4
+4503 silly idealTree ├─┬ request@2.67.0
+4503 silly idealTree │ └── qs@5.2.1
+4503 silly idealTree ├── send@0.14.1
+4503 silly idealTree ├── serve-static@1.11.1
+4503 silly idealTree ├── set-immediate-shim@1.0.1
+4503 silly idealTree ├── setprototypeof@1.0.1
+4503 silly idealTree ├── simple-xmpp@1.2.0
+4503 silly idealTree ├── sntp@1.0.9
+4503 silly idealTree ├─┬ sshpk@1.9.2
+4503 silly idealTree │ └── assert-plus@1.0.0
+4503 silly idealTree ├── stack-trace@0.0.9
+4503 silly idealTree ├── statuses@1.3.0
+4503 silly idealTree ├── strftime@0.9.2
+4503 silly idealTree ├── string-width@1.0.1
+4503 silly idealTree ├── string_decoder@0.10.31
+4503 silly idealTree ├── stringstream@0.0.5
+4503 silly idealTree ├── strip-ansi@3.0.1
+4503 silly idealTree ├── supports-color@2.0.0
+4503 silly idealTree ├── tls-connect@0.2.2
+4503 silly idealTree ├── tough-cookie@2.2.2
+4503 silly idealTree ├── tunnel-agent@0.4.3
+4503 silly idealTree ├── tweetnacl@0.13.3
+4503 silly idealTree ├── type-is@1.6.13
+4503 silly idealTree ├── unpipe@1.0.0
+4503 silly idealTree ├── url@0.11.0
+4503 silly idealTree ├── util-deprecate@1.0.2
+4503 silly idealTree ├── utils-merge@1.0.0
+4503 silly idealTree ├── vary@1.1.0
+4503 silly idealTree ├── verror@1.3.6
+4503 silly idealTree ├── websocket-driver@0.6.5
+4503 silly idealTree ├── websocket-extensions@0.1.1
+4503 silly idealTree ├── window-size@0.1.4
+4503 silly idealTree ├─┬ winston@1.1.2
+4503 silly idealTree │ └── async@1.0.0
+4503 silly idealTree ├── wrap-ansi@2.0.0
+4503 silly idealTree ├── xtend@4.0.1
+4503 silly idealTree ├── y18n@3.2.1
+4503 silly idealTree └── yargs@3.32.0
+4504 silly generateActionsToTake Starting
+4505 silly install generateActionsToTake
+4506 silly generateActionsToTake Finishing
+4507 silly diffTrees action count 120
+4508 silly diffTrees add ansi-styles@2.2.1
+4509 silly diffTrees add asn1@0.2.3
+4510 silly diffTrees add assert-plus@0.2.0
+4511 silly diffTrees add async@1.5.2
+4512 silly diffTrees add aws-sign2@0.6.0
+4513 silly diffTrees add backoff@2.3.0
+4514 silly diffTrees add bindings@1.2.1
+4515 silly diffTrees add readable-stream@2.0.6
+4516 silly diffTrees add bl@1.0.3
+4517 silly diffTrees add bluebird@2.10.2
+4518 silly diffTrees add browser-request@0.3.3
+4519 silly diffTrees add caseless@0.11.0
+4520 silly diffTrees add colors@1.0.3
+4521 silly diffTrees add ctype@0.5.3
+4522 silly diffTrees add cycle@1.0.3
+4523 silly diffTrees add assert-plus@1.0.0
+4524 silly diffTrees add dashdash@1.14.0
+4525 silly diffTrees add delayed-stream@1.0.0
+4526 silly diffTrees add combined-stream@1.0.5
+4527 silly diffTrees add escape-string-regexp@1.0.5
+4528 silly diffTrees add extend@3.0.0
+4529 silly diffTrees add extsprintf@1.0.2
+4530 silly diffTrees add eyes@0.1.8
+4531 silly diffTrees add forever-agent@0.6.1
+4532 silly diffTrees add form-data@1.0.0-rc4
+4533 silly diffTrees add generate-function@2.0.0
+4534 silly diffTrees add assert-plus@1.0.0
+4535 silly diffTrees add getpass@0.1.6
+4536 silly diffTrees add graceful-readlink@1.0.1
+4537 silly diffTrees add commander@2.9.0
+4538 silly diffTrees add has-ansi@2.0.0
+4539 silly diffTrees add hoek@2.16.3
+4540 silly diffTrees add boom@2.10.1
+4541 silly diffTrees add cryptiles@2.0.5
+4542 silly diffTrees add is-property@1.0.2
+4543 silly diffTrees add generate-object-property@1.2.0
+4544 silly diffTrees add is-typedarray@1.0.0
+4545 silly diffTrees add isstream@0.1.2
+4546 silly diffTrees add jsbn@0.1.0
+4547 silly diffTrees add jodid25519@1.0.2
+4548 silly diffTrees add ecc-jsbn@0.1.1
+4549 silly diffTrees add json-schema@0.2.2
+4550 silly diffTrees add json-stringify-safe@5.0.1
+4551 silly diffTrees add jsonpointer@2.0.0
+4552 silly diffTrees add lodash._basecopy@3.0.1
+4553 silly diffTrees add lodash._bindcallback@3.0.1
+4554 silly diffTrees add lodash._getnative@3.9.1
+4555 silly diffTrees add lodash._isiterateecall@3.0.9
+4556 silly diffTrees add lodash.isarguments@3.0.9
+4557 silly diffTrees add lodash.isarray@3.0.4
+4558 silly diffTrees add lodash.keys@3.1.2
+4559 silly diffTrees add lodash._baseassign@3.2.0
+4560 silly diffTrees add lodash.restparam@3.6.1
+4561 silly diffTrees add lodash._createassigner@3.1.1
+4562 silly diffTrees add lodash.assign@3.2.0
+4563 silly diffTrees add ltx@2.4.2
+4564 silly diffTrees add minimist@0.0.8
+4565 silly diffTrees add nan@1.8.4
+4566 silly diffTrees add node-stringprep@0.7.3
+4567 silly diffTrees add node-uuid@1.4.7
+4568 silly diffTrees add asn1@0.1.11
+4569 silly diffTrees add assert-plus@0.1.5
+4570 silly diffTrees add async@0.9.2
+4571 silly diffTrees add aws-sign2@0.5.0
+4572 silly diffTrees add caseless@0.9.0
+4573 silly diffTrees add delayed-stream@0.0.5
+4574 silly diffTrees add combined-stream@0.0.7
+4575 silly diffTrees add http-signature@0.10.1
+4576 silly diffTrees add isarray@0.0.1
+4577 silly diffTrees add mime-db@1.12.0
+4578 silly diffTrees add mime-types@2.0.14
+4579 silly diffTrees add form-data@0.2.0
+4580 silly diffTrees add ms@0.6.2
+4581 silly diffTrees add debug@1.0.4
+4582 silly diffTrees add oauth-sign@0.6.0
+4583 silly diffTrees add qs@2.4.2
+4584 silly diffTrees add readable-stream@1.0.34
+4585 silly diffTrees add bl@0.9.5
+4586 silly diffTrees add oauth-sign@0.8.2
+4587 silly diffTrees add pinkie@2.0.4
+4588 silly diffTrees add pinkie-promise@2.0.1
+4589 silly diffTrees add pkginfo@0.3.1
+4590 silly diffTrees add punycode@1.3.2
+4591 silly diffTrees add qbox@0.1.7
+4592 silly diffTrees add querystring@0.2.0
+4593 silly diffTrees add reconnect-core@0.0.1
+4594 silly diffTrees add qs@5.2.1
+4595 silly diffTrees add sntp@1.0.9
+4596 silly diffTrees add hawk@2.3.1
+4597 silly diffTrees add hawk@3.1.3
+4598 silly diffTrees add assert-plus@1.0.0
+4599 silly diffTrees add stack-trace@0.0.9
+4600 silly diffTrees add stringstream@0.0.5
+4601 silly diffTrees add supports-color@2.0.0
+4602 silly diffTrees add chalk@1.1.3
+4603 silly diffTrees add tls-connect@0.2.2
+4604 silly diffTrees add node-xmpp-core@2.0.0
+4605 silly diffTrees add tough-cookie@2.2.2
+4606 silly diffTrees add tunnel-agent@0.4.3
+4607 silly diffTrees add tweetnacl@0.13.3
+4608 silly diffTrees add sshpk@1.9.2
+4609 silly diffTrees add verror@1.3.6
+4610 silly diffTrees add jsprim@1.3.0
+4611 silly diffTrees add http-signature@1.1.1
+4612 silly diffTrees add websocket-extensions@0.1.1
+4613 silly diffTrees add websocket-driver@0.6.5
+4614 silly diffTrees add faye-websocket@0.7.3
+4615 silly diffTrees add async@1.0.0
+4616 silly diffTrees add xtend@4.0.1
+4617 silly diffTrees add is-my-json-valid@2.13.1
+4618 silly diffTrees add har-validator@1.8.0
+4619 silly diffTrees add request@2.55.0
+4620 silly diffTrees add node-xmpp-client@1.0.0
+4621 silly diffTrees add har-validator@2.0.6
+4622 silly diffTrees add ini@1.3.4
+4623 silly diffTrees add request@2.67.0
+4624 silly diffTrees add simple-xmpp@1.2.0
+4625 silly diffTrees add strftime@0.9.2
+4626 silly diffTrees add url@0.11.0
+4627 silly diffTrees add winston@1.1.2
+4628 silly decomposeActions action count 960
+4629 silly decomposeActions fetch ansi-styles@2.2.1
+4630 silly decomposeActions extract ansi-styles@2.2.1
+4631 silly decomposeActions test ansi-styles@2.2.1
+4632 silly decomposeActions preinstall ansi-styles@2.2.1
+4633 silly decomposeActions build ansi-styles@2.2.1
+4634 silly decomposeActions install ansi-styles@2.2.1
+4635 silly decomposeActions postinstall ansi-styles@2.2.1
+4636 silly decomposeActions finalize ansi-styles@2.2.1
+4637 silly decomposeActions fetch asn1@0.2.3
+4638 silly decomposeActions extract asn1@0.2.3
+4639 silly decomposeActions test asn1@0.2.3
+4640 silly decomposeActions preinstall asn1@0.2.3
+4641 silly decomposeActions build asn1@0.2.3
+4642 silly decomposeActions install asn1@0.2.3
+4643 silly decomposeActions postinstall asn1@0.2.3
+4644 silly decomposeActions finalize asn1@0.2.3
+4645 silly decomposeActions fetch assert-plus@0.2.0
+4646 silly decomposeActions extract assert-plus@0.2.0
+4647 silly decomposeActions test assert-plus@0.2.0
+4648 silly decomposeActions preinstall assert-plus@0.2.0
+4649 silly decomposeActions build assert-plus@0.2.0
+4650 silly decomposeActions install assert-plus@0.2.0
+4651 silly decomposeActions postinstall assert-plus@0.2.0
+4652 silly decomposeActions finalize assert-plus@0.2.0
+4653 silly decomposeActions fetch async@1.5.2
+4654 silly decomposeActions extract async@1.5.2
+4655 silly decomposeActions test async@1.5.2
+4656 silly decomposeActions preinstall async@1.5.2
+4657 silly decomposeActions build async@1.5.2
+4658 silly decomposeActions install async@1.5.2
+4659 silly decomposeActions postinstall async@1.5.2
+4660 silly decomposeActions finalize async@1.5.2
+4661 silly decomposeActions fetch aws-sign2@0.6.0
+4662 silly decomposeActions extract aws-sign2@0.6.0
+4663 silly decomposeActions test aws-sign2@0.6.0
+4664 silly decomposeActions preinstall aws-sign2@0.6.0
+4665 silly decomposeActions build aws-sign2@0.6.0
+4666 silly decomposeActions install aws-sign2@0.6.0
+4667 silly decomposeActions postinstall aws-sign2@0.6.0
+4668 silly decomposeActions finalize aws-sign2@0.6.0
+4669 silly decomposeActions fetch backoff@2.3.0
+4670 silly decomposeActions extract backoff@2.3.0
+4671 silly decomposeActions test backoff@2.3.0
+4672 silly decomposeActions preinstall backoff@2.3.0
+4673 silly decomposeActions build backoff@2.3.0
+4674 silly decomposeActions install backoff@2.3.0
+4675 silly decomposeActions postinstall backoff@2.3.0
+4676 silly decomposeActions finalize backoff@2.3.0
+4677 silly decomposeActions fetch bindings@1.2.1
+4678 silly decomposeActions extract bindings@1.2.1
+4679 silly decomposeActions test bindings@1.2.1
+4680 silly decomposeActions preinstall bindings@1.2.1
+4681 silly decomposeActions build bindings@1.2.1
+4682 silly decomposeActions install bindings@1.2.1
+4683 silly decomposeActions postinstall bindings@1.2.1
+4684 silly decomposeActions finalize bindings@1.2.1
+4685 silly decomposeActions fetch readable-stream@2.0.6
+4686 silly decomposeActions extract readable-stream@2.0.6
+4687 silly decomposeActions test readable-stream@2.0.6
+4688 silly decomposeActions preinstall readable-stream@2.0.6
+4689 silly decomposeActions build readable-stream@2.0.6
+4690 silly decomposeActions install readable-stream@2.0.6
+4691 silly decomposeActions postinstall readable-stream@2.0.6
+4692 silly decomposeActions finalize readable-stream@2.0.6
+4693 silly decomposeActions fetch bl@1.0.3
+4694 silly decomposeActions extract bl@1.0.3
+4695 silly decomposeActions test bl@1.0.3
+4696 silly decomposeActions preinstall bl@1.0.3
+4697 silly decomposeActions build bl@1.0.3
+4698 silly decomposeActions install bl@1.0.3
+4699 silly decomposeActions postinstall bl@1.0.3
+4700 silly decomposeActions finalize bl@1.0.3
+4701 silly decomposeActions fetch bluebird@2.10.2
+4702 silly decomposeActions extract bluebird@2.10.2
+4703 silly decomposeActions test bluebird@2.10.2
+4704 silly decomposeActions preinstall bluebird@2.10.2
+4705 silly decomposeActions build bluebird@2.10.2
+4706 silly decomposeActions install bluebird@2.10.2
+4707 silly decomposeActions postinstall bluebird@2.10.2
+4708 silly decomposeActions finalize bluebird@2.10.2
+4709 silly decomposeActions fetch browser-request@0.3.3
+4710 silly decomposeActions extract browser-request@0.3.3
+4711 silly decomposeActions test browser-request@0.3.3
+4712 silly decomposeActions preinstall browser-request@0.3.3
+4713 silly decomposeActions build browser-request@0.3.3
+4714 silly decomposeActions install browser-request@0.3.3
+4715 silly decomposeActions postinstall browser-request@0.3.3
+4716 silly decomposeActions finalize browser-request@0.3.3
+4717 silly decomposeActions fetch caseless@0.11.0
+4718 silly decomposeActions extract caseless@0.11.0
+4719 silly decomposeActions test caseless@0.11.0
+4720 silly decomposeActions preinstall caseless@0.11.0
+4721 silly decomposeActions build caseless@0.11.0
+4722 silly decomposeActions install caseless@0.11.0
+4723 silly decomposeActions postinstall caseless@0.11.0
+4724 silly decomposeActions finalize caseless@0.11.0
+4725 silly decomposeActions fetch colors@1.0.3
+4726 silly decomposeActions extract colors@1.0.3
+4727 silly decomposeActions test colors@1.0.3
+4728 silly decomposeActions preinstall colors@1.0.3
+4729 silly decomposeActions build colors@1.0.3
+4730 silly decomposeActions install colors@1.0.3
+4731 silly decomposeActions postinstall colors@1.0.3
+4732 silly decomposeActions finalize colors@1.0.3
+4733 silly decomposeActions fetch ctype@0.5.3
+4734 silly decomposeActions extract ctype@0.5.3
+4735 silly decomposeActions test ctype@0.5.3
+4736 silly decomposeActions preinstall ctype@0.5.3
+4737 silly decomposeActions build ctype@0.5.3
+4738 silly decomposeActions install ctype@0.5.3
+4739 silly decomposeActions postinstall ctype@0.5.3
+4740 silly decomposeActions finalize ctype@0.5.3
+4741 silly decomposeActions fetch cycle@1.0.3
+4742 silly decomposeActions extract cycle@1.0.3
+4743 silly decomposeActions test cycle@1.0.3
+4744 silly decomposeActions preinstall cycle@1.0.3
+4745 silly decomposeActions build cycle@1.0.3
+4746 silly decomposeActions install cycle@1.0.3
+4747 silly decomposeActions postinstall cycle@1.0.3
+4748 silly decomposeActions finalize cycle@1.0.3
+4749 silly decomposeActions fetch assert-plus@1.0.0
+4750 silly decomposeActions extract assert-plus@1.0.0
+4751 silly decomposeActions test assert-plus@1.0.0
+4752 silly decomposeActions preinstall assert-plus@1.0.0
+4753 silly decomposeActions build assert-plus@1.0.0
+4754 silly decomposeActions install assert-plus@1.0.0
+4755 silly decomposeActions postinstall assert-plus@1.0.0
+4756 silly decomposeActions finalize assert-plus@1.0.0
+4757 silly decomposeActions fetch dashdash@1.14.0
+4758 silly decomposeActions extract dashdash@1.14.0
+4759 silly decomposeActions test dashdash@1.14.0
+4760 silly decomposeActions preinstall dashdash@1.14.0
+4761 silly decomposeActions build dashdash@1.14.0
+4762 silly decomposeActions install dashdash@1.14.0
+4763 silly decomposeActions postinstall dashdash@1.14.0
+4764 silly decomposeActions finalize dashdash@1.14.0
+4765 silly decomposeActions fetch delayed-stream@1.0.0
+4766 silly decomposeActions extract delayed-stream@1.0.0
+4767 silly decomposeActions test delayed-stream@1.0.0
+4768 silly decomposeActions preinstall delayed-stream@1.0.0
+4769 silly decomposeActions build delayed-stream@1.0.0
+4770 silly decomposeActions install delayed-stream@1.0.0
+4771 silly decomposeActions postinstall delayed-stream@1.0.0
+4772 silly decomposeActions finalize delayed-stream@1.0.0
+4773 silly decomposeActions fetch combined-stream@1.0.5
+4774 silly decomposeActions extract combined-stream@1.0.5
+4775 silly decomposeActions test combined-stream@1.0.5
+4776 silly decomposeActions preinstall combined-stream@1.0.5
+4777 silly decomposeActions build combined-stream@1.0.5
+4778 silly decomposeActions install combined-stream@1.0.5
+4779 silly decomposeActions postinstall combined-stream@1.0.5
+4780 silly decomposeActions finalize combined-stream@1.0.5
+4781 silly decomposeActions fetch escape-string-regexp@1.0.5
+4782 silly decomposeActions extract escape-string-regexp@1.0.5
+4783 silly decomposeActions test escape-string-regexp@1.0.5
+4784 silly decomposeActions preinstall escape-string-regexp@1.0.5
+4785 silly decomposeActions build escape-string-regexp@1.0.5
+4786 silly decomposeActions install escape-string-regexp@1.0.5
+4787 silly decomposeActions postinstall escape-string-regexp@1.0.5
+4788 silly decomposeActions finalize escape-string-regexp@1.0.5
+4789 silly decomposeActions fetch extend@3.0.0
+4790 silly decomposeActions extract extend@3.0.0
+4791 silly decomposeActions test extend@3.0.0
+4792 silly decomposeActions preinstall extend@3.0.0
+4793 silly decomposeActions build extend@3.0.0
+4794 silly decomposeActions install extend@3.0.0
+4795 silly decomposeActions postinstall extend@3.0.0
+4796 silly decomposeActions finalize extend@3.0.0
+4797 silly decomposeActions fetch extsprintf@1.0.2
+4798 silly decomposeActions extract extsprintf@1.0.2
+4799 silly decomposeActions test extsprintf@1.0.2
+4800 silly decomposeActions preinstall extsprintf@1.0.2
+4801 silly decomposeActions build extsprintf@1.0.2
+4802 silly decomposeActions install extsprintf@1.0.2
+4803 silly decomposeActions postinstall extsprintf@1.0.2
+4804 silly decomposeActions finalize extsprintf@1.0.2
+4805 silly decomposeActions fetch eyes@0.1.8
+4806 silly decomposeActions extract eyes@0.1.8
+4807 silly decomposeActions test eyes@0.1.8
+4808 silly decomposeActions preinstall eyes@0.1.8
+4809 silly decomposeActions build eyes@0.1.8
+4810 silly decomposeActions install eyes@0.1.8
+4811 silly decomposeActions postinstall eyes@0.1.8
+4812 silly decomposeActions finalize eyes@0.1.8
+4813 silly decomposeActions fetch forever-agent@0.6.1
+4814 silly decomposeActions extract forever-agent@0.6.1
+4815 silly decomposeActions test forever-agent@0.6.1
+4816 silly decomposeActions preinstall forever-agent@0.6.1
+4817 silly decomposeActions build forever-agent@0.6.1
+4818 silly decomposeActions install forever-agent@0.6.1
+4819 silly decomposeActions postinstall forever-agent@0.6.1
+4820 silly decomposeActions finalize forever-agent@0.6.1
+4821 silly decomposeActions fetch form-data@1.0.0-rc4
+4822 silly decomposeActions extract form-data@1.0.0-rc4
+4823 silly decomposeActions test form-data@1.0.0-rc4
+4824 silly decomposeActions preinstall form-data@1.0.0-rc4
+4825 silly decomposeActions build form-data@1.0.0-rc4
+4826 silly decomposeActions install form-data@1.0.0-rc4
+4827 silly decomposeActions postinstall form-data@1.0.0-rc4
+4828 silly decomposeActions finalize form-data@1.0.0-rc4
+4829 silly decomposeActions fetch generate-function@2.0.0
+4830 silly decomposeActions extract generate-function@2.0.0
+4831 silly decomposeActions test generate-function@2.0.0
+4832 silly decomposeActions preinstall generate-function@2.0.0
+4833 silly decomposeActions build generate-function@2.0.0
+4834 silly decomposeActions install generate-function@2.0.0
+4835 silly decomposeActions postinstall generate-function@2.0.0
+4836 silly decomposeActions finalize generate-function@2.0.0
+4837 silly decomposeActions fetch assert-plus@1.0.0
+4838 silly decomposeActions extract assert-plus@1.0.0
+4839 silly decomposeActions test assert-plus@1.0.0
+4840 silly decomposeActions preinstall assert-plus@1.0.0
+4841 silly decomposeActions build assert-plus@1.0.0
+4842 silly decomposeActions install assert-plus@1.0.0
+4843 silly decomposeActions postinstall assert-plus@1.0.0
+4844 silly decomposeActions finalize assert-plus@1.0.0
+4845 silly decomposeActions fetch getpass@0.1.6
+4846 silly decomposeActions extract getpass@0.1.6
+4847 silly decomposeActions test getpass@0.1.6
+4848 silly decomposeActions preinstall getpass@0.1.6
+4849 silly decomposeActions build getpass@0.1.6
+4850 silly decomposeActions install getpass@0.1.6
+4851 silly decomposeActions postinstall getpass@0.1.6
+4852 silly decomposeActions finalize getpass@0.1.6
+4853 silly decomposeActions fetch graceful-readlink@1.0.1
+4854 silly decomposeActions extract graceful-readlink@1.0.1
+4855 silly decomposeActions test graceful-readlink@1.0.1
+4856 silly decomposeActions preinstall graceful-readlink@1.0.1
+4857 silly decomposeActions build graceful-readlink@1.0.1
+4858 silly decomposeActions install graceful-readlink@1.0.1
+4859 silly decomposeActions postinstall graceful-readlink@1.0.1
+4860 silly decomposeActions finalize graceful-readlink@1.0.1
+4861 silly decomposeActions fetch commander@2.9.0
+4862 silly decomposeActions extract commander@2.9.0
+4863 silly decomposeActions test commander@2.9.0
+4864 silly decomposeActions preinstall commander@2.9.0
+4865 silly decomposeActions build commander@2.9.0
+4866 silly decomposeActions install commander@2.9.0
+4867 silly decomposeActions postinstall commander@2.9.0
+4868 silly decomposeActions finalize commander@2.9.0
+4869 silly decomposeActions fetch has-ansi@2.0.0
+4870 silly decomposeActions extract has-ansi@2.0.0
+4871 silly decomposeActions test has-ansi@2.0.0
+4872 silly decomposeActions preinstall has-ansi@2.0.0
+4873 silly decomposeActions build has-ansi@2.0.0
+4874 silly decomposeActions install has-ansi@2.0.0
+4875 silly decomposeActions postinstall has-ansi@2.0.0
+4876 silly decomposeActions finalize has-ansi@2.0.0
+4877 silly decomposeActions fetch hoek@2.16.3
+4878 silly decomposeActions extract hoek@2.16.3
+4879 silly decomposeActions test hoek@2.16.3
+4880 silly decomposeActions preinstall hoek@2.16.3
+4881 silly decomposeActions build hoek@2.16.3
+4882 silly decomposeActions install hoek@2.16.3
+4883 silly decomposeActions postinstall hoek@2.16.3
+4884 silly decomposeActions finalize hoek@2.16.3
+4885 silly decomposeActions fetch boom@2.10.1
+4886 silly decomposeActions extract boom@2.10.1
+4887 silly decomposeActions test boom@2.10.1
+4888 silly decomposeActions preinstall boom@2.10.1
+4889 silly decomposeActions build boom@2.10.1
+4890 silly decomposeActions install boom@2.10.1
+4891 silly decomposeActions postinstall boom@2.10.1
+4892 silly decomposeActions finalize boom@2.10.1
+4893 silly decomposeActions fetch cryptiles@2.0.5
+4894 silly decomposeActions extract cryptiles@2.0.5
+4895 silly decomposeActions test cryptiles@2.0.5
+4896 silly decomposeActions preinstall cryptiles@2.0.5
+4897 silly decomposeActions build cryptiles@2.0.5
+4898 silly decomposeActions install cryptiles@2.0.5
+4899 silly decomposeActions postinstall cryptiles@2.0.5
+4900 silly decomposeActions finalize cryptiles@2.0.5
+4901 silly decomposeActions fetch is-property@1.0.2
+4902 silly decomposeActions extract is-property@1.0.2
+4903 silly decomposeActions test is-property@1.0.2
+4904 silly decomposeActions preinstall is-property@1.0.2
+4905 silly decomposeActions build is-property@1.0.2
+4906 silly decomposeActions install is-property@1.0.2
+4907 silly decomposeActions postinstall is-property@1.0.2
+4908 silly decomposeActions finalize is-property@1.0.2
+4909 silly decomposeActions fetch generate-object-property@1.2.0
+4910 silly decomposeActions extract generate-object-property@1.2.0
+4911 silly decomposeActions test generate-object-property@1.2.0
+4912 silly decomposeActions preinstall generate-object-property@1.2.0
+4913 silly decomposeActions build generate-object-property@1.2.0
+4914 silly decomposeActions install generate-object-property@1.2.0
+4915 silly decomposeActions postinstall generate-object-property@1.2.0
+4916 silly decomposeActions finalize generate-object-property@1.2.0
+4917 silly decomposeActions fetch is-typedarray@1.0.0
+4918 silly decomposeActions extract is-typedarray@1.0.0
+4919 silly decomposeActions test is-typedarray@1.0.0
+4920 silly decomposeActions preinstall is-typedarray@1.0.0
+4921 silly decomposeActions build is-typedarray@1.0.0
+4922 silly decomposeActions install is-typedarray@1.0.0
+4923 silly decomposeActions postinstall is-typedarray@1.0.0
+4924 silly decomposeActions finalize is-typedarray@1.0.0
+4925 silly decomposeActions fetch isstream@0.1.2
+4926 silly decomposeActions extract isstream@0.1.2
+4927 silly decomposeActions test isstream@0.1.2
+4928 silly decomposeActions preinstall isstream@0.1.2
+4929 silly decomposeActions build isstream@0.1.2
+4930 silly decomposeActions install isstream@0.1.2
+4931 silly decomposeActions postinstall isstream@0.1.2
+4932 silly decomposeActions finalize isstream@0.1.2
+4933 silly decomposeActions fetch jsbn@0.1.0
+4934 silly decomposeActions extract jsbn@0.1.0
+4935 silly decomposeActions test jsbn@0.1.0
+4936 silly decomposeActions preinstall jsbn@0.1.0
+4937 silly decomposeActions build jsbn@0.1.0
+4938 silly decomposeActions install jsbn@0.1.0
+4939 silly decomposeActions postinstall jsbn@0.1.0
+4940 silly decomposeActions finalize jsbn@0.1.0
+4941 silly decomposeActions fetch jodid25519@1.0.2
+4942 silly decomposeActions extract jodid25519@1.0.2
+4943 silly decomposeActions test jodid25519@1.0.2
+4944 silly decomposeActions preinstall jodid25519@1.0.2
+4945 silly decomposeActions build jodid25519@1.0.2
+4946 silly decomposeActions install jodid25519@1.0.2
+4947 silly decomposeActions postinstall jodid25519@1.0.2
+4948 silly decomposeActions finalize jodid25519@1.0.2
+4949 silly decomposeActions fetch ecc-jsbn@0.1.1
+4950 silly decomposeActions extract ecc-jsbn@0.1.1
+4951 silly decomposeActions test ecc-jsbn@0.1.1
+4952 silly decomposeActions preinstall ecc-jsbn@0.1.1
+4953 silly decomposeActions build ecc-jsbn@0.1.1
+4954 silly decomposeActions install ecc-jsbn@0.1.1
+4955 silly decomposeActions postinstall ecc-jsbn@0.1.1
+4956 silly decomposeActions finalize ecc-jsbn@0.1.1
+4957 silly decomposeActions fetch json-schema@0.2.2
+4958 silly decomposeActions extract json-schema@0.2.2
+4959 silly decomposeActions test json-schema@0.2.2
+4960 silly decomposeActions preinstall json-schema@0.2.2
+4961 silly decomposeActions build json-schema@0.2.2
+4962 silly decomposeActions install json-schema@0.2.2
+4963 silly decomposeActions postinstall json-schema@0.2.2
+4964 silly decomposeActions finalize json-schema@0.2.2
+4965 silly decomposeActions fetch json-stringify-safe@5.0.1
+4966 silly decomposeActions extract json-stringify-safe@5.0.1
+4967 silly decomposeActions test json-stringify-safe@5.0.1
+4968 silly decomposeActions preinstall json-stringify-safe@5.0.1
+4969 silly decomposeActions build json-stringify-safe@5.0.1
+4970 silly decomposeActions install json-stringify-safe@5.0.1
+4971 silly decomposeActions postinstall json-stringify-safe@5.0.1
+4972 silly decomposeActions finalize json-stringify-safe@5.0.1
+4973 silly decomposeActions fetch jsonpointer@2.0.0
+4974 silly decomposeActions extract jsonpointer@2.0.0
+4975 silly decomposeActions test jsonpointer@2.0.0
+4976 silly decomposeActions preinstall jsonpointer@2.0.0
+4977 silly decomposeActions build jsonpointer@2.0.0
+4978 silly decomposeActions install jsonpointer@2.0.0
+4979 silly decomposeActions postinstall jsonpointer@2.0.0
+4980 silly decomposeActions finalize jsonpointer@2.0.0
+4981 silly decomposeActions fetch lodash._basecopy@3.0.1
+4982 silly decomposeActions extract lodash._basecopy@3.0.1
+4983 silly decomposeActions test lodash._basecopy@3.0.1
+4984 silly decomposeActions preinstall lodash._basecopy@3.0.1
+4985 silly decomposeActions build lodash._basecopy@3.0.1
+4986 silly decomposeActions install lodash._basecopy@3.0.1
+4987 silly decomposeActions postinstall lodash._basecopy@3.0.1
+4988 silly decomposeActions finalize lodash._basecopy@3.0.1
+4989 silly decomposeActions fetch lodash._bindcallback@3.0.1
+4990 silly decomposeActions extract lodash._bindcallback@3.0.1
+4991 silly decomposeActions test lodash._bindcallback@3.0.1
+4992 silly decomposeActions preinstall lodash._bindcallback@3.0.1
+4993 silly decomposeActions build lodash._bindcallback@3.0.1
+4994 silly decomposeActions install lodash._bindcallback@3.0.1
+4995 silly decomposeActions postinstall lodash._bindcallback@3.0.1
+4996 silly decomposeActions finalize lodash._bindcallback@3.0.1
+4997 silly decomposeActions fetch lodash._getnative@3.9.1
+4998 silly decomposeActions extract lodash._getnative@3.9.1
+4999 silly decomposeActions test lodash._getnative@3.9.1
+5000 silly decomposeActions preinstall lodash._getnative@3.9.1
+5001 silly decomposeActions build lodash._getnative@3.9.1
+5002 silly decomposeActions install lodash._getnative@3.9.1
+5003 silly decomposeActions postinstall lodash._getnative@3.9.1
+5004 silly decomposeActions finalize lodash._getnative@3.9.1
+5005 silly decomposeActions fetch lodash._isiterateecall@3.0.9
+5006 silly decomposeActions extract lodash._isiterateecall@3.0.9
+5007 silly decomposeActions test lodash._isiterateecall@3.0.9
+5008 silly decomposeActions preinstall lodash._isiterateecall@3.0.9
+5009 silly decomposeActions build lodash._isiterateecall@3.0.9
+5010 silly decomposeActions install lodash._isiterateecall@3.0.9
+5011 silly decomposeActions postinstall lodash._isiterateecall@3.0.9
+5012 silly decomposeActions finalize lodash._isiterateecall@3.0.9
+5013 silly decomposeActions fetch lodash.isarguments@3.0.9
+5014 silly decomposeActions extract lodash.isarguments@3.0.9
+5015 silly decomposeActions test lodash.isarguments@3.0.9
+5016 silly decomposeActions preinstall lodash.isarguments@3.0.9
+5017 silly decomposeActions build lodash.isarguments@3.0.9
+5018 silly decomposeActions install lodash.isarguments@3.0.9
+5019 silly decomposeActions postinstall lodash.isarguments@3.0.9
+5020 silly decomposeActions finalize lodash.isarguments@3.0.9
+5021 silly decomposeActions fetch lodash.isarray@3.0.4
+5022 silly decomposeActions extract lodash.isarray@3.0.4
+5023 silly decomposeActions test lodash.isarray@3.0.4
+5024 silly decomposeActions preinstall lodash.isarray@3.0.4
+5025 silly decomposeActions build lodash.isarray@3.0.4
+5026 silly decomposeActions install lodash.isarray@3.0.4
+5027 silly decomposeActions postinstall lodash.isarray@3.0.4
+5028 silly decomposeActions finalize lodash.isarray@3.0.4
+5029 silly decomposeActions fetch lodash.keys@3.1.2
+5030 silly decomposeActions extract lodash.keys@3.1.2
+5031 silly decomposeActions test lodash.keys@3.1.2
+5032 silly decomposeActions preinstall lodash.keys@3.1.2
+5033 silly decomposeActions build lodash.keys@3.1.2
+5034 silly decomposeActions install lodash.keys@3.1.2
+5035 silly decomposeActions postinstall lodash.keys@3.1.2
+5036 silly decomposeActions finalize lodash.keys@3.1.2
+5037 silly decomposeActions fetch lodash._baseassign@3.2.0
+5038 silly decomposeActions extract lodash._baseassign@3.2.0
+5039 silly decomposeActions test lodash._baseassign@3.2.0
+5040 silly decomposeActions preinstall lodash._baseassign@3.2.0
+5041 silly decomposeActions build lodash._baseassign@3.2.0
+5042 silly decomposeActions install lodash._baseassign@3.2.0
+5043 silly decomposeActions postinstall lodash._baseassign@3.2.0
+5044 silly decomposeActions finalize lodash._baseassign@3.2.0
+5045 silly decomposeActions fetch lodash.restparam@3.6.1
+5046 silly decomposeActions extract lodash.restparam@3.6.1
+5047 silly decomposeActions test lodash.restparam@3.6.1
+5048 silly decomposeActions preinstall lodash.restparam@3.6.1
+5049 silly decomposeActions build lodash.restparam@3.6.1
+5050 silly decomposeActions install lodash.restparam@3.6.1
+5051 silly decomposeActions postinstall lodash.restparam@3.6.1
+5052 silly decomposeActions finalize lodash.restparam@3.6.1
+5053 silly decomposeActions fetch lodash._createassigner@3.1.1
+5054 silly decomposeActions extract lodash._createassigner@3.1.1
+5055 silly decomposeActions test lodash._createassigner@3.1.1
+5056 silly decomposeActions preinstall lodash._createassigner@3.1.1
+5057 silly decomposeActions build lodash._createassigner@3.1.1
+5058 silly decomposeActions install lodash._createassigner@3.1.1
+5059 silly decomposeActions postinstall lodash._createassigner@3.1.1
+5060 silly decomposeActions finalize lodash._createassigner@3.1.1
+5061 silly decomposeActions fetch lodash.assign@3.2.0
+5062 silly decomposeActions extract lodash.assign@3.2.0
+5063 silly decomposeActions test lodash.assign@3.2.0
+5064 silly decomposeActions preinstall lodash.assign@3.2.0
+5065 silly decomposeActions build lodash.assign@3.2.0
+5066 silly decomposeActions install lodash.assign@3.2.0
+5067 silly decomposeActions postinstall lodash.assign@3.2.0
+5068 silly decomposeActions finalize lodash.assign@3.2.0
+5069 silly decomposeActions fetch ltx@2.4.2
+5070 silly decomposeActions extract ltx@2.4.2
+5071 silly decomposeActions test ltx@2.4.2
+5072 silly decomposeActions preinstall ltx@2.4.2
+5073 silly decomposeActions build ltx@2.4.2
+5074 silly decomposeActions install ltx@2.4.2
+5075 silly decomposeActions postinstall ltx@2.4.2
+5076 silly decomposeActions finalize ltx@2.4.2
+5077 silly decomposeActions fetch minimist@0.0.8
+5078 silly decomposeActions extract minimist@0.0.8
+5079 silly decomposeActions test minimist@0.0.8
+5080 silly decomposeActions preinstall minimist@0.0.8
+5081 silly decomposeActions build minimist@0.0.8
+5082 silly decomposeActions install minimist@0.0.8
+5083 silly decomposeActions postinstall minimist@0.0.8
+5084 silly decomposeActions finalize minimist@0.0.8
+5085 silly decomposeActions fetch nan@1.8.4
+5086 silly decomposeActions extract nan@1.8.4
+5087 silly decomposeActions test nan@1.8.4
+5088 silly decomposeActions preinstall nan@1.8.4
+5089 silly decomposeActions build nan@1.8.4
+5090 silly decomposeActions install nan@1.8.4
+5091 silly decomposeActions postinstall nan@1.8.4
+5092 silly decomposeActions finalize nan@1.8.4
+5093 silly decomposeActions fetch node-stringprep@0.7.3
+5094 silly decomposeActions extract node-stringprep@0.7.3
+5095 silly decomposeActions test node-stringprep@0.7.3
+5096 silly decomposeActions preinstall node-stringprep@0.7.3
+5097 silly decomposeActions build node-stringprep@0.7.3
+5098 silly decomposeActions install node-stringprep@0.7.3
+5099 silly decomposeActions postinstall node-stringprep@0.7.3
+5100 silly decomposeActions finalize node-stringprep@0.7.3
+5101 silly decomposeActions fetch node-uuid@1.4.7
+5102 silly decomposeActions extract node-uuid@1.4.7
+5103 silly decomposeActions test node-uuid@1.4.7
+5104 silly decomposeActions preinstall node-uuid@1.4.7
+5105 silly decomposeActions build node-uuid@1.4.7
+5106 silly decomposeActions install node-uuid@1.4.7
+5107 silly decomposeActions postinstall node-uuid@1.4.7
+5108 silly decomposeActions finalize node-uuid@1.4.7
+5109 silly decomposeActions fetch asn1@0.1.11
+5110 silly decomposeActions extract asn1@0.1.11
+5111 silly decomposeActions test asn1@0.1.11
+5112 silly decomposeActions preinstall asn1@0.1.11
+5113 silly decomposeActions build asn1@0.1.11
+5114 silly decomposeActions install asn1@0.1.11
+5115 silly decomposeActions postinstall asn1@0.1.11
+5116 silly decomposeActions finalize asn1@0.1.11
+5117 silly decomposeActions fetch assert-plus@0.1.5
+5118 silly decomposeActions extract assert-plus@0.1.5
+5119 silly decomposeActions test assert-plus@0.1.5
+5120 silly decomposeActions preinstall assert-plus@0.1.5
+5121 silly decomposeActions build assert-plus@0.1.5
+5122 silly decomposeActions install assert-plus@0.1.5
+5123 silly decomposeActions postinstall assert-plus@0.1.5
+5124 silly decomposeActions finalize assert-plus@0.1.5
+5125 silly decomposeActions fetch async@0.9.2
+5126 silly decomposeActions extract async@0.9.2
+5127 silly decomposeActions test async@0.9.2
+5128 silly decomposeActions preinstall async@0.9.2
+5129 silly decomposeActions build async@0.9.2
+5130 silly decomposeActions install async@0.9.2
+5131 silly decomposeActions postinstall async@0.9.2
+5132 silly decomposeActions finalize async@0.9.2
+5133 silly decomposeActions fetch aws-sign2@0.5.0
+5134 silly decomposeActions extract aws-sign2@0.5.0
+5135 silly decomposeActions test aws-sign2@0.5.0
+5136 silly decomposeActions preinstall aws-sign2@0.5.0
+5137 silly decomposeActions build aws-sign2@0.5.0
+5138 silly decomposeActions install aws-sign2@0.5.0
+5139 silly decomposeActions postinstall aws-sign2@0.5.0
+5140 silly decomposeActions finalize aws-sign2@0.5.0
+5141 silly decomposeActions fetch caseless@0.9.0
+5142 silly decomposeActions extract caseless@0.9.0
+5143 silly decomposeActions test caseless@0.9.0
+5144 silly decomposeActions preinstall caseless@0.9.0
+5145 silly decomposeActions build caseless@0.9.0
+5146 silly decomposeActions install caseless@0.9.0
+5147 silly decomposeActions postinstall caseless@0.9.0
+5148 silly decomposeActions finalize caseless@0.9.0
+5149 silly decomposeActions fetch delayed-stream@0.0.5
+5150 silly decomposeActions extract delayed-stream@0.0.5
+5151 silly decomposeActions test delayed-stream@0.0.5
+5152 silly decomposeActions preinstall delayed-stream@0.0.5
+5153 silly decomposeActions build delayed-stream@0.0.5
+5154 silly decomposeActions install delayed-stream@0.0.5
+5155 silly decomposeActions postinstall delayed-stream@0.0.5
+5156 silly decomposeActions finalize delayed-stream@0.0.5
+5157 silly decomposeActions fetch combined-stream@0.0.7
+5158 silly decomposeActions extract combined-stream@0.0.7
+5159 silly decomposeActions test combined-stream@0.0.7
+5160 silly decomposeActions preinstall combined-stream@0.0.7
+5161 silly decomposeActions build combined-stream@0.0.7
+5162 silly decomposeActions install combined-stream@0.0.7
+5163 silly decomposeActions postinstall combined-stream@0.0.7
+5164 silly decomposeActions finalize combined-stream@0.0.7
+5165 silly decomposeActions fetch http-signature@0.10.1
+5166 silly decomposeActions extract http-signature@0.10.1
+5167 silly decomposeActions test http-signature@0.10.1
+5168 silly decomposeActions preinstall http-signature@0.10.1
+5169 silly decomposeActions build http-signature@0.10.1
+5170 silly decomposeActions install http-signature@0.10.1
+5171 silly decomposeActions postinstall http-signature@0.10.1
+5172 silly decomposeActions finalize http-signature@0.10.1
+5173 silly decomposeActions fetch isarray@0.0.1
+5174 silly decomposeActions extract isarray@0.0.1
+5175 silly decomposeActions test isarray@0.0.1
+5176 silly decomposeActions preinstall isarray@0.0.1
+5177 silly decomposeActions build isarray@0.0.1
+5178 silly decomposeActions install isarray@0.0.1
+5179 silly decomposeActions postinstall isarray@0.0.1
+5180 silly decomposeActions finalize isarray@0.0.1
+5181 silly decomposeActions fetch mime-db@1.12.0
+5182 silly decomposeActions extract mime-db@1.12.0
+5183 silly decomposeActions test mime-db@1.12.0
+5184 silly decomposeActions preinstall mime-db@1.12.0
+5185 silly decomposeActions build mime-db@1.12.0
+5186 silly decomposeActions install mime-db@1.12.0
+5187 silly decomposeActions postinstall mime-db@1.12.0
+5188 silly decomposeActions finalize mime-db@1.12.0
+5189 silly decomposeActions fetch mime-types@2.0.14
+5190 silly decomposeActions extract mime-types@2.0.14
+5191 silly decomposeActions test mime-types@2.0.14
+5192 silly decomposeActions preinstall mime-types@2.0.14
+5193 silly decomposeActions build mime-types@2.0.14
+5194 silly decomposeActions install mime-types@2.0.14
+5195 silly decomposeActions postinstall mime-types@2.0.14
+5196 silly decomposeActions finalize mime-types@2.0.14
+5197 silly decomposeActions fetch form-data@0.2.0
+5198 silly decomposeActions extract form-data@0.2.0
+5199 silly decomposeActions test form-data@0.2.0
+5200 silly decomposeActions preinstall form-data@0.2.0
+5201 silly decomposeActions build form-data@0.2.0
+5202 silly decomposeActions install form-data@0.2.0
+5203 silly decomposeActions postinstall form-data@0.2.0
+5204 silly decomposeActions finalize form-data@0.2.0
+5205 silly decomposeActions fetch ms@0.6.2
+5206 silly decomposeActions extract ms@0.6.2
+5207 silly decomposeActions test ms@0.6.2
+5208 silly decomposeActions preinstall ms@0.6.2
+5209 silly decomposeActions build ms@0.6.2
+5210 silly decomposeActions install ms@0.6.2
+5211 silly decomposeActions postinstall ms@0.6.2
+5212 silly decomposeActions finalize ms@0.6.2
+5213 silly decomposeActions fetch debug@1.0.4
+5214 silly decomposeActions extract debug@1.0.4
+5215 silly decomposeActions test debug@1.0.4
+5216 silly decomposeActions preinstall debug@1.0.4
+5217 silly decomposeActions build debug@1.0.4
+5218 silly decomposeActions install debug@1.0.4
+5219 silly decomposeActions postinstall debug@1.0.4
+5220 silly decomposeActions finalize debug@1.0.4
+5221 silly decomposeActions fetch oauth-sign@0.6.0
+5222 silly decomposeActions extract oauth-sign@0.6.0
+5223 silly decomposeActions test oauth-sign@0.6.0
+5224 silly decomposeActions preinstall oauth-sign@0.6.0
+5225 silly decomposeActions build oauth-sign@0.6.0
+5226 silly decomposeActions install oauth-sign@0.6.0
+5227 silly decomposeActions postinstall oauth-sign@0.6.0
+5228 silly decomposeActions finalize oauth-sign@0.6.0
+5229 silly decomposeActions fetch qs@2.4.2
+5230 silly decomposeActions extract qs@2.4.2
+5231 silly decomposeActions test qs@2.4.2
+5232 silly decomposeActions preinstall qs@2.4.2
+5233 silly decomposeActions build qs@2.4.2
+5234 silly decomposeActions install qs@2.4.2
+5235 silly decomposeActions postinstall qs@2.4.2
+5236 silly decomposeActions finalize qs@2.4.2
+5237 silly decomposeActions fetch readable-stream@1.0.34
+5238 silly decomposeActions extract readable-stream@1.0.34
+5239 silly decomposeActions test readable-stream@1.0.34
+5240 silly decomposeActions preinstall readable-stream@1.0.34
+5241 silly decomposeActions build readable-stream@1.0.34
+5242 silly decomposeActions install readable-stream@1.0.34
+5243 silly decomposeActions postinstall readable-stream@1.0.34
+5244 silly decomposeActions finalize readable-stream@1.0.34
+5245 silly decomposeActions fetch bl@0.9.5
+5246 silly decomposeActions extract bl@0.9.5
+5247 silly decomposeActions test bl@0.9.5
+5248 silly decomposeActions preinstall bl@0.9.5
+5249 silly decomposeActions build bl@0.9.5
+5250 silly decomposeActions install bl@0.9.5
+5251 silly decomposeActions postinstall bl@0.9.5
+5252 silly decomposeActions finalize bl@0.9.5
+5253 silly decomposeActions fetch oauth-sign@0.8.2
+5254 silly decomposeActions extract oauth-sign@0.8.2
+5255 silly decomposeActions test oauth-sign@0.8.2
+5256 silly decomposeActions preinstall oauth-sign@0.8.2
+5257 silly decomposeActions build oauth-sign@0.8.2
+5258 silly decomposeActions install oauth-sign@0.8.2
+5259 silly decomposeActions postinstall oauth-sign@0.8.2
+5260 silly decomposeActions finalize oauth-sign@0.8.2
+5261 silly decomposeActions fetch pinkie@2.0.4
+5262 silly decomposeActions extract pinkie@2.0.4
+5263 silly decomposeActions test pinkie@2.0.4
+5264 silly decomposeActions preinstall pinkie@2.0.4
+5265 silly decomposeActions build pinkie@2.0.4
+5266 silly decomposeActions install pinkie@2.0.4
+5267 silly decomposeActions postinstall pinkie@2.0.4
+5268 silly decomposeActions finalize pinkie@2.0.4
+5269 silly decomposeActions fetch pinkie-promise@2.0.1
+5270 silly decomposeActions extract pinkie-promise@2.0.1
+5271 silly decomposeActions test pinkie-promise@2.0.1
+5272 silly decomposeActions preinstall pinkie-promise@2.0.1
+5273 silly decomposeActions build pinkie-promise@2.0.1
+5274 silly decomposeActions install pinkie-promise@2.0.1
+5275 silly decomposeActions postinstall pinkie-promise@2.0.1
+5276 silly decomposeActions finalize pinkie-promise@2.0.1
+5277 silly decomposeActions fetch pkginfo@0.3.1
+5278 silly decomposeActions extract pkginfo@0.3.1
+5279 silly decomposeActions test pkginfo@0.3.1
+5280 silly decomposeActions preinstall pkginfo@0.3.1
+5281 silly decomposeActions build pkginfo@0.3.1
+5282 silly decomposeActions install pkginfo@0.3.1
+5283 silly decomposeActions postinstall pkginfo@0.3.1
+5284 silly decomposeActions finalize pkginfo@0.3.1
+5285 silly decomposeActions fetch punycode@1.3.2
+5286 silly decomposeActions extract punycode@1.3.2
+5287 silly decomposeActions test punycode@1.3.2
+5288 silly decomposeActions preinstall punycode@1.3.2
+5289 silly decomposeActions build punycode@1.3.2
+5290 silly decomposeActions install punycode@1.3.2
+5291 silly decomposeActions postinstall punycode@1.3.2
+5292 silly decomposeActions finalize punycode@1.3.2
+5293 silly decomposeActions fetch qbox@0.1.7
+5294 silly decomposeActions extract qbox@0.1.7
+5295 silly decomposeActions test qbox@0.1.7
+5296 silly decomposeActions preinstall qbox@0.1.7
+5297 silly decomposeActions build qbox@0.1.7
+5298 silly decomposeActions install qbox@0.1.7
+5299 silly decomposeActions postinstall qbox@0.1.7
+5300 silly decomposeActions finalize qbox@0.1.7
+5301 silly decomposeActions fetch querystring@0.2.0
+5302 silly decomposeActions extract querystring@0.2.0
+5303 silly decomposeActions test querystring@0.2.0
+5304 silly decomposeActions preinstall querystring@0.2.0
+5305 silly decomposeActions build querystring@0.2.0
+5306 silly decomposeActions install querystring@0.2.0
+5307 silly decomposeActions postinstall querystring@0.2.0
+5308 silly decomposeActions finalize querystring@0.2.0
+5309 silly decomposeActions fetch reconnect-core@0.0.1
+5310 silly decomposeActions extract reconnect-core@0.0.1
+5311 silly decomposeActions test reconnect-core@0.0.1
+5312 silly decomposeActions preinstall reconnect-core@0.0.1
+5313 silly decomposeActions build reconnect-core@0.0.1
+5314 silly decomposeActions install reconnect-core@0.0.1
+5315 silly decomposeActions postinstall reconnect-core@0.0.1
+5316 silly decomposeActions finalize reconnect-core@0.0.1
+5317 silly decomposeActions fetch qs@5.2.1
+5318 silly decomposeActions extract qs@5.2.1
+5319 silly decomposeActions test qs@5.2.1
+5320 silly decomposeActions preinstall qs@5.2.1
+5321 silly decomposeActions build qs@5.2.1
+5322 silly decomposeActions install qs@5.2.1
+5323 silly decomposeActions postinstall qs@5.2.1
+5324 silly decomposeActions finalize qs@5.2.1
+5325 silly decomposeActions fetch sntp@1.0.9
+5326 silly decomposeActions extract sntp@1.0.9
+5327 silly decomposeActions test sntp@1.0.9
+5328 silly decomposeActions preinstall sntp@1.0.9
+5329 silly decomposeActions build sntp@1.0.9
+5330 silly decomposeActions install sntp@1.0.9
+5331 silly decomposeActions postinstall sntp@1.0.9
+5332 silly decomposeActions finalize sntp@1.0.9
+5333 silly decomposeActions fetch hawk@2.3.1
+5334 silly decomposeActions extract hawk@2.3.1
+5335 silly decomposeActions test hawk@2.3.1
+5336 silly decomposeActions preinstall hawk@2.3.1
+5337 silly decomposeActions build hawk@2.3.1
+5338 silly decomposeActions install hawk@2.3.1
+5339 silly decomposeActions postinstall hawk@2.3.1
+5340 silly decomposeActions finalize hawk@2.3.1
+5341 silly decomposeActions fetch hawk@3.1.3
+5342 silly decomposeActions extract hawk@3.1.3
+5343 silly decomposeActions test hawk@3.1.3
+5344 silly decomposeActions preinstall hawk@3.1.3
+5345 silly decomposeActions build hawk@3.1.3
+5346 silly decomposeActions install hawk@3.1.3
+5347 silly decomposeActions postinstall hawk@3.1.3
+5348 silly decomposeActions finalize hawk@3.1.3
+5349 silly decomposeActions fetch assert-plus@1.0.0
+5350 silly decomposeActions extract assert-plus@1.0.0
+5351 silly decomposeActions test assert-plus@1.0.0
+5352 silly decomposeActions preinstall assert-plus@1.0.0
+5353 silly decomposeActions build assert-plus@1.0.0
+5354 silly decomposeActions install assert-plus@1.0.0
+5355 silly decomposeActions postinstall assert-plus@1.0.0
+5356 silly decomposeActions finalize assert-plus@1.0.0
+5357 silly decomposeActions fetch stack-trace@0.0.9
+5358 silly decomposeActions extract stack-trace@0.0.9
+5359 silly decomposeActions test stack-trace@0.0.9
+5360 silly decomposeActions preinstall stack-trace@0.0.9
+5361 silly decomposeActions build stack-trace@0.0.9
+5362 silly decomposeActions install stack-trace@0.0.9
+5363 silly decomposeActions postinstall stack-trace@0.0.9
+5364 silly decomposeActions finalize stack-trace@0.0.9
+5365 silly decomposeActions fetch stringstream@0.0.5
+5366 silly decomposeActions extract stringstream@0.0.5
+5367 silly decomposeActions test stringstream@0.0.5
+5368 silly decomposeActions preinstall stringstream@0.0.5
+5369 silly decomposeActions build stringstream@0.0.5
+5370 silly decomposeActions install stringstream@0.0.5
+5371 silly decomposeActions postinstall stringstream@0.0.5
+5372 silly decomposeActions finalize stringstream@0.0.5
+5373 silly decomposeActions fetch supports-color@2.0.0
+5374 silly decomposeActions extract supports-color@2.0.0
+5375 silly decomposeActions test supports-color@2.0.0
+5376 silly decomposeActions preinstall supports-color@2.0.0
+5377 silly decomposeActions build supports-color@2.0.0
+5378 silly decomposeActions install supports-color@2.0.0
+5379 silly decomposeActions postinstall supports-color@2.0.0
+5380 silly decomposeActions finalize supports-color@2.0.0
+5381 silly decomposeActions fetch chalk@1.1.3
+5382 silly decomposeActions extract chalk@1.1.3
+5383 silly decomposeActions test chalk@1.1.3
+5384 silly decomposeActions preinstall chalk@1.1.3
+5385 silly decomposeActions build chalk@1.1.3
+5386 silly decomposeActions install chalk@1.1.3
+5387 silly decomposeActions postinstall chalk@1.1.3
+5388 silly decomposeActions finalize chalk@1.1.3
+5389 silly decomposeActions fetch tls-connect@0.2.2
+5390 silly decomposeActions extract tls-connect@0.2.2
+5391 silly decomposeActions test tls-connect@0.2.2
+5392 silly decomposeActions preinstall tls-connect@0.2.2
+5393 silly decomposeActions build tls-connect@0.2.2
+5394 silly decomposeActions install tls-connect@0.2.2
+5395 silly decomposeActions postinstall tls-connect@0.2.2
+5396 silly decomposeActions finalize tls-connect@0.2.2
+5397 silly decomposeActions fetch node-xmpp-core@2.0.0
+5398 silly decomposeActions extract node-xmpp-core@2.0.0
+5399 silly decomposeActions test node-xmpp-core@2.0.0
+5400 silly decomposeActions preinstall node-xmpp-core@2.0.0
+5401 silly decomposeActions build node-xmpp-core@2.0.0
+5402 silly decomposeActions install node-xmpp-core@2.0.0
+5403 silly decomposeActions postinstall node-xmpp-core@2.0.0
+5404 silly decomposeActions finalize node-xmpp-core@2.0.0
+5405 silly decomposeActions fetch tough-cookie@2.2.2
+5406 silly decomposeActions extract tough-cookie@2.2.2
+5407 silly decomposeActions test tough-cookie@2.2.2
+5408 silly decomposeActions preinstall tough-cookie@2.2.2
+5409 silly decomposeActions build tough-cookie@2.2.2
+5410 silly decomposeActions install tough-cookie@2.2.2
+5411 silly decomposeActions postinstall tough-cookie@2.2.2
+5412 silly decomposeActions finalize tough-cookie@2.2.2
+5413 silly decomposeActions fetch tunnel-agent@0.4.3
+5414 silly decomposeActions extract tunnel-agent@0.4.3
+5415 silly decomposeActions test tunnel-agent@0.4.3
+5416 silly decomposeActions preinstall tunnel-agent@0.4.3
+5417 silly decomposeActions build tunnel-agent@0.4.3
+5418 silly decomposeActions install tunnel-agent@0.4.3
+5419 silly decomposeActions postinstall tunnel-agent@0.4.3
+5420 silly decomposeActions finalize tunnel-agent@0.4.3
+5421 silly decomposeActions fetch tweetnacl@0.13.3
+5422 silly decomposeActions extract tweetnacl@0.13.3
+5423 silly decomposeActions test tweetnacl@0.13.3
+5424 silly decomposeActions preinstall tweetnacl@0.13.3
+5425 silly decomposeActions build tweetnacl@0.13.3
+5426 silly decomposeActions install tweetnacl@0.13.3
+5427 silly decomposeActions postinstall tweetnacl@0.13.3
+5428 silly decomposeActions finalize tweetnacl@0.13.3
+5429 silly decomposeActions fetch sshpk@1.9.2
+5430 silly decomposeActions extract sshpk@1.9.2
+5431 silly decomposeActions test sshpk@1.9.2
+5432 silly decomposeActions preinstall sshpk@1.9.2
+5433 silly decomposeActions build sshpk@1.9.2
+5434 silly decomposeActions install sshpk@1.9.2
+5435 silly decomposeActions postinstall sshpk@1.9.2
+5436 silly decomposeActions finalize sshpk@1.9.2
+5437 silly decomposeActions fetch verror@1.3.6
+5438 silly decomposeActions extract verror@1.3.6
+5439 silly decomposeActions test verror@1.3.6
+5440 silly decomposeActions preinstall verror@1.3.6
+5441 silly decomposeActions build verror@1.3.6
+5442 silly decomposeActions install verror@1.3.6
+5443 silly decomposeActions postinstall verror@1.3.6
+5444 silly decomposeActions finalize verror@1.3.6
+5445 silly decomposeActions fetch jsprim@1.3.0
+5446 silly decomposeActions extract jsprim@1.3.0
+5447 silly decomposeActions test jsprim@1.3.0
+5448 silly decomposeActions preinstall jsprim@1.3.0
+5449 silly decomposeActions build jsprim@1.3.0
+5450 silly decomposeActions install jsprim@1.3.0
+5451 silly decomposeActions postinstall jsprim@1.3.0
+5452 silly decomposeActions finalize jsprim@1.3.0
+5453 silly decomposeActions fetch http-signature@1.1.1
+5454 silly decomposeActions extract http-signature@1.1.1
+5455 silly decomposeActions test http-signature@1.1.1
+5456 silly decomposeActions preinstall http-signature@1.1.1
+5457 silly decomposeActions build http-signature@1.1.1
+5458 silly decomposeActions install http-signature@1.1.1
+5459 silly decomposeActions postinstall http-signature@1.1.1
+5460 silly decomposeActions finalize http-signature@1.1.1
+5461 silly decomposeActions fetch websocket-extensions@0.1.1
+5462 silly decomposeActions extract websocket-extensions@0.1.1
+5463 silly decomposeActions test websocket-extensions@0.1.1
+5464 silly decomposeActions preinstall websocket-extensions@0.1.1
+5465 silly decomposeActions build websocket-extensions@0.1.1
+5466 silly decomposeActions install websocket-extensions@0.1.1
+5467 silly decomposeActions postinstall websocket-extensions@0.1.1
+5468 silly decomposeActions finalize websocket-extensions@0.1.1
+5469 silly decomposeActions fetch websocket-driver@0.6.5
+5470 silly decomposeActions extract websocket-driver@0.6.5
+5471 silly decomposeActions test websocket-driver@0.6.5
+5472 silly decomposeActions preinstall websocket-driver@0.6.5
+5473 silly decomposeActions build websocket-driver@0.6.5
+5474 silly decomposeActions install websocket-driver@0.6.5
+5475 silly decomposeActions postinstall websocket-driver@0.6.5
+5476 silly decomposeActions finalize websocket-driver@0.6.5
+5477 silly decomposeActions fetch faye-websocket@0.7.3
+5478 silly decomposeActions extract faye-websocket@0.7.3
+5479 silly decomposeActions test faye-websocket@0.7.3
+5480 silly decomposeActions preinstall faye-websocket@0.7.3
+5481 silly decomposeActions build faye-websocket@0.7.3
+5482 silly decomposeActions install faye-websocket@0.7.3
+5483 silly decomposeActions postinstall faye-websocket@0.7.3
+5484 silly decomposeActions finalize faye-websocket@0.7.3
+5485 silly decomposeActions fetch async@1.0.0
+5486 silly decomposeActions extract async@1.0.0
+5487 silly decomposeActions test async@1.0.0
+5488 silly decomposeActions preinstall async@1.0.0
+5489 silly decomposeActions build async@1.0.0
+5490 silly decomposeActions install async@1.0.0
+5491 silly decomposeActions postinstall async@1.0.0
+5492 silly decomposeActions finalize async@1.0.0
+5493 silly decomposeActions fetch xtend@4.0.1
+5494 silly decomposeActions extract xtend@4.0.1
+5495 silly decomposeActions test xtend@4.0.1
+5496 silly decomposeActions preinstall xtend@4.0.1
+5497 silly decomposeActions build xtend@4.0.1
+5498 silly decomposeActions install xtend@4.0.1
+5499 silly decomposeActions postinstall xtend@4.0.1
+5500 silly decomposeActions finalize xtend@4.0.1
+5501 silly decomposeActions fetch is-my-json-valid@2.13.1
+5502 silly decomposeActions extract is-my-json-valid@2.13.1
+5503 silly decomposeActions test is-my-json-valid@2.13.1
+5504 silly decomposeActions preinstall is-my-json-valid@2.13.1
+5505 silly decomposeActions build is-my-json-valid@2.13.1
+5506 silly decomposeActions install is-my-json-valid@2.13.1
+5507 silly decomposeActions postinstall is-my-json-valid@2.13.1
+5508 silly decomposeActions finalize is-my-json-valid@2.13.1
+5509 silly decomposeActions fetch har-validator@1.8.0
+5510 silly decomposeActions extract har-validator@1.8.0
+5511 silly decomposeActions test har-validator@1.8.0
+5512 silly decomposeActions preinstall har-validator@1.8.0
+5513 silly decomposeActions build har-validator@1.8.0
+5514 silly decomposeActions install har-validator@1.8.0
+5515 silly decomposeActions postinstall har-validator@1.8.0
+5516 silly decomposeActions finalize har-validator@1.8.0
+5517 silly decomposeActions fetch request@2.55.0
+5518 silly decomposeActions extract request@2.55.0
+5519 silly decomposeActions test request@2.55.0
+5520 silly decomposeActions preinstall request@2.55.0
+5521 silly decomposeActions build request@2.55.0
+5522 silly decomposeActions install request@2.55.0
+5523 silly decomposeActions postinstall request@2.55.0
+5524 silly decomposeActions finalize request@2.55.0
+5525 silly decomposeActions fetch node-xmpp-client@1.0.0
+5526 silly decomposeActions extract node-xmpp-client@1.0.0
+5527 silly decomposeActions test node-xmpp-client@1.0.0
+5528 silly decomposeActions preinstall node-xmpp-client@1.0.0
+5529 silly decomposeActions build node-xmpp-client@1.0.0
+5530 silly decomposeActions install node-xmpp-client@1.0.0
+5531 silly decomposeActions postinstall node-xmpp-client@1.0.0
+5532 silly decomposeActions finalize node-xmpp-client@1.0.0
+5533 silly decomposeActions fetch har-validator@2.0.6
+5534 silly decomposeActions extract har-validator@2.0.6
+5535 silly decomposeActions test har-validator@2.0.6
+5536 silly decomposeActions preinstall har-validator@2.0.6
+5537 silly decomposeActions build har-validator@2.0.6
+5538 silly decomposeActions install har-validator@2.0.6
+5539 silly decomposeActions postinstall har-validator@2.0.6
+5540 silly decomposeActions finalize har-validator@2.0.6
+5541 silly decomposeActions fetch ini@1.3.4
+5542 silly decomposeActions extract ini@1.3.4
+5543 silly decomposeActions test ini@1.3.4
+5544 silly decomposeActions preinstall ini@1.3.4
+5545 silly decomposeActions build ini@1.3.4
+5546 silly decomposeActions install ini@1.3.4
+5547 silly decomposeActions postinstall ini@1.3.4
+5548 silly decomposeActions finalize ini@1.3.4
+5549 silly decomposeActions fetch request@2.67.0
+5550 silly decomposeActions extract request@2.67.0
+5551 silly decomposeActions test request@2.67.0
+5552 silly decomposeActions preinstall request@2.67.0
+5553 silly decomposeActions build request@2.67.0
+5554 silly decomposeActions install request@2.67.0
+5555 silly decomposeActions postinstall request@2.67.0
+5556 silly decomposeActions finalize request@2.67.0
+5557 silly decomposeActions fetch simple-xmpp@1.2.0
+5558 silly decomposeActions extract simple-xmpp@1.2.0
+5559 silly decomposeActions test simple-xmpp@1.2.0
+5560 silly decomposeActions preinstall simple-xmpp@1.2.0
+5561 silly decomposeActions build simple-xmpp@1.2.0
+5562 silly decomposeActions install simple-xmpp@1.2.0
+5563 silly decomposeActions postinstall simple-xmpp@1.2.0
+5564 silly decomposeActions finalize simple-xmpp@1.2.0
+5565 silly decomposeActions fetch strftime@0.9.2
+5566 silly decomposeActions extract strftime@0.9.2
+5567 silly decomposeActions test strftime@0.9.2
+5568 silly decomposeActions preinstall strftime@0.9.2
+5569 silly decomposeActions build strftime@0.9.2
+5570 silly decomposeActions install strftime@0.9.2
+5571 silly decomposeActions postinstall strftime@0.9.2
+5572 silly decomposeActions finalize strftime@0.9.2
+5573 silly decomposeActions fetch url@0.11.0
+5574 silly decomposeActions extract url@0.11.0
+5575 silly decomposeActions test url@0.11.0
+5576 silly decomposeActions preinstall url@0.11.0
+5577 silly decomposeActions build url@0.11.0
+5578 silly decomposeActions install url@0.11.0
+5579 silly decomposeActions postinstall url@0.11.0
+5580 silly decomposeActions finalize url@0.11.0
+5581 silly decomposeActions fetch winston@1.1.2
+5582 silly decomposeActions extract winston@1.1.2
+5583 silly decomposeActions test winston@1.1.2
+5584 silly decomposeActions preinstall winston@1.1.2
+5585 silly decomposeActions build winston@1.1.2
+5586 silly decomposeActions install winston@1.1.2
+5587 silly decomposeActions postinstall winston@1.1.2
+5588 silly decomposeActions finalize winston@1.1.2
+5589 silly executeActions Starting
+5590 silly install executeActions
+5591 silly doSerial global-install 0
+5592 silly doParallel fetch 120
+5593 verbose correctMkdir /home/adhisimon/.npm/_locks correctMkdir not in flight; initializing
+5594 verbose lock using /home/adhisimon/.npm/_locks/staging-648f78560b098a67.lock for /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging
+5595 silly doParallel extract 120
+5596 silly extract ansi-styles@2.2.1
+5597 silly extract asn1@0.2.3
+5598 silly extract assert-plus@0.2.0
+5599 silly extract async@1.5.2
+5600 silly extract aws-sign2@0.6.0
+5601 silly extract backoff@2.3.0
+5602 silly extract bindings@1.2.1
+5603 silly extract readable-stream@2.0.6
+5604 silly extract bl@1.0.3
+5605 silly extract bluebird@2.10.2
+5606 silly extract browser-request@0.3.3
+5607 silly extract caseless@0.11.0
+5608 silly extract colors@1.0.3
+5609 silly extract ctype@0.5.3
+5610 silly extract cycle@1.0.3
+5611 silly extract assert-plus@1.0.0
+5612 silly extract dashdash@1.14.0
+5613 silly extract delayed-stream@1.0.0
+5614 silly extract combined-stream@1.0.5
+5615 silly extract escape-string-regexp@1.0.5
+5616 silly extract extend@3.0.0
+5617 silly extract extsprintf@1.0.2
+5618 silly extract eyes@0.1.8
+5619 silly extract forever-agent@0.6.1
+5620 silly extract form-data@1.0.0-rc4
+5621 silly extract generate-function@2.0.0
+5622 silly extract assert-plus@1.0.0
+5623 silly extract getpass@0.1.6
+5624 silly extract graceful-readlink@1.0.1
+5625 silly extract commander@2.9.0
+5626 silly extract has-ansi@2.0.0
+5627 silly extract hoek@2.16.3
+5628 silly extract boom@2.10.1
+5629 silly extract cryptiles@2.0.5
+5630 silly extract is-property@1.0.2
+5631 silly extract generate-object-property@1.2.0
+5632 silly extract is-typedarray@1.0.0
+5633 silly extract isstream@0.1.2
+5634 silly extract jsbn@0.1.0
+5635 silly extract jodid25519@1.0.2
+5636 silly extract ecc-jsbn@0.1.1
+5637 silly extract json-schema@0.2.2
+5638 silly extract json-stringify-safe@5.0.1
+5639 silly extract jsonpointer@2.0.0
+5640 silly extract lodash._basecopy@3.0.1
+5641 silly extract lodash._bindcallback@3.0.1
+5642 silly extract lodash._getnative@3.9.1
+5643 silly extract lodash._isiterateecall@3.0.9
+5644 silly extract lodash.isarguments@3.0.9
+5645 silly extract lodash.isarray@3.0.4
+5646 silly extract lodash.keys@3.1.2
+5647 silly extract lodash._baseassign@3.2.0
+5648 silly extract lodash.restparam@3.6.1
+5649 silly extract lodash._createassigner@3.1.1
+5650 silly extract lodash.assign@3.2.0
+5651 silly extract ltx@2.4.2
+5652 silly extract minimist@0.0.8
+5653 silly extract nan@1.8.4
+5654 silly extract node-stringprep@0.7.3
+5655 silly extract node-uuid@1.4.7
+5656 silly extract asn1@0.1.11
+5657 silly extract assert-plus@0.1.5
+5658 silly extract async@0.9.2
+5659 silly extract aws-sign2@0.5.0
+5660 silly extract caseless@0.9.0
+5661 silly extract delayed-stream@0.0.5
+5662 silly extract combined-stream@0.0.7
+5663 silly extract http-signature@0.10.1
+5664 silly extract isarray@0.0.1
+5665 silly extract mime-db@1.12.0
+5666 silly extract mime-types@2.0.14
+5667 silly extract form-data@0.2.0
+5668 silly extract ms@0.6.2
+5669 silly extract debug@1.0.4
+5670 silly extract oauth-sign@0.6.0
+5671 silly extract qs@2.4.2
+5672 silly extract readable-stream@1.0.34
+5673 silly extract bl@0.9.5
+5674 silly extract oauth-sign@0.8.2
+5675 silly extract pinkie@2.0.4
+5676 silly extract pinkie-promise@2.0.1
+5677 silly extract pkginfo@0.3.1
+5678 silly extract punycode@1.3.2
+5679 silly extract qbox@0.1.7
+5680 silly extract querystring@0.2.0
+5681 silly extract reconnect-core@0.0.1
+5682 silly extract qs@5.2.1
+5683 silly extract sntp@1.0.9
+5684 silly extract hawk@2.3.1
+5685 silly extract hawk@3.1.3
+5686 silly extract assert-plus@1.0.0
+5687 silly extract stack-trace@0.0.9
+5688 silly extract stringstream@0.0.5
+5689 silly extract supports-color@2.0.0
+5690 silly extract chalk@1.1.3
+5691 silly extract tls-connect@0.2.2
+5692 silly extract node-xmpp-core@2.0.0
+5693 silly extract tough-cookie@2.2.2
+5694 silly extract tunnel-agent@0.4.3
+5695 silly extract tweetnacl@0.13.3
+5696 silly extract sshpk@1.9.2
+5697 silly extract verror@1.3.6
+5698 silly extract jsprim@1.3.0
+5699 silly extract http-signature@1.1.1
+5700 silly extract websocket-extensions@0.1.1
+5701 silly extract websocket-driver@0.6.5
+5702 silly extract faye-websocket@0.7.3
+5703 silly extract async@1.0.0
+5704 silly extract xtend@4.0.1
+5705 silly extract is-my-json-valid@2.13.1
+5706 silly extract har-validator@1.8.0
+5707 silly extract request@2.55.0
+5708 silly extract node-xmpp-client@1.0.0
+5709 silly extract har-validator@2.0.6
+5710 silly extract ini@1.3.4
+5711 silly extract request@2.67.0
+5712 silly extract simple-xmpp@1.2.0
+5713 silly extract strftime@0.9.2
+5714 silly extract url@0.11.0
+5715 silly extract winston@1.1.2
+5716 verbose unbuild node_modules/.staging/ansi-styles-9e962d4a
+5717 verbose unbuild node_modules/.staging/asn1-6f0ce8de
+5718 verbose unbuild node_modules/.staging/assert-plus-821af860
+5719 verbose unbuild node_modules/.staging/async-b1c28da0
+5720 verbose unbuild node_modules/.staging/aws-sign2-5e3af4ca
+5721 verbose unbuild node_modules/.staging/backoff-d048a021
+5722 verbose unbuild node_modules/.staging/bindings-287b852e
+5723 verbose unbuild node_modules/.staging/readable-stream-15a2c372
+5724 verbose unbuild node_modules/.staging/bl-958cf7a7
+5725 verbose unbuild node_modules/.staging/bluebird-1af081df
+5726 verbose unbuild node_modules/.staging/browser-request-56954f7b
+5727 verbose unbuild node_modules/.staging/caseless-b30502af
+5728 verbose unbuild node_modules/.staging/colors-d788f154
+5729 verbose unbuild node_modules/.staging/ctype-06dbeac4
+5730 verbose unbuild node_modules/.staging/cycle-8ce27790
+5731 verbose unbuild node_modules/.staging/assert-plus-e8327894
+5732 verbose unbuild node_modules/.staging/dashdash-61469d44
+5733 verbose unbuild node_modules/.staging/delayed-stream-5b0de38b
+5734 verbose unbuild node_modules/.staging/combined-stream-b230e815
+5735 verbose unbuild node_modules/.staging/escape-string-regexp-9bbe23ba
+5736 verbose unbuild node_modules/.staging/extend-e2947899
+5737 verbose unbuild node_modules/.staging/extsprintf-0fcd767c
+5738 verbose unbuild node_modules/.staging/eyes-91c37678
+5739 verbose unbuild node_modules/.staging/forever-agent-ef659927
+5740 verbose unbuild node_modules/.staging/form-data-cdd24f98
+5741 verbose unbuild node_modules/.staging/generate-function-c2aa9c5b
+5742 verbose unbuild node_modules/.staging/assert-plus-fd2837ed
+5743 verbose unbuild node_modules/.staging/getpass-09b0fb8f
+5744 verbose unbuild node_modules/.staging/graceful-readlink-09a2e845
+5745 verbose unbuild node_modules/.staging/commander-4efe7c85
+5746 verbose unbuild node_modules/.staging/has-ansi-6b634b1b
+5747 verbose unbuild node_modules/.staging/hoek-a370eaba
+5748 verbose unbuild node_modules/.staging/boom-8ac4b2b6
+5749 verbose unbuild node_modules/.staging/cryptiles-d8a4619c
+5750 verbose unbuild node_modules/.staging/is-property-0e79b04a
+5751 verbose unbuild node_modules/.staging/generate-object-property-f6245318
+5752 verbose unbuild node_modules/.staging/is-typedarray-fb72e7e9
+5753 verbose unbuild node_modules/.staging/jsbn-d5689ab9
+5754 verbose unbuild node_modules/.staging/jodid25519-bb0c9ca1
+5755 verbose unbuild node_modules/.staging/ecc-jsbn-806c38c3
+5756 verbose unbuild node_modules/.staging/json-schema-4565d046
+5757 verbose unbuild node_modules/.staging/isstream-c4226a94
+5758 verbose unbuild node_modules/.staging/json-stringify-safe-46ca6ea7
+5759 verbose unbuild node_modules/.staging/jsonpointer-d00ba384
+5760 verbose unbuild node_modules/.staging/lodash._basecopy-45d9b131
+5761 verbose unbuild node_modules/.staging/lodash._bindcallback-050dfa5d
+5762 verbose unbuild node_modules/.staging/lodash._getnative-44faf849
+5763 verbose unbuild node_modules/.staging/lodash._isiterateecall-184996ac
+5764 verbose unbuild node_modules/.staging/lodash.isarguments-f2137674
+5765 verbose unbuild node_modules/.staging/lodash.isarray-c5ed6c56
+5766 verbose unbuild node_modules/.staging/lodash.keys-d5f413db
+5767 verbose unbuild node_modules/.staging/lodash._baseassign-21d6002c
+5768 verbose unbuild node_modules/.staging/lodash.restparam-48067b67
+5769 verbose unbuild node_modules/.staging/lodash._createassigner-9535093e
+5770 verbose unbuild node_modules/.staging/lodash.assign-21eebb5f
+5771 verbose unbuild node_modules/.staging/ltx-2a1b564b
+5772 verbose unbuild node_modules/.staging/minimist-50475346
+5773 verbose unbuild node_modules/.staging/nan-f9c93e64
+5774 verbose unbuild node_modules/.staging/node-stringprep-0732c9b2
+5775 verbose unbuild node_modules/.staging/asn1-7d595d34
+5776 verbose unbuild node_modules/.staging/assert-plus-34475b92
+5777 verbose unbuild node_modules/.staging/async-b483004d
+5778 verbose unbuild node_modules/.staging/aws-sign2-3cbcb01c
+5779 verbose unbuild node_modules/.staging/caseless-a76acb5a
+5780 verbose unbuild node_modules/.staging/delayed-stream-dfe8ced5
+5781 verbose unbuild node_modules/.staging/combined-stream-48068532
+5782 verbose unbuild node_modules/.staging/http-signature-933e0551
+5783 verbose unbuild node_modules/.staging/isarray-8de3d6d4
+5784 verbose unbuild node_modules/.staging/mime-db-44aa0b14
+5785 verbose unbuild node_modules/.staging/mime-types-a82e9fab
+5786 verbose unbuild node_modules/.staging/form-data-5ed027d7
+5787 verbose unbuild node_modules/.staging/ms-3fc22cc0
+5788 verbose unbuild node_modules/.staging/debug-7d367fb5
+5789 verbose unbuild node_modules/.staging/qs-46032e83
+5790 verbose unbuild node_modules/.staging/oauth-sign-3dd74aa2
+5791 verbose unbuild node_modules/.staging/readable-stream-8b7e83f9
+5792 verbose unbuild node_modules/.staging/bl-cf888043
+5793 verbose unbuild node_modules/.staging/oauth-sign-2eae5380
+5794 verbose unbuild node_modules/.staging/pinkie-918c8834
+5795 verbose unbuild node_modules/.staging/pinkie-promise-72b2dc69
+5796 verbose unbuild node_modules/.staging/pkginfo-3359da33
+5797 verbose unbuild node_modules/.staging/punycode-2568c591
+5798 verbose unbuild node_modules/.staging/qbox-2511688b
+5799 verbose unbuild node_modules/.staging/querystring-03c370c2
+5800 verbose unbuild node_modules/.staging/reconnect-core-fb5f3592
+5801 verbose unbuild node_modules/.staging/qs-46a41a7d
+5802 verbose unbuild node_modules/.staging/sntp-f4a1058a
+5803 verbose unbuild node_modules/.staging/hawk-b842894c
+5804 verbose unbuild node_modules/.staging/hawk-fe06a2e4
+5805 verbose unbuild node_modules/.staging/assert-plus-7697a5ca
+5806 verbose unbuild node_modules/.staging/stack-trace-bc8a6667
+5807 verbose unbuild node_modules/.staging/stringstream-dace6b56
+5808 verbose unbuild node_modules/.staging/supports-color-1d4b2ef6
+5809 verbose unbuild node_modules/.staging/chalk-db777f00
+5810 verbose unbuild node_modules/.staging/tls-connect-41aaa414
+5811 verbose unbuild node_modules/.staging/node-xmpp-core-3332ff74
+5812 verbose unbuild node_modules/.staging/tough-cookie-36f996cd
+5813 verbose unbuild node_modules/.staging/tunnel-agent-fcce8179
+5814 verbose unbuild node_modules/.staging/tweetnacl-72f69a91
+5815 verbose unbuild node_modules/.staging/verror-81175f94
+5816 verbose unbuild node_modules/.staging/jsprim-c3734b4c
+5817 verbose unbuild node_modules/.staging/http-signature-0fabd0d2
+5818 verbose unbuild node_modules/.staging/websocket-extensions-e1525e75
+5819 verbose unbuild node_modules/.staging/websocket-driver-d9557188
+5820 verbose unbuild node_modules/.staging/faye-websocket-1c98aeff
+5821 verbose unbuild node_modules/.staging/async-49a23ff9
+5822 verbose unbuild node_modules/.staging/xtend-c94a4c7f
+5823 verbose unbuild node_modules/.staging/is-my-json-valid-65ce6fe4
+5824 verbose unbuild node_modules/.staging/request-74c4242d
+5825 verbose unbuild node_modules/.staging/node-xmpp-client-033d06bc
+5826 verbose unbuild node_modules/.staging/ini-2658a437
+5827 verbose unbuild node_modules/.staging/request-4556166f
+5828 verbose unbuild node_modules/.staging/simple-xmpp-85cce3c7
+5829 verbose unbuild node_modules/.staging/url-f1c2dbde
+5830 verbose unbuild node_modules/.staging/winston-f232d9a4
+5831 verbose unbuild node_modules/.staging/strftime-910ef4af
+5832 verbose unbuild node_modules/.staging/node-uuid-3dc61abe
+5833 verbose unbuild node_modules/.staging/sshpk-83c2b96b
+5834 verbose unbuild node_modules/.staging/har-validator-4fd214a7
+5835 verbose unbuild node_modules/.staging/har-validator-b74d95a7
+5836 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5837 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a
+5838 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5839 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de
+5840 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5841 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860
+5842 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5843 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0
+5844 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5845 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca
+5846 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5847 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021
+5848 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5849 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e
+5850 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5851 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372
+5852 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5853 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7
+5854 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5855 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df
+5856 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5857 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b
+5858 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5859 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af
+5860 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5861 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154
+5862 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5863 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4
+5864 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5865 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790
+5866 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5867 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894
+5868 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5869 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44
+5870 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5871 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b
+5872 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5873 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815
+5874 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5875 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba
+5876 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5877 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899
+5878 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5879 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c
+5880 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5881 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678
+5882 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5883 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927
+5884 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5885 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98
+5886 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5887 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b
+5888 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5889 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed
+5890 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5891 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f
+5892 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5893 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845
+5894 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5895 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85
+5896 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5897 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b
+5898 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5899 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba
+5900 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5901 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6
+5902 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5903 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c
+5904 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5905 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a
+5906 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5907 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318
+5908 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5909 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9
+5910 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5911 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9
+5912 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5913 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1
+5914 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5915 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3
+5916 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5917 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046
+5918 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5919 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94
+5920 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5921 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7
+5922 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5923 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384
+5924 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5925 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131
+5926 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5927 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d
+5928 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5929 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849
+5930 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5931 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac
+5932 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5933 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674
+5934 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5935 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56
+5936 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5937 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db
+5938 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5939 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c
+5940 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5941 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67
+5942 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5943 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e
+5944 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5945 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f
+5946 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5947 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b
+5948 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5949 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346
+5950 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5951 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64
+5952 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5953 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2
+5954 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-7d595d34 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5955 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-7d595d34
+5956 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-34475b92 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5957 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-34475b92
+5958 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b483004d is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5959 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b483004d
+5960 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-3cbcb01c is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5961 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-3cbcb01c
+5962 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-a76acb5a is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5963 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-a76acb5a
+5964 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-dfe8ced5 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5965 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-dfe8ced5
+5966 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-48068532 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5967 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-48068532
+5968 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-933e0551 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5969 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-933e0551
+5970 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isarray-8de3d6d4 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5971 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isarray-8de3d6d4
+5972 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-db-44aa0b14 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5973 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-db-44aa0b14
+5974 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-types-a82e9fab is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5975 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-types-a82e9fab
+5976 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-5ed027d7 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5977 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-5ed027d7
+5978 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ms-3fc22cc0 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5979 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ms-3fc22cc0
+5980 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/debug-7d367fb5 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5981 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/debug-7d367fb5
+5982 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46032e83 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5983 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46032e83
+5984 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-3dd74aa2 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5985 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-3dd74aa2
+5986 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-8b7e83f9 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5987 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-8b7e83f9
+5988 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-cf888043 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5989 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-cf888043
+5990 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-2eae5380 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5991 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-2eae5380
+5992 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-918c8834 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5993 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-918c8834
+5994 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-promise-72b2dc69 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5995 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-promise-72b2dc69
+5996 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pkginfo-3359da33 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5997 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pkginfo-3359da33
+5998 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/punycode-2568c591 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+5999 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/punycode-2568c591
+6000 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qbox-2511688b is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6001 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qbox-2511688b
+6002 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/querystring-03c370c2 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6003 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/querystring-03c370c2
+6004 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/reconnect-core-fb5f3592 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6005 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/reconnect-core-fb5f3592
+6006 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46a41a7d is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6007 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46a41a7d
+6008 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sntp-f4a1058a is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6009 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sntp-f4a1058a
+6010 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-b842894c is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6011 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-b842894c
+6012 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-fe06a2e4 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6013 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-fe06a2e4
+6014 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-7697a5ca is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6015 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-7697a5ca
+6016 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stack-trace-bc8a6667 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6017 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stack-trace-bc8a6667
+6018 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stringstream-dace6b56 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6019 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stringstream-dace6b56
+6020 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/supports-color-1d4b2ef6 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6021 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/supports-color-1d4b2ef6
+6022 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/chalk-db777f00 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6023 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/chalk-db777f00
+6024 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tls-connect-41aaa414 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6025 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tls-connect-41aaa414
+6026 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-core-3332ff74 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6027 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-core-3332ff74
+6028 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tough-cookie-36f996cd is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6029 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tough-cookie-36f996cd
+6030 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tunnel-agent-fcce8179 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6031 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tunnel-agent-fcce8179
+6032 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tweetnacl-72f69a91 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6033 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tweetnacl-72f69a91
+6034 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/verror-81175f94 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6035 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/verror-81175f94
+6036 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsprim-c3734b4c is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6037 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsprim-c3734b4c
+6038 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-0fabd0d2 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6039 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-0fabd0d2
+6040 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-extensions-e1525e75 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6041 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-extensions-e1525e75
+6042 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-driver-d9557188 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6043 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-driver-d9557188
+6044 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/faye-websocket-1c98aeff is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6045 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/faye-websocket-1c98aeff
+6046 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-49a23ff9 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6047 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-49a23ff9
+6048 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/xtend-c94a4c7f is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6049 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/xtend-c94a4c7f
+6050 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-my-json-valid-65ce6fe4 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6051 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-my-json-valid-65ce6fe4
+6052 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-74c4242d is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6053 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-74c4242d
+6054 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-client-033d06bc is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6055 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-client-033d06bc
+6056 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ini-2658a437 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6057 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ini-2658a437
+6058 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-4556166f is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6059 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-4556166f
+6060 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/simple-xmpp-85cce3c7 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6061 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/simple-xmpp-85cce3c7
+6062 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/url-f1c2dbde is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6063 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/url-f1c2dbde
+6064 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/winston-f232d9a4 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6065 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/winston-f232d9a4
+6066 verbose tar unpack /home/adhisimon/.npm/ansi-styles/2.2.1/package.tgz
+6067 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a
+6068 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a is being purged
+6069 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a
+6070 verbose tar unpack /home/adhisimon/.npm/asn1/0.2.3/package.tgz
+6071 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de
+6072 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de is being purged
+6073 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de
+6074 verbose tar unpack /home/adhisimon/.npm/assert-plus/0.2.0/package.tgz
+6075 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860
+6076 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860 is being purged
+6077 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860
+6078 verbose tar unpack /home/adhisimon/.npm/async/1.5.2/package.tgz
+6079 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0
+6080 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0 is being purged
+6081 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0
+6082 verbose tar unpack /home/adhisimon/.npm/aws-sign2/0.6.0/package.tgz
+6083 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca
+6084 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca is being purged
+6085 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca
+6086 verbose tar unpack /home/adhisimon/.npm/backoff/2.3.0/package.tgz
+6087 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021
+6088 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021 is being purged
+6089 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021
+6090 verbose tar unpack /home/adhisimon/.npm/bindings/1.2.1/package.tgz
+6091 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e
+6092 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e is being purged
+6093 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e
+6094 verbose tar unpack /home/adhisimon/.npm/readable-stream/2.0.6/package.tgz
+6095 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372
+6096 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372 is being purged
+6097 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372
+6098 verbose tar unpack /home/adhisimon/.npm/bl/1.0.3/package.tgz
+6099 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7
+6100 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7 is being purged
+6101 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7
+6102 verbose tar unpack /home/adhisimon/.npm/bluebird/2.10.2/package.tgz
+6103 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df
+6104 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df is being purged
+6105 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df
+6106 verbose tar unpack /home/adhisimon/.npm/browser-request/0.3.3/package.tgz
+6107 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b
+6108 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b is being purged
+6109 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b
+6110 verbose tar unpack /home/adhisimon/.npm/caseless/0.11.0/package.tgz
+6111 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af
+6112 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af is being purged
+6113 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af
+6114 verbose tar unpack /home/adhisimon/.npm/colors/1.0.3/package.tgz
+6115 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154
+6116 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154 is being purged
+6117 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154
+6118 verbose tar unpack /home/adhisimon/.npm/ctype/0.5.3/package.tgz
+6119 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4
+6120 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4 is being purged
+6121 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4
+6122 verbose tar unpack /home/adhisimon/.npm/cycle/1.0.3/package.tgz
+6123 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790
+6124 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790 is being purged
+6125 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790
+6126 verbose tar unpack /home/adhisimon/.npm/assert-plus/1.0.0/package.tgz
+6127 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894
+6128 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894 is being purged
+6129 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894
+6130 verbose tar unpack /home/adhisimon/.npm/dashdash/1.14.0/package.tgz
+6131 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44
+6132 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44 is being purged
+6133 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44
+6134 verbose tar unpack /home/adhisimon/.npm/delayed-stream/1.0.0/package.tgz
+6135 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b
+6136 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b is being purged
+6137 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b
+6138 verbose tar unpack /home/adhisimon/.npm/combined-stream/1.0.5/package.tgz
+6139 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815
+6140 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815 is being purged
+6141 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815
+6142 verbose tar unpack /home/adhisimon/.npm/escape-string-regexp/1.0.5/package.tgz
+6143 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba
+6144 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba is being purged
+6145 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba
+6146 verbose tar unpack /home/adhisimon/.npm/extend/3.0.0/package.tgz
+6147 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899
+6148 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899 is being purged
+6149 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899
+6150 verbose tar unpack /home/adhisimon/.npm/extsprintf/1.0.2/package.tgz
+6151 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c
+6152 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c is being purged
+6153 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c
+6154 verbose tar unpack /home/adhisimon/.npm/eyes/0.1.8/package.tgz
+6155 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678
+6156 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678 is being purged
+6157 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678
+6158 verbose tar unpack /home/adhisimon/.npm/forever-agent/0.6.1/package.tgz
+6159 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927
+6160 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927 is being purged
+6161 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927
+6162 verbose tar unpack /home/adhisimon/.npm/form-data/1.0.0-rc4/package.tgz
+6163 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98
+6164 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98 is being purged
+6165 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98
+6166 verbose tar unpack /home/adhisimon/.npm/generate-function/2.0.0/package.tgz
+6167 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b
+6168 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b is being purged
+6169 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b
+6170 verbose tar unpack /home/adhisimon/.npm/assert-plus/1.0.0/package.tgz
+6171 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed
+6172 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed is being purged
+6173 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed
+6174 verbose tar unpack /home/adhisimon/.npm/getpass/0.1.6/package.tgz
+6175 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f
+6176 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f is being purged
+6177 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f
+6178 verbose tar unpack /home/adhisimon/.npm/graceful-readlink/1.0.1/package.tgz
+6179 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845
+6180 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845 is being purged
+6181 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845
+6182 verbose tar unpack /home/adhisimon/.npm/commander/2.9.0/package.tgz
+6183 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85
+6184 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85 is being purged
+6185 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85
+6186 verbose tar unpack /home/adhisimon/.npm/has-ansi/2.0.0/package.tgz
+6187 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b
+6188 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b is being purged
+6189 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b
+6190 verbose tar unpack /home/adhisimon/.npm/hoek/2.16.3/package.tgz
+6191 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba
+6192 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba is being purged
+6193 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba
+6194 verbose tar unpack /home/adhisimon/.npm/boom/2.10.1/package.tgz
+6195 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6
+6196 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6 is being purged
+6197 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6
+6198 verbose tar unpack /home/adhisimon/.npm/cryptiles/2.0.5/package.tgz
+6199 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c
+6200 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c is being purged
+6201 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c
+6202 verbose tar unpack /home/adhisimon/.npm/is-property/1.0.2/package.tgz
+6203 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a
+6204 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a is being purged
+6205 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a
+6206 verbose tar unpack /home/adhisimon/.npm/generate-object-property/1.2.0/package.tgz
+6207 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318
+6208 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318 is being purged
+6209 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318
+6210 verbose tar unpack /home/adhisimon/.npm/is-typedarray/1.0.0/package.tgz
+6211 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9
+6212 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9 is being purged
+6213 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9
+6214 verbose tar unpack /home/adhisimon/.npm/jsbn/0.1.0/package.tgz
+6215 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9
+6216 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9 is being purged
+6217 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9
+6218 verbose tar unpack /home/adhisimon/.npm/jodid25519/1.0.2/package.tgz
+6219 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1
+6220 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1 is being purged
+6221 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1
+6222 verbose tar unpack /home/adhisimon/.npm/ecc-jsbn/0.1.1/package.tgz
+6223 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3
+6224 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3 is being purged
+6225 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3
+6226 verbose tar unpack /home/adhisimon/.npm/json-schema/0.2.2/package.tgz
+6227 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046
+6228 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046 is being purged
+6229 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046
+6230 verbose tar unpack /home/adhisimon/.npm/isstream/0.1.2/package.tgz
+6231 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94
+6232 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94 is being purged
+6233 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94
+6234 verbose tar unpack /home/adhisimon/.npm/json-stringify-safe/5.0.1/package.tgz
+6235 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7
+6236 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7 is being purged
+6237 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7
+6238 verbose tar unpack /home/adhisimon/.npm/jsonpointer/2.0.0/package.tgz
+6239 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384
+6240 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384 is being purged
+6241 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384
+6242 verbose tar unpack /home/adhisimon/.npm/lodash._basecopy/3.0.1/package.tgz
+6243 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131
+6244 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131 is being purged
+6245 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131
+6246 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/strftime-910ef4af is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6247 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/strftime-910ef4af
+6248 verbose tar unpack /home/adhisimon/.npm/lodash._bindcallback/3.0.1/package.tgz
+6249 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d
+6250 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d is being purged
+6251 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d
+6252 verbose tar unpack /home/adhisimon/.npm/lodash._getnative/3.9.1/package.tgz
+6253 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849
+6254 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849 is being purged
+6255 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849
+6256 verbose tar unpack /home/adhisimon/.npm/lodash._isiterateecall/3.0.9/package.tgz
+6257 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac
+6258 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac is being purged
+6259 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac
+6260 verbose tar unpack /home/adhisimon/.npm/lodash.isarguments/3.0.9/package.tgz
+6261 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674
+6262 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674 is being purged
+6263 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674
+6264 verbose tar unpack /home/adhisimon/.npm/lodash.isarray/3.0.4/package.tgz
+6265 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56
+6266 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56 is being purged
+6267 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56
+6268 verbose tar unpack /home/adhisimon/.npm/lodash.keys/3.1.2/package.tgz
+6269 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db
+6270 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db is being purged
+6271 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db
+6272 verbose tar unpack /home/adhisimon/.npm/lodash._baseassign/3.2.0/package.tgz
+6273 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c
+6274 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c is being purged
+6275 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c
+6276 verbose tar unpack /home/adhisimon/.npm/lodash.restparam/3.6.1/package.tgz
+6277 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67
+6278 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67 is being purged
+6279 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67
+6280 verbose tar unpack /home/adhisimon/.npm/lodash._createassigner/3.1.1/package.tgz
+6281 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e
+6282 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e is being purged
+6283 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e
+6284 verbose tar unpack /home/adhisimon/.npm/lodash.assign/3.2.0/package.tgz
+6285 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f
+6286 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f is being purged
+6287 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f
+6288 verbose tar unpack /home/adhisimon/.npm/ltx/2.4.2/package.tgz
+6289 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b
+6290 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b is being purged
+6291 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b
+6292 verbose tar unpack /home/adhisimon/.npm/minimist/0.0.8/package.tgz
+6293 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346
+6294 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346 is being purged
+6295 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346
+6296 verbose tar unpack /home/adhisimon/.npm/nan/1.8.4/package.tgz
+6297 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64
+6298 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64 is being purged
+6299 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64
+6300 verbose tar unpack /home/adhisimon/.npm/node-stringprep/0.7.3/package.tgz
+6301 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2
+6302 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2 is being purged
+6303 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2
+6304 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-uuid-3dc61abe is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6305 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-uuid-3dc61abe
+6306 verbose tar unpack /home/adhisimon/.npm/asn1/0.1.11/package.tgz
+6307 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-7d595d34
+6308 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-7d595d34 is being purged
+6309 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-7d595d34
+6310 verbose tar unpack /home/adhisimon/.npm/assert-plus/0.1.5/package.tgz
+6311 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-34475b92
+6312 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-34475b92 is being purged
+6313 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-34475b92
+6314 verbose tar unpack /home/adhisimon/.npm/async/0.9.2/package.tgz
+6315 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b483004d
+6316 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b483004d is being purged
+6317 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b483004d
+6318 verbose tar unpack /home/adhisimon/.npm/aws-sign2/0.5.0/package.tgz
+6319 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-3cbcb01c
+6320 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-3cbcb01c is being purged
+6321 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-3cbcb01c
+6322 verbose tar unpack /home/adhisimon/.npm/caseless/0.9.0/package.tgz
+6323 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-a76acb5a
+6324 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-a76acb5a is being purged
+6325 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-a76acb5a
+6326 verbose tar unpack /home/adhisimon/.npm/delayed-stream/0.0.5/package.tgz
+6327 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-dfe8ced5
+6328 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-dfe8ced5 is being purged
+6329 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-dfe8ced5
+6330 verbose tar unpack /home/adhisimon/.npm/combined-stream/0.0.7/package.tgz
+6331 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-48068532
+6332 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-48068532 is being purged
+6333 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-48068532
+6334 verbose tar unpack /home/adhisimon/.npm/http-signature/0.10.1/package.tgz
+6335 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-933e0551
+6336 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-933e0551 is being purged
+6337 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-933e0551
+6338 verbose tar unpack /home/adhisimon/.npm/isarray/0.0.1/package.tgz
+6339 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isarray-8de3d6d4
+6340 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isarray-8de3d6d4 is being purged
+6341 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isarray-8de3d6d4
+6342 verbose tar unpack /home/adhisimon/.npm/mime-db/1.12.0/package.tgz
+6343 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-db-44aa0b14
+6344 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-db-44aa0b14 is being purged
+6345 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-db-44aa0b14
+6346 verbose tar unpack /home/adhisimon/.npm/mime-types/2.0.14/package.tgz
+6347 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-types-a82e9fab
+6348 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-types-a82e9fab is being purged
+6349 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-types-a82e9fab
+6350 verbose tar unpack /home/adhisimon/.npm/form-data/0.2.0/package.tgz
+6351 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-5ed027d7
+6352 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-5ed027d7 is being purged
+6353 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-5ed027d7
+6354 verbose tar unpack /home/adhisimon/.npm/ms/0.6.2/package.tgz
+6355 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ms-3fc22cc0
+6356 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ms-3fc22cc0 is being purged
+6357 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ms-3fc22cc0
+6358 verbose tar unpack /home/adhisimon/.npm/debug/1.0.4/package.tgz
+6359 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/debug-7d367fb5
+6360 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/debug-7d367fb5 is being purged
+6361 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/debug-7d367fb5
+6362 verbose tar unpack /home/adhisimon/.npm/qs/2.4.2/package.tgz
+6363 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46032e83
+6364 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46032e83 is being purged
+6365 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46032e83
+6366 verbose tar unpack /home/adhisimon/.npm/oauth-sign/0.6.0/package.tgz
+6367 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-3dd74aa2
+6368 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-3dd74aa2 is being purged
+6369 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-3dd74aa2
+6370 verbose tar unpack /home/adhisimon/.npm/readable-stream/1.0.34/package.tgz
+6371 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-8b7e83f9
+6372 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-8b7e83f9 is being purged
+6373 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-8b7e83f9
+6374 verbose tar unpack /home/adhisimon/.npm/bl/0.9.5/package.tgz
+6375 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-cf888043
+6376 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-cf888043 is being purged
+6377 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-cf888043
+6378 verbose tar unpack /home/adhisimon/.npm/oauth-sign/0.8.2/package.tgz
+6379 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-2eae5380
+6380 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-2eae5380 is being purged
+6381 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-2eae5380
+6382 verbose tar unpack /home/adhisimon/.npm/pinkie/2.0.4/package.tgz
+6383 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-918c8834
+6384 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-918c8834 is being purged
+6385 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-918c8834
+6386 verbose tar unpack /home/adhisimon/.npm/pinkie-promise/2.0.1/package.tgz
+6387 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-promise-72b2dc69
+6388 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-promise-72b2dc69 is being purged
+6389 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-promise-72b2dc69
+6390 verbose tar unpack /home/adhisimon/.npm/pkginfo/0.3.1/package.tgz
+6391 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pkginfo-3359da33
+6392 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pkginfo-3359da33 is being purged
+6393 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pkginfo-3359da33
+6394 verbose tar unpack /home/adhisimon/.npm/punycode/1.3.2/package.tgz
+6395 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/punycode-2568c591
+6396 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/punycode-2568c591 is being purged
+6397 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/punycode-2568c591
+6398 verbose tar unpack /home/adhisimon/.npm/qbox/0.1.7/package.tgz
+6399 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qbox-2511688b
+6400 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qbox-2511688b is being purged
+6401 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qbox-2511688b
+6402 verbose tar unpack /home/adhisimon/.npm/querystring/0.2.0/package.tgz
+6403 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/querystring-03c370c2
+6404 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/querystring-03c370c2 is being purged
+6405 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/querystring-03c370c2
+6406 verbose tar unpack /home/adhisimon/.npm/reconnect-core/0.0.1/package.tgz
+6407 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/reconnect-core-fb5f3592
+6408 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/reconnect-core-fb5f3592 is being purged
+6409 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/reconnect-core-fb5f3592
+6410 verbose tar unpack /home/adhisimon/.npm/qs/5.2.1/package.tgz
+6411 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46a41a7d
+6412 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46a41a7d is being purged
+6413 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46a41a7d
+6414 verbose tar unpack /home/adhisimon/.npm/sntp/1.0.9/package.tgz
+6415 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sntp-f4a1058a
+6416 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sntp-f4a1058a is being purged
+6417 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sntp-f4a1058a
+6418 verbose tar unpack /home/adhisimon/.npm/hawk/2.3.1/package.tgz
+6419 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-b842894c
+6420 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-b842894c is being purged
+6421 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-b842894c
+6422 verbose tar unpack /home/adhisimon/.npm/hawk/3.1.3/package.tgz
+6423 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-fe06a2e4
+6424 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-fe06a2e4 is being purged
+6425 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-fe06a2e4
+6426 verbose tar unpack /home/adhisimon/.npm/assert-plus/1.0.0/package.tgz
+6427 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-7697a5ca
+6428 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-7697a5ca is being purged
+6429 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-7697a5ca
+6430 verbose tar unpack /home/adhisimon/.npm/stack-trace/0.0.9/package.tgz
+6431 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stack-trace-bc8a6667
+6432 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stack-trace-bc8a6667 is being purged
+6433 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stack-trace-bc8a6667
+6434 verbose tar unpack /home/adhisimon/.npm/stringstream/0.0.5/package.tgz
+6435 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stringstream-dace6b56
+6436 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stringstream-dace6b56 is being purged
+6437 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stringstream-dace6b56
+6438 verbose tar unpack /home/adhisimon/.npm/supports-color/2.0.0/package.tgz
+6439 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/supports-color-1d4b2ef6
+6440 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/supports-color-1d4b2ef6 is being purged
+6441 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/supports-color-1d4b2ef6
+6442 verbose tar unpack /home/adhisimon/.npm/chalk/1.1.3/package.tgz
+6443 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/chalk-db777f00
+6444 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/chalk-db777f00 is being purged
+6445 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/chalk-db777f00
+6446 verbose tar unpack /home/adhisimon/.npm/tls-connect/0.2.2/package.tgz
+6447 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tls-connect-41aaa414
+6448 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tls-connect-41aaa414 is being purged
+6449 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tls-connect-41aaa414
+6450 verbose tar unpack /home/adhisimon/.npm/node-xmpp-core/2.0.0/package.tgz
+6451 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-core-3332ff74
+6452 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-core-3332ff74 is being purged
+6453 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-core-3332ff74
+6454 verbose tar unpack /home/adhisimon/.npm/tough-cookie/2.2.2/package.tgz
+6455 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tough-cookie-36f996cd
+6456 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tough-cookie-36f996cd is being purged
+6457 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tough-cookie-36f996cd
+6458 verbose tar unpack /home/adhisimon/.npm/tunnel-agent/0.4.3/package.tgz
+6459 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tunnel-agent-fcce8179
+6460 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tunnel-agent-fcce8179 is being purged
+6461 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tunnel-agent-fcce8179
+6462 verbose tar unpack /home/adhisimon/.npm/tweetnacl/0.13.3/package.tgz
+6463 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tweetnacl-72f69a91
+6464 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tweetnacl-72f69a91 is being purged
+6465 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tweetnacl-72f69a91
+6466 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sshpk-83c2b96b is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6467 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sshpk-83c2b96b
+6468 verbose tar unpack /home/adhisimon/.npm/verror/1.3.6/package.tgz
+6469 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/verror-81175f94
+6470 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/verror-81175f94 is being purged
+6471 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/verror-81175f94
+6472 verbose tar unpack /home/adhisimon/.npm/jsprim/1.3.0/package.tgz
+6473 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsprim-c3734b4c
+6474 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsprim-c3734b4c is being purged
+6475 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsprim-c3734b4c
+6476 verbose tar unpack /home/adhisimon/.npm/http-signature/1.1.1/package.tgz
+6477 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-0fabd0d2
+6478 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-0fabd0d2 is being purged
+6479 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-0fabd0d2
+6480 verbose tar unpack /home/adhisimon/.npm/websocket-extensions/0.1.1/package.tgz
+6481 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-extensions-e1525e75
+6482 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-extensions-e1525e75 is being purged
+6483 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-extensions-e1525e75
+6484 verbose tar unpack /home/adhisimon/.npm/websocket-driver/0.6.5/package.tgz
+6485 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-driver-d9557188
+6486 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-driver-d9557188 is being purged
+6487 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-driver-d9557188
+6488 verbose tar unpack /home/adhisimon/.npm/faye-websocket/0.7.3/package.tgz
+6489 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/faye-websocket-1c98aeff
+6490 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/faye-websocket-1c98aeff is being purged
+6491 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/faye-websocket-1c98aeff
+6492 verbose tar unpack /home/adhisimon/.npm/async/1.0.0/package.tgz
+6493 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-49a23ff9
+6494 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-49a23ff9 is being purged
+6495 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-49a23ff9
+6496 verbose tar unpack /home/adhisimon/.npm/xtend/4.0.1/package.tgz
+6497 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/xtend-c94a4c7f
+6498 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/xtend-c94a4c7f is being purged
+6499 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/xtend-c94a4c7f
+6500 verbose tar unpack /home/adhisimon/.npm/is-my-json-valid/2.13.1/package.tgz
+6501 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-my-json-valid-65ce6fe4
+6502 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-my-json-valid-65ce6fe4 is being purged
+6503 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-my-json-valid-65ce6fe4
+6504 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-4fd214a7 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6505 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-4fd214a7
+6506 verbose tar unpack /home/adhisimon/.npm/request/2.55.0/package.tgz
+6507 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-74c4242d
+6508 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-74c4242d is being purged
+6509 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-74c4242d
+6510 verbose tar unpack /home/adhisimon/.npm/node-xmpp-client/1.0.0/package.tgz
+6511 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-client-033d06bc
+6512 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-client-033d06bc is being purged
+6513 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-client-033d06bc
+6514 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-b74d95a7 is being purged from base /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+6515 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-b74d95a7
+6516 verbose tar unpack /home/adhisimon/.npm/ini/1.3.4/package.tgz
+6517 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ini-2658a437
+6518 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ini-2658a437 is being purged
+6519 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ini-2658a437
+6520 verbose tar unpack /home/adhisimon/.npm/request/2.67.0/package.tgz
+6521 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-4556166f
+6522 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-4556166f is being purged
+6523 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-4556166f
+6524 verbose tar unpack /home/adhisimon/.npm/simple-xmpp/1.2.0/package.tgz
+6525 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/simple-xmpp-85cce3c7
+6526 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/simple-xmpp-85cce3c7 is being purged
+6527 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/simple-xmpp-85cce3c7
+6528 verbose tar unpack /home/adhisimon/.npm/url/0.11.0/package.tgz
+6529 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/url-f1c2dbde
+6530 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/url-f1c2dbde is being purged
+6531 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/url-f1c2dbde
+6532 verbose tar unpack /home/adhisimon/.npm/winston/1.1.2/package.tgz
+6533 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/winston-f232d9a4
+6534 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/winston-f232d9a4 is being purged
+6535 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/winston-f232d9a4
+6536 silly gunzTarPerm modes [ '775', '664' ]
+6537 silly gunzTarPerm modes [ '775', '664' ]
+6538 silly gunzTarPerm modes [ '775', '664' ]
+6539 silly gunzTarPerm modes [ '775', '664' ]
+6540 silly gunzTarPerm modes [ '775', '664' ]
+6541 silly gunzTarPerm modes [ '775', '664' ]
+6542 silly gunzTarPerm modes [ '775', '664' ]
+6543 silly gunzTarPerm modes [ '775', '664' ]
+6544 silly gunzTarPerm modes [ '775', '664' ]
+6545 silly gunzTarPerm modes [ '775', '664' ]
+6546 silly gunzTarPerm modes [ '775', '664' ]
+6547 silly gunzTarPerm modes [ '775', '664' ]
+6548 silly gunzTarPerm modes [ '775', '664' ]
+6549 silly gunzTarPerm modes [ '775', '664' ]
+6550 silly gunzTarPerm modes [ '775', '664' ]
+6551 silly gunzTarPerm modes [ '775', '664' ]
+6552 silly gunzTarPerm modes [ '775', '664' ]
+6553 silly gunzTarPerm modes [ '775', '664' ]
+6554 silly gunzTarPerm modes [ '775', '664' ]
+6555 silly gunzTarPerm modes [ '775', '664' ]
+6556 silly gunzTarPerm modes [ '775', '664' ]
+6557 silly gunzTarPerm modes [ '775', '664' ]
+6558 silly gunzTarPerm modes [ '775', '664' ]
+6559 silly gunzTarPerm modes [ '775', '664' ]
+6560 silly gunzTarPerm modes [ '775', '664' ]
+6561 silly gunzTarPerm modes [ '775', '664' ]
+6562 silly gunzTarPerm modes [ '775', '664' ]
+6563 silly gunzTarPerm modes [ '775', '664' ]
+6564 silly gunzTarPerm modes [ '775', '664' ]
+6565 silly gunzTarPerm modes [ '775', '664' ]
+6566 silly gunzTarPerm modes [ '775', '664' ]
+6567 silly gunzTarPerm modes [ '775', '664' ]
+6568 silly gunzTarPerm modes [ '775', '664' ]
+6569 silly gunzTarPerm modes [ '775', '664' ]
+6570 silly gunzTarPerm modes [ '775', '664' ]
+6571 silly gunzTarPerm modes [ '775', '664' ]
+6572 silly gunzTarPerm modes [ '775', '664' ]
+6573 silly gunzTarPerm modes [ '775', '664' ]
+6574 silly gunzTarPerm modes [ '775', '664' ]
+6575 silly gunzTarPerm modes [ '775', '664' ]
+6576 silly gunzTarPerm modes [ '775', '664' ]
+6577 silly gunzTarPerm modes [ '775', '664' ]
+6578 silly gunzTarPerm modes [ '775', '664' ]
+6579 silly gunzTarPerm modes [ '775', '664' ]
+6580 silly gunzTarPerm modes [ '775', '664' ]
+6581 verbose tar unpack /home/adhisimon/.npm/strftime/0.9.2/package.tgz
+6582 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/strftime-910ef4af
+6583 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/strftime-910ef4af is being purged
+6584 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/strftime-910ef4af
+6585 silly gunzTarPerm modes [ '775', '664' ]
+6586 silly gunzTarPerm modes [ '775', '664' ]
+6587 silly gunzTarPerm modes [ '775', '664' ]
+6588 silly gunzTarPerm modes [ '775', '664' ]
+6589 silly gunzTarPerm modes [ '775', '664' ]
+6590 silly gunzTarPerm modes [ '775', '664' ]
+6591 silly gunzTarPerm modes [ '775', '664' ]
+6592 silly gunzTarPerm modes [ '775', '664' ]
+6593 silly gunzTarPerm modes [ '775', '664' ]
+6594 silly gunzTarPerm modes [ '775', '664' ]
+6595 silly gunzTarPerm modes [ '775', '664' ]
+6596 silly gunzTarPerm modes [ '775', '664' ]
+6597 silly gunzTarPerm modes [ '775', '664' ]
+6598 silly gunzTarPerm modes [ '775', '664' ]
+6599 verbose tar unpack /home/adhisimon/.npm/node-uuid/1.4.7/package.tgz
+6600 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-uuid-3dc61abe
+6601 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-uuid-3dc61abe is being purged
+6602 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-uuid-3dc61abe
+6603 silly gunzTarPerm modes [ '775', '664' ]
+6604 silly gunzTarPerm modes [ '775', '664' ]
+6605 silly gunzTarPerm modes [ '775', '664' ]
+6606 silly gunzTarPerm modes [ '775', '664' ]
+6607 silly gunzTarPerm modes [ '775', '664' ]
+6608 silly gunzTarPerm modes [ '775', '664' ]
+6609 silly gunzTarPerm modes [ '775', '664' ]
+6610 silly gunzTarPerm modes [ '775', '664' ]
+6611 silly gunzTarPerm modes [ '775', '664' ]
+6612 silly gunzTarPerm modes [ '775', '664' ]
+6613 silly gunzTarPerm modes [ '775', '664' ]
+6614 silly gunzTarPerm modes [ '775', '664' ]
+6615 silly gunzTarPerm modes [ '775', '664' ]
+6616 silly gunzTarPerm modes [ '775', '664' ]
+6617 silly gunzTarPerm modes [ '775', '664' ]
+6618 silly gunzTarPerm modes [ '775', '664' ]
+6619 silly gunzTarPerm modes [ '775', '664' ]
+6620 silly gunzTarPerm modes [ '775', '664' ]
+6621 silly gunzTarPerm modes [ '775', '664' ]
+6622 silly gunzTarPerm modes [ '775', '664' ]
+6623 silly gunzTarPerm modes [ '775', '664' ]
+6624 silly gunzTarPerm modes [ '775', '664' ]
+6625 silly gunzTarPerm modes [ '775', '664' ]
+6626 silly gunzTarPerm modes [ '775', '664' ]
+6627 silly gunzTarPerm modes [ '775', '664' ]
+6628 silly gunzTarPerm modes [ '775', '664' ]
+6629 silly gunzTarPerm modes [ '775', '664' ]
+6630 silly gunzTarPerm modes [ '775', '664' ]
+6631 silly gunzTarPerm modes [ '775', '664' ]
+6632 silly gunzTarPerm modes [ '775', '664' ]
+6633 silly gunzTarPerm modes [ '775', '664' ]
+6634 silly gunzTarPerm modes [ '775', '664' ]
+6635 silly gunzTarPerm modes [ '775', '664' ]
+6636 silly gunzTarPerm modes [ '775', '664' ]
+6637 silly gunzTarPerm modes [ '775', '664' ]
+6638 silly gunzTarPerm modes [ '775', '664' ]
+6639 silly gunzTarPerm modes [ '775', '664' ]
+6640 silly gunzTarPerm modes [ '775', '664' ]
+6641 silly gunzTarPerm modes [ '775', '664' ]
+6642 silly gunzTarPerm modes [ '775', '664' ]
+6643 verbose tar unpack /home/adhisimon/.npm/sshpk/1.9.2/package.tgz
+6644 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sshpk-83c2b96b
+6645 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sshpk-83c2b96b is being purged
+6646 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sshpk-83c2b96b
+6647 silly gunzTarPerm modes [ '775', '664' ]
+6648 silly gunzTarPerm modes [ '775', '664' ]
+6649 silly gunzTarPerm modes [ '775', '664' ]
+6650 silly gunzTarPerm modes [ '775', '664' ]
+6651 silly gunzTarPerm modes [ '775', '664' ]
+6652 silly gunzTarPerm modes [ '775', '664' ]
+6653 silly gunzTarPerm modes [ '775', '664' ]
+6654 silly gunzTarPerm modes [ '775', '664' ]
+6655 silly gunzTarPerm modes [ '775', '664' ]
+6656 verbose tar unpack /home/adhisimon/.npm/har-validator/1.8.0/package.tgz
+6657 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-4fd214a7
+6658 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-4fd214a7 is being purged
+6659 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-4fd214a7
+6660 silly gunzTarPerm modes [ '775', '664' ]
+6661 silly gunzTarPerm modes [ '775', '664' ]
+6662 verbose tar unpack /home/adhisimon/.npm/har-validator/2.0.6/package.tgz
+6663 verbose tar unpacking to /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-b74d95a7
+6664 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-b74d95a7 is being purged
+6665 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-b74d95a7
+6666 silly gunzTarPerm modes [ '775', '664' ]
+6667 silly gunzTarPerm modes [ '775', '664' ]
+6668 silly gunzTarPerm modes [ '775', '664' ]
+6669 silly gunzTarPerm modes [ '775', '664' ]
+6670 silly gunzTarPerm modes [ '775', '664' ]
+6671 silly gunzTarPerm modes [ '775', '664' ]
+6672 silly gunzTarPerm modes [ '775', '664' ]
+6673 silly gunzTarPerm modes [ '775', '664' ]
+6674 silly gunzTarPerm modes [ '775', '664' ]
+6675 silly gunzTarPerm modes [ '775', '664' ]
+6676 silly gunzTarPerm extractEntry package.json
+6677 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6678 silly gunzTarPerm extractEntry package.json
+6679 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6680 silly gunzTarPerm extractEntry package.json
+6681 silly gunzTarPerm extractEntry package.json
+6682 silly gunzTarPerm extractEntry package.json
+6683 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6684 silly gunzTarPerm extractEntry package.json
+6685 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6686 silly gunzTarPerm extractEntry package.json
+6687 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6688 silly gunzTarPerm extractEntry package.json
+6689 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6690 silly gunzTarPerm extractEntry package.json
+6691 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6692 silly gunzTarPerm extractEntry package.json
+6693 silly gunzTarPerm extractEntry package.json
+6694 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6695 silly gunzTarPerm extractEntry package.json
+6696 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6697 silly gunzTarPerm extractEntry package.json
+6698 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6699 silly gunzTarPerm extractEntry package.json
+6700 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
+6701 silly gunzTarPerm extractEntry package.json
+6702 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6703 silly gunzTarPerm extractEntry package.json
+6704 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6705 silly gunzTarPerm extractEntry package.json
+6706 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6707 silly gunzTarPerm extractEntry package.json
+6708 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6709 silly gunzTarPerm extractEntry package.json
+6710 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6711 silly gunzTarPerm extractEntry package.json
+6712 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6713 silly gunzTarPerm extractEntry package.json
+6714 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6715 silly gunzTarPerm extractEntry package.json
+6716 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6717 silly gunzTarPerm extractEntry package.json
+6718 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
+6719 silly gunzTarPerm extractEntry package.json
+6720 silly gunzTarPerm extractEntry package.json
+6721 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6722 silly gunzTarPerm extractEntry package.json
+6723 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6724 silly gunzTarPerm extractEntry package.json
+6725 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6726 silly gunzTarPerm extractEntry package.json
+6727 silly gunzTarPerm extractEntry package.json
+6728 silly gunzTarPerm extractEntry package.json
+6729 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6730 silly gunzTarPerm extractEntry package.json
+6731 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6732 silly gunzTarPerm extractEntry package.json
+6733 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6734 silly gunzTarPerm extractEntry package.json
+6735 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6736 silly gunzTarPerm extractEntry package.json
+6737 silly gunzTarPerm extractEntry package.json
+6738 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6739 silly gunzTarPerm extractEntry package.json
+6740 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6741 silly gunzTarPerm extractEntry package.json
+6742 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6743 silly gunzTarPerm extractEntry package.json
+6744 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6745 silly gunzTarPerm extractEntry package.json
+6746 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6747 silly gunzTarPerm extractEntry package.json
+6748 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6749 silly gunzTarPerm extractEntry package.json
+6750 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
+6751 silly gunzTarPerm extractEntry package.json
+6752 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6753 silly gunzTarPerm extractEntry package.json
+6754 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6755 silly gunzTarPerm extractEntry package.json
+6756 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6757 silly gunzTarPerm extractEntry package.json
+6758 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6759 silly gunzTarPerm extractEntry package.json
+6760 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6761 silly gunzTarPerm extractEntry package.json
+6762 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6763 silly gunzTarPerm extractEntry package.json
+6764 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6765 silly gunzTarPerm extractEntry package.json
+6766 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6767 silly gunzTarPerm extractEntry package.json
+6768 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6769 silly gunzTarPerm extractEntry package.json
+6770 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6771 silly gunzTarPerm extractEntry package.json
+6772 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6773 silly gunzTarPerm extractEntry package.json
+6774 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6775 silly gunzTarPerm extractEntry package.json
+6776 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6777 silly gunzTarPerm extractEntry package.json
+6778 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6779 silly gunzTarPerm extractEntry package.json
+6780 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6781 silly gunzTarPerm extractEntry package.json
+6782 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6783 silly gunzTarPerm extractEntry package.json
+6784 silly gunzTarPerm extractEntry package.json
+6785 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6786 silly gunzTarPerm extractEntry .npmignore
+6787 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6788 silly gunzTarPerm extractEntry package.json
+6789 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6790 silly gunzTarPerm extractEntry package.json
+6791 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6792 silly gunzTarPerm extractEntry package.json
+6793 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6794 silly gunzTarPerm extractEntry package.json
+6795 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6796 silly gunzTarPerm extractEntry .gitignore
+6797 silly gunzTarPerm modified mode [ '.gitignore', 420, 436 ]
+6798 silly gunzTarPerm extractEntry package.json
+6799 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6800 silly gunzTarPerm extractEntry package.json
+6801 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6802 silly gunzTarPerm extractEntry package.json
+6803 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6804 silly gunzTarPerm extractEntry package.json
+6805 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
+6806 silly gunzTarPerm extractEntry package.json
+6807 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
+6808 silly gunzTarPerm extractEntry package.json
+6809 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6810 silly gunzTarPerm extractEntry package.json
+6811 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6812 silly gunzTarPerm extractEntry package.json
+6813 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6814 silly gunzTarPerm extractEntry package.json
+6815 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6816 silly gunzTarPerm extractEntry package.json
+6817 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6818 silly gunzTarPerm extractEntry package.json
+6819 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6820 silly gunzTarPerm extractEntry package.json
+6821 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6822 silly gunzTarPerm extractEntry package.json
+6823 silly gunzTarPerm extractEntry package.json
+6824 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6825 silly gunzTarPerm extractEntry package.json
+6826 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6827 silly gunzTarPerm extractEntry package.json
+6828 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6829 silly gunzTarPerm extractEntry package.json
+6830 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6831 silly gunzTarPerm extractEntry package.json
+6832 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6833 silly gunzTarPerm extractEntry package.json
+6834 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6835 silly gunzTarPerm extractEntry
+6836 silly gunzTarPerm extractEntry package.json
+6837 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6838 silly gunzTarPerm extractEntry package.json
+6839 silly gunzTarPerm extractEntry package.json
+6840 silly gunzTarPerm extractEntry package.json
+6841 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6842 silly gunzTarPerm extractEntry package.json
+6843 silly gunzTarPerm extractEntry package.json
+6844 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6845 silly gunzTarPerm extractEntry package.json
+6846 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6847 silly gunzTarPerm extractEntry package.json
+6848 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6849 silly gunzTarPerm extractEntry package.json
+6850 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6851 silly gunzTarPerm extractEntry package.json
+6852 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6853 silly gunzTarPerm extractEntry package.json
+6854 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6855 silly gunzTarPerm extractEntry package.json
+6856 silly gunzTarPerm extractEntry package.json
+6857 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6858 silly gunzTarPerm extractEntry package.json
+6859 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6860 silly gunzTarPerm extractEntry package.json
+6861 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6862 silly gunzTarPerm extractEntry package.json
+6863 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6864 silly gunzTarPerm extractEntry package.json
+6865 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6866 silly gunzTarPerm extractEntry package.json
+6867 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6868 silly gunzTarPerm extractEntry package.json
+6869 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6870 silly gunzTarPerm extractEntry package.json
+6871 silly gunzTarPerm extractEntry package.json
+6872 silly gunzTarPerm extractEntry package.json
+6873 silly gunzTarPerm extractEntry package.json
+6874 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6875 silly gunzTarPerm extractEntry package.json
+6876 silly gunzTarPerm extractEntry package.json
+6877 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6878 silly gunzTarPerm extractEntry package.json
+6879 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6880 silly gunzTarPerm extractEntry package.json
+6881 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6882 silly gunzTarPerm extractEntry package.json
+6883 silly gunzTarPerm extractEntry package.json
+6884 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6885 silly gunzTarPerm extractEntry package.json
+6886 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6887 silly gunzTarPerm extractEntry package.json
+6888 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6889 silly gunzTarPerm extractEntry package.json
+6890 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6891 silly gunzTarPerm extractEntry package.json
+6892 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6893 silly gunzTarPerm extractEntry package.json
+6894 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6895 silly gunzTarPerm extractEntry package.json
+6896 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+6897 silly gunzTarPerm extractEntry index.js
+6898 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+6899 silly gunzTarPerm extractEntry license
+6900 silly gunzTarPerm modified mode [ 'license', 420, 436 ]
+6901 silly gunzTarPerm extractEntry .npmignore
+6902 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6903 silly gunzTarPerm extractEntry README.md
+6904 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6905 silly gunzTarPerm extractEntry README.md
+6906 silly gunzTarPerm extractEntry assert.js
+6907 silly gunzTarPerm extractEntry README.md
+6908 silly gunzTarPerm extractEntry README.md
+6909 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6910 silly gunzTarPerm extractEntry LICENSE
+6911 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+6912 silly gunzTarPerm extractEntry .npmignore
+6913 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6914 silly gunzTarPerm extractEntry README.md
+6915 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6916 silly gunzTarPerm extractEntry README.md
+6917 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6918 silly gunzTarPerm extractEntry bindings.js
+6919 silly gunzTarPerm modified mode [ 'bindings.js', 420, 436 ]
+6920 silly gunzTarPerm extractEntry .npmignore
+6921 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6922 silly gunzTarPerm extractEntry README.md
+6923 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6924 silly gunzTarPerm extractEntry LICENSE
+6925 silly gunzTarPerm extractEntry .npmignore
+6926 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6927 silly gunzTarPerm extractEntry README.md
+6928 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6929 silly gunzTarPerm extractEntry README.md
+6930 silly gunzTarPerm extractEntry .npmignore
+6931 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6932 silly gunzTarPerm extractEntry README.md
+6933 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6934 silly gunzTarPerm extractEntry README.md
+6935 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6936 silly gunzTarPerm extractEntry LICENSE
+6937 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+6938 silly gunzTarPerm extractEntry safe.js
+6939 silly gunzTarPerm modified mode [ 'safe.js', 420, 436 ]
+6940 silly gunzTarPerm extractEntry .travis.yml
+6941 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+6942 silly gunzTarPerm extractEntry .npmignore
+6943 silly gunzTarPerm modified mode [ '.npmignore', 438, 436 ]
+6944 silly gunzTarPerm extractEntry README
+6945 silly gunzTarPerm modified mode [ 'README', 438, 436 ]
+6946 silly gunzTarPerm extractEntry README.md
+6947 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6948 silly gunzTarPerm extractEntry cycle.js
+6949 silly gunzTarPerm modified mode [ 'cycle.js', 420, 436 ]
+6950 silly gunzTarPerm extractEntry LICENSE
+6951 silly gunzTarPerm extractEntry README.md
+6952 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6953 silly gunzTarPerm extractEntry assert.js
+6954 silly gunzTarPerm modified mode [ 'assert.js', 420, 436 ]
+6955 silly gunzTarPerm extractEntry README.md
+6956 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6957 silly gunzTarPerm extractEntry etc/dashdash.bash_completion.in
+6958 silly gunzTarPerm modified mode [ 'etc/dashdash.bash_completion.in', 420, 436 ]
+6959 silly gunzTarPerm extractEntry lib/dashdash.js
+6960 silly gunzTarPerm modified mode [ 'lib/dashdash.js', 420, 436 ]
+6961 silly gunzTarPerm extractEntry .npmignore
+6962 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6963 silly gunzTarPerm extractEntry License
+6964 silly gunzTarPerm modified mode [ 'License', 420, 436 ]
+6965 silly gunzTarPerm extractEntry License
+6966 silly gunzTarPerm modified mode [ 'License', 420, 436 ]
+6967 silly gunzTarPerm extractEntry Readme.md
+6968 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+6969 silly gunzTarPerm extractEntry index.js
+6970 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+6971 silly gunzTarPerm extractEntry license
+6972 silly gunzTarPerm modified mode [ 'license', 420, 436 ]
+6973 silly gunzTarPerm extractEntry .npmignore
+6974 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6975 silly gunzTarPerm extractEntry README.md
+6976 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6977 silly gunzTarPerm extractEntry README.md
+6978 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6979 silly gunzTarPerm extractEntry LICENSE
+6980 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+6981 silly gunzTarPerm extractEntry README.md
+6982 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
+6983 silly gunzTarPerm extractEntry LICENSE
+6984 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
+6985 silly gunzTarPerm extractEntry README.md
+6986 silly gunzTarPerm extractEntry LICENSE
+6987 silly gunzTarPerm extractEntry README.md
+6988 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6989 silly gunzTarPerm extractEntry .eslintrc
+6990 silly gunzTarPerm modified mode [ '.eslintrc', 420, 436 ]
+6991 silly gunzTarPerm extractEntry .npmignore
+6992 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+6993 silly gunzTarPerm extractEntry README.md
+6994 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6995 silly gunzTarPerm extractEntry README.md
+6996 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+6997 silly gunzTarPerm extractEntry assert.js
+6998 silly gunzTarPerm modified mode [ 'assert.js', 420, 436 ]
+6999 silly gunzTarPerm extractEntry .npmignore
+7000 silly gunzTarPerm extractEntry README.md
+7001 silly gunzTarPerm extractEntry .npmignore
+7002 silly gunzTarPerm extractEntry README.md
+7003 silly gunzTarPerm extractEntry LICENSE
+7004 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7005 silly gunzTarPerm extractEntry index.js
+7006 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7007 silly gunzTarPerm extractEntry index.js
+7008 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7009 silly gunzTarPerm extractEntry license
+7010 silly gunzTarPerm modified mode [ 'license', 420, 436 ]
+7011 silly gunzTarPerm extractEntry .npmignore
+7012 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7013 silly gunzTarPerm extractEntry README.md
+7014 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7015 silly gunzTarPerm extractEntry .npmignore
+7016 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7017 silly gunzTarPerm extractEntry README.md
+7018 silly gunzTarPerm modified mode [ 'README.md', 493, 509 ]
+7019 silly gunzTarPerm extractEntry .npmignore
+7020 silly gunzTarPerm extractEntry README.md
+7021 silly gunzTarPerm extractEntry .npmignore
+7022 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7023 silly gunzTarPerm extractEntry README.md
+7024 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7025 silly gunzTarPerm extractEntry .npmignore
+7026 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7027 silly gunzTarPerm extractEntry README.md
+7028 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7029 silly gunzTarPerm extractEntry README.md
+7030 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7031 silly gunzTarPerm extractEntry index.js
+7032 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7033 silly gunzTarPerm extractEntry .npmignore
+7034 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7035 silly gunzTarPerm extractEntry README.md
+7036 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7037 silly gunzTarPerm extractEntry .npmignore
+7038 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7039 silly gunzTarPerm extractEntry README.md
+7040 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7041 silly gunzTarPerm extractEntry .npmignore
+7042 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7043 silly gunzTarPerm extractEntry README.md
+7044 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7045 silly gunzTarPerm extractEntry README.md
+7046 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
+7047 silly gunzTarPerm extractEntry draft-zyp-json-schema-03.xml
+7048 silly gunzTarPerm modified mode [ 'draft-zyp-json-schema-03.xml', 438, 436 ]
+7049 silly gunzTarPerm extractEntry .npmignore
+7050 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7051 silly gunzTarPerm extractEntry README.md
+7052 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7053 silly gunzTarPerm extractEntry .npmignore
+7054 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7055 silly gunzTarPerm extractEntry README.md
+7056 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7057 silly gunzTarPerm extractEntry README.md
+7058 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7059 silly gunzTarPerm extractEntry jsonpointer.js
+7060 silly gunzTarPerm modified mode [ 'jsonpointer.js', 420, 436 ]
+7061 silly gunzTarPerm extractEntry README.md
+7062 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7063 silly gunzTarPerm extractEntry index.js
+7064 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7065 silly gunzTarPerm extractEntry README.md
+7066 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7067 silly gunzTarPerm extractEntry index.js
+7068 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7069 silly gunzTarPerm extractEntry README.md
+7070 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7071 silly gunzTarPerm extractEntry LICENSE
+7072 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7073 silly gunzTarPerm extractEntry README.md
+7074 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7075 silly gunzTarPerm extractEntry index.js
+7076 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7077 silly gunzTarPerm extractEntry README.md
+7078 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7079 silly gunzTarPerm extractEntry LICENSE
+7080 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7081 silly gunzTarPerm extractEntry README.md
+7082 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7083 silly gunzTarPerm extractEntry LICENSE
+7084 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7085 silly gunzTarPerm extractEntry README.md
+7086 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7087 silly gunzTarPerm extractEntry LICENSE
+7088 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7089 silly gunzTarPerm extractEntry README.md
+7090 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7091 silly gunzTarPerm extractEntry index.js
+7092 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7093 silly gunzTarPerm extractEntry README.md
+7094 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7095 silly gunzTarPerm extractEntry index.js
+7096 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7097 silly gunzTarPerm extractEntry README.md
+7098 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7099 silly gunzTarPerm extractEntry index.js
+7100 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7101 silly gunzTarPerm extractEntry README.md
+7102 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7103 silly gunzTarPerm extractEntry index.js
+7104 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7105 silly gunzTarPerm extractEntry LICENSE
+7106 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7107 silly gunzTarPerm extractEntry bundle.js
+7108 silly gunzTarPerm modified mode [ 'bundle.js', 420, 436 ]
+7109 silly gunzTarPerm extractEntry LICENSE
+7110 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7111 silly gunzTarPerm extractEntry index.js
+7112 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7113 silly gunzTarPerm extractEntry README.md
+7114 silly gunzTarPerm extractEntry .npmignore
+7115 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7116 silly gunzTarPerm extractEntry LICENSE
+7117 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7118 silly gunzTarPerm extractEntry lib/
+7119 silly gunzTarPerm modified mode [ 'lib/', 493, 509 ]
+7120 silly gunzTarPerm extractEntry lib/ber/
+7121 silly gunzTarPerm modified mode [ 'lib/ber/', 493, 509 ]
+7122 silly gunzTarPerm extractEntry README.md
+7123 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7124 silly gunzTarPerm extractEntry assert.js
+7125 silly gunzTarPerm modified mode [ 'assert.js', 420, 436 ]
+7126 silly gunzTarPerm extractEntry README.md
+7127 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7128 silly gunzTarPerm extractEntry include_dirs.js
+7129 silly gunzTarPerm extractEntry README.md
+7130 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7131 silly gunzTarPerm extractEntry LICENSE
+7132 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7133 silly gunzTarPerm extractEntry README.md
+7134 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7135 silly gunzTarPerm extractEntry index.js
+7136 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7137 silly gunzTarPerm extractEntry License
+7138 silly gunzTarPerm modified mode [ 'License', 420, 436 ]
+7139 silly gunzTarPerm extractEntry Makefile
+7140 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+7141 silly gunzTarPerm extractEntry License
+7142 silly gunzTarPerm modified mode [ 'License', 420, 436 ]
+7143 silly gunzTarPerm extractEntry Readme.md
+7144 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+7145 silly gunzTarPerm extractEntry .npmignore
+7146 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7147 silly gunzTarPerm extractEntry README.md
+7148 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7149 silly gunzTarPerm extractEntry README.md
+7150 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7151 silly gunzTarPerm extractEntry index.js
+7152 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7153 silly gunzTarPerm extractEntry README.md
+7154 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
+7155 silly gunzTarPerm extractEntry LICENSE
+7156 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
+7157 silly gunzTarPerm extractEntry README.md
+7158 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
+7159 silly gunzTarPerm extractEntry LICENSE
+7160 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
+7161 silly gunzTarPerm extractEntry LICENSE
+7162 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7163 silly gunzTarPerm extractEntry component.json
+7164 silly gunzTarPerm modified mode [ 'component.json', 420, 436 ]
+7165 silly gunzTarPerm extractEntry .travis.yml
+7166 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7167 silly gunzTarPerm extractEntry bower.json
+7168 silly gunzTarPerm modified mode [ 'bower.json', 420, 436 ]
+7169 silly gunzTarPerm extractEntry lib/async.js
+7170 silly gunzTarPerm modified mode [ 'lib/async.js', 420, 436 ]
+7171 silly gunzTarPerm extractEntry support/sync-package-managers.js
+7172 silly gunzTarPerm modified mode [ 'support/sync-package-managers.js', 493, 509 ]
+7173 silly gunzTarPerm extractEntry lib/form_data.js
+7174 silly gunzTarPerm modified mode [ 'lib/form_data.js', 420, 436 ]
+7175 silly gunzTarPerm extractEntry License
+7176 silly gunzTarPerm modified mode [ 'License', 420, 436 ]
+7177 silly gunzTarPerm extractEntry .npmignore
+7178 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7179 silly gunzTarPerm extractEntry README.md
+7180 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7181 silly gunzTarPerm extractEntry .npmignore
+7182 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7183 silly gunzTarPerm extractEntry node.js
+7184 silly gunzTarPerm modified mode [ 'node.js', 420, 436 ]
+7185 silly gunzTarPerm extractEntry .npmignore
+7186 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7187 silly gunzTarPerm extractEntry README.md
+7188 silly gunzTarPerm modified mode [ 'README.md', 493, 509 ]
+7189 silly gunzTarPerm extractEntry README.md
+7190 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7191 silly gunzTarPerm extractEntry LICENSE
+7192 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7193 silly gunzTarPerm extractEntry .npmignore
+7194 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7195 silly gunzTarPerm extractEntry README.md
+7196 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7197 silly gunzTarPerm extractEntry .npmignore
+7198 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7199 silly gunzTarPerm extractEntry README.md
+7200 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7201 silly gunzTarPerm extractEntry README.md
+7202 silly gunzTarPerm extractEntry LICENSE
+7203 silly gunzTarPerm extractEntry index.js
+7204 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7205 silly gunzTarPerm extractEntry license
+7206 silly gunzTarPerm modified mode [ 'license', 420, 436 ]
+7207 silly gunzTarPerm extractEntry index.js
+7208 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7209 silly gunzTarPerm extractEntry license
+7210 silly gunzTarPerm modified mode [ 'license', 420, 436 ]
+7211 silly gunzTarPerm extractEntry .npmignore
+7212 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7213 silly gunzTarPerm extractEntry README.md
+7214 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7215 silly gunzTarPerm extractEntry README.md
+7216 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7217 silly gunzTarPerm extractEntry punycode.js
+7218 silly gunzTarPerm modified mode [ 'punycode.js', 420, 436 ]
+7219 silly gunzTarPerm extractEntry .project
+7220 silly gunzTarPerm modified mode [ '.project', 420, 436 ]
+7221 silly gunzTarPerm extractEntry readme.md
+7222 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7223 silly gunzTarPerm extractEntry decode.js
+7224 silly gunzTarPerm modified mode [ 'decode.js', 420, 436 ]
+7225 silly gunzTarPerm extractEntry encode.js
+7226 silly gunzTarPerm modified mode [ 'encode.js', 420, 436 ]
+7227 silly gunzTarPerm extractEntry .npmignore
+7228 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7229 silly gunzTarPerm extractEntry README.md
+7230 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7231 silly gunzTarPerm extractEntry .npmignore
+7232 silly gunzTarPerm extractEntry README.md
+7233 silly gunzTarPerm extractEntry .npmignore
+7234 silly gunzTarPerm extractEntry README.md
+7235 silly gunzTarPerm extractEntry README.md
+7236 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7237 silly gunzTarPerm extractEntry assert.js
+7238 silly gunzTarPerm modified mode [ 'assert.js', 420, 436 ]
+7239 silly gunzTarPerm extractEntry .npmignore
+7240 silly gunzTarPerm extractEntry README.md
+7241 silly gunzTarPerm extractEntry .npmignore
+7242 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7243 silly gunzTarPerm extractEntry License
+7244 silly gunzTarPerm modified mode [ 'License', 420, 436 ]
+7245 silly gunzTarPerm extractEntry .npmignore
+7246 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7247 silly gunzTarPerm extractEntry README.md
+7248 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7249 silly gunzTarPerm extractEntry index.js
+7250 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7251 silly gunzTarPerm extractEntry license
+7252 silly gunzTarPerm modified mode [ 'license', 420, 436 ]
+7253 silly gunzTarPerm extractEntry index.js
+7254 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7255 silly gunzTarPerm extractEntry license
+7256 silly gunzTarPerm modified mode [ 'license', 420, 436 ]
+7257 silly gunzTarPerm extractEntry README.md
+7258 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7259 silly gunzTarPerm extractEntry _tls_wrap-0.11.10.js
+7260 silly gunzTarPerm modified mode [ '_tls_wrap-0.11.10.js', 420, 436 ]
+7261 silly gunzTarPerm extractEntry README.md
+7262 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7263 silly gunzTarPerm extractEntry LICENSE
+7264 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7265 silly gunzTarPerm extractEntry README.md
+7266 silly gunzTarPerm extractEntry LICENSE
+7267 silly gunzTarPerm extractEntry README.md
+7268 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7269 silly gunzTarPerm extractEntry .npmignore
+7270 silly gunzTarPerm extractEntry README.md
+7271 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7272 silly gunzTarPerm extractEntry .npmignore
+7273 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7274 silly gunzTarPerm extractEntry README.md
+7275 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7276 silly gunzTarPerm extractEntry README.md
+7277 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7278 silly gunzTarPerm extractEntry LICENSE
+7279 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7280 silly gunzTarPerm extractEntry .npmignore
+7281 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7282 silly gunzTarPerm extractEntry README.md
+7283 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7284 silly gunzTarPerm extractEntry LICENSE
+7285 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7286 silly gunzTarPerm extractEntry README.md
+7287 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7288 silly gunzTarPerm extractEntry CHANGELOG.md
+7289 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
+7290 silly gunzTarPerm extractEntry lib/parser.js
+7291 silly gunzTarPerm modified mode [ 'lib/parser.js', 420, 436 ]
+7292 silly gunzTarPerm extractEntry lib/websocket_extensions.js
+7293 silly gunzTarPerm modified mode [ 'lib/websocket_extensions.js', 420, 436 ]
+7294 silly gunzTarPerm extractEntry lib/pipeline/README.md
+7295 silly gunzTarPerm modified mode [ 'lib/pipeline/README.md', 420, 436 ]
+7296 silly gunzTarPerm extractEntry lib/pipeline/cell.js
+7297 silly gunzTarPerm modified mode [ 'lib/pipeline/cell.js', 420, 436 ]
+7298 silly gunzTarPerm extractEntry lib/pipeline/functor.js
+7299 silly gunzTarPerm modified mode [ 'lib/pipeline/functor.js', 420, 436 ]
+7300 silly gunzTarPerm extractEntry lib/pipeline/index.js
+7301 silly gunzTarPerm modified mode [ 'lib/pipeline/index.js', 420, 436 ]
+7302 silly gunzTarPerm extractEntry lib/pipeline/pledge.js
+7303 silly gunzTarPerm modified mode [ 'lib/pipeline/pledge.js', 420, 436 ]
+7304 silly gunzTarPerm extractEntry lib/pipeline/ring_buffer.js
+7305 silly gunzTarPerm modified mode [ 'lib/pipeline/ring_buffer.js', 420, 436 ]
+7306 silly gunzTarPerm extractEntry README.md
+7307 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7308 silly gunzTarPerm extractEntry CHANGELOG.md
+7309 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
+7310 silly gunzTarPerm extractEntry README.md
+7311 silly gunzTarPerm extractEntry CHANGELOG.md
+7312 silly gunzTarPerm extractEntry README.md
+7313 silly gunzTarPerm extractEntry .npmignore
+7314 silly gunzTarPerm extractEntry README.md
+7315 silly gunzTarPerm extractEntry .npmignore
+7316 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7317 silly gunzTarPerm extractEntry README.md
+7318 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7319 silly gunzTarPerm extractEntry .npmignore
+7320 silly gunzTarPerm extractEntry README.md
+7321 silly gunzTarPerm extractEntry LICENSE
+7322 silly gunzTarPerm extractEntry bower.json
+7323 silly gunzTarPerm extractEntry CHANGELOG.md
+7324 silly gunzTarPerm extractEntry .jshintrc
+7325 silly gunzTarPerm extractEntry component.json
+7326 silly gunzTarPerm extractEntry lib/async.js
+7327 silly gunzTarPerm extractEntry support/sync-package-managers.js
+7328 silly gunzTarPerm extractEntry .travis.yml
+7329 silly gunzTarPerm extractEntry .npmignore
+7330 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7331 silly gunzTarPerm extractEntry README.md
+7332 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7333 silly gunzTarPerm extractEntry README.md
+7334 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7335 silly gunzTarPerm extractEntry LICENSE
+7336 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7337 silly gunzTarPerm extractEntry .npmignore
+7338 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7339 silly gunzTarPerm extractEntry examples/echo-groupchat.js
+7340 silly gunzTarPerm modified mode [ 'examples/echo-groupchat.js', 420, 436 ]
+7341 silly gunzTarPerm extractEntry .npmignore
+7342 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7343 silly gunzTarPerm extractEntry README.md
+7344 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7345 silly gunzTarPerm extractEntry .npmignore
+7346 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7347 silly gunzTarPerm extractEntry README.md
+7348 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7349 silly gunzTarPerm extractEntry .npmignore
+7350 silly gunzTarPerm extractEntry README.md
+7351 silly gunzTarPerm extractEntry .npmignore
+7352 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7353 silly gunzTarPerm extractEntry test.js
+7354 silly gunzTarPerm modified mode [ 'test.js', 493, 509 ]
+7355 silly gunzTarPerm extractEntry .npmignore
+7356 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7357 silly gunzTarPerm extractEntry README.md
+7358 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7359 silly gunzTarPerm extractEntry .gitignore
+7360 silly gunzTarPerm extractEntry .travis.yml
+7361 silly gunzTarPerm extractEntry README.md
+7362 silly gunzTarPerm extractEntry .npmignore
+7363 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
+7364 silly gunzTarPerm extractEntry README.md
+7365 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7366 silly gunzTarPerm extractEntry README.md
+7367 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7368 silly gunzTarPerm extractEntry LICENSE
+7369 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7370 silly gunzTarPerm extractEntry README.md
+7371 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7372 silly gunzTarPerm extractEntry LICENSE
+7373 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7374 silly gunzTarPerm extractEntry index.js
+7375 silly gunzTarPerm extractEntry package.json
+7376 silly gunzTarPerm extractEntry index.js
+7377 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7378 silly gunzTarPerm extractEntry LICENSE
+7379 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
+7380 silly gunzTarPerm extractEntry ctio.js
+7381 silly gunzTarPerm modified mode [ 'ctio.js', 438, 436 ]
+7382 silly gunzTarPerm extractEntry Makefile
+7383 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+7384 silly gunzTarPerm extractEntry lib/extsprintf.js
+7385 silly gunzTarPerm modified mode [ 'lib/extsprintf.js', 420, 436 ]
+7386 silly gunzTarPerm extractEntry LICENSE
+7387 silly gunzTarPerm extractEntry .travis.yml
+7388 silly gunzTarPerm extractEntry LICENSE
+7389 silly gunzTarPerm extractEntry index.js
+7390 silly gunzTarPerm extractEntry LICENSE
+7391 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7392 silly gunzTarPerm extractEntry lib/ber/errors.js
+7393 silly gunzTarPerm modified mode [ 'lib/ber/errors.js', 420, 436 ]
+7394 silly gunzTarPerm extractEntry lib/ber/index.js
+7395 silly gunzTarPerm modified mode [ 'lib/ber/index.js', 420, 436 ]
+7396 silly gunzTarPerm extractEntry lib/ber/reader.js
+7397 silly gunzTarPerm modified mode [ 'lib/ber/reader.js', 420, 436 ]
+7398 silly gunzTarPerm extractEntry index.js
+7399 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7400 silly gunzTarPerm extractEntry package.json
+7401 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+7402 silly gunzTarPerm extractEntry Readme.md
+7403 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+7404 silly gunzTarPerm extractEntry index.js
+7405 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7406 silly gunzTarPerm extractEntry Readme.md
+7407 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+7408 silly gunzTarPerm extractEntry index.js
+7409 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7410 silly gunzTarPerm extractEntry test.js
+7411 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7412 silly gunzTarPerm extractEntry example.js
+7413 silly gunzTarPerm modified mode [ 'example.js', 420, 436 ]
+7414 silly gunzTarPerm extractEntry stringstream.js
+7415 silly gunzTarPerm modified mode [ 'stringstream.js', 420, 436 ]
+7416 silly gunzTarPerm extractEntry index.js
+7417 silly gunzTarPerm extractEntry LICENSE
+7418 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7419 silly gunzTarPerm extractEntry jsl.node.conf
+7420 silly gunzTarPerm modified mode [ 'jsl.node.conf', 420, 436 ]
+7421 silly gunzTarPerm extractEntry CHANGES.md
+7422 silly gunzTarPerm modified mode [ 'CHANGES.md', 420, 436 ]
+7423 silly gunzTarPerm extractEntry lib/jsprim.js
+7424 silly gunzTarPerm modified mode [ 'lib/jsprim.js', 420, 436 ]
+7425 silly gunzTarPerm extractEntry ini.js
+7426 silly gunzTarPerm modified mode [ 'ini.js', 420, 436 ]
+7427 silly gunzTarPerm extractEntry readme.md
+7428 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7429 silly gunzTarPerm extractEntry LICENSE
+7430 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7431 silly gunzTarPerm extractEntry .travis.yml
+7432 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7433 silly gunzTarPerm extractEntry CHANGES.md
+7434 silly gunzTarPerm extractEntry AUTHORS
+7435 silly gunzTarPerm extractEntry CHANGELOG.md
+7436 silly gunzTarPerm extractEntry dist/async.js
+7437 silly gunzTarPerm extractEntry dist/async.min.js
+7438 silly gunzTarPerm extractEntry LICENSE
+7439 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7440 silly gunzTarPerm extractEntry index.js
+7441 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7442 silly gunzTarPerm extractEntry LICENSE
+7443 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7444 silly gunzTarPerm extractEntry writable.js
+7445 silly gunzTarPerm modified mode [ 'writable.js', 420, 436 ]
+7446 silly gunzTarPerm extractEntry bl.js
+7447 silly gunzTarPerm modified mode [ 'bl.js', 420, 436 ]
+7448 silly gunzTarPerm extractEntry .jshintrc
+7449 silly gunzTarPerm modified mode [ '.jshintrc', 420, 436 ]
+7450 silly gunzTarPerm extractEntry .travis.yml
+7451 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7452 silly gunzTarPerm extractEntry LICENSE.md
+7453 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 436 ]
+7454 silly gunzTarPerm extractEntry test/test.js
+7455 silly gunzTarPerm modified mode [ 'test/test.js', 420, 436 ]
+7456 silly gunzTarPerm extractEntry LICENSE
+7457 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7458 silly gunzTarPerm extractEntry index.js
+7459 silly gunzTarPerm modified mode [ 'index.js', 493, 509 ]
+7460 silly gunzTarPerm extractEntry test.js
+7461 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7462 silly gunzTarPerm extractEntry AUTHORS
+7463 silly gunzTarPerm modified mode [ 'AUTHORS', 420, 436 ]
+7464 silly gunzTarPerm extractEntry index.js
+7465 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7466 silly gunzTarPerm extractEntry test.js
+7467 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7468 silly gunzTarPerm extractEntry MIT-LICENSE.txt
+7469 silly gunzTarPerm modified mode [ 'MIT-LICENSE.txt', 420, 436 ]
+7470 silly gunzTarPerm extractEntry ReadMe.md
+7471 silly gunzTarPerm modified mode [ 'ReadMe.md', 420, 436 ]
+7472 silly gunzTarPerm extractEntry changelog.md
+7473 silly gunzTarPerm extractEntry js/browser/bluebird.js
+7474 silly gunzTarPerm extractEntry AUTHORS
+7475 silly gunzTarPerm modified mode [ 'AUTHORS', 420, 436 ]
+7476 silly gunzTarPerm extractEntry CHANGES.md
+7477 silly gunzTarPerm modified mode [ 'CHANGES.md', 420, 436 ]
+7478 silly gunzTarPerm extractEntry Makefile
+7479 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+7480 silly gunzTarPerm extractEntry Readme.md
+7481 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+7482 silly gunzTarPerm extractEntry lib/combined_stream.js
+7483 silly gunzTarPerm modified mode [ 'lib/combined_stream.js', 420, 436 ]
+7484 silly gunzTarPerm extractEntry readme.md
+7485 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7486 silly gunzTarPerm extractEntry LICENSE
+7487 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7488 silly gunzTarPerm extractEntry index.js
+7489 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7490 silly gunzTarPerm extractEntry lib/eyes.js
+7491 silly gunzTarPerm modified mode [ 'lib/eyes.js', 438, 436 ]
+7492 silly gunzTarPerm extractEntry Makefile
+7493 silly gunzTarPerm modified mode [ 'Makefile', 438, 436 ]
+7494 silly gunzTarPerm extractEntry example.js
+7495 silly gunzTarPerm modified mode [ 'example.js', 420, 436 ]
+7496 silly gunzTarPerm extractEntry index.js
+7497 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7498 silly gunzTarPerm extractEntry AUTHORS
+7499 silly gunzTarPerm modified mode [ 'AUTHORS', 420, 436 ]
+7500 silly gunzTarPerm extractEntry CHANGES.md
+7501 silly gunzTarPerm modified mode [ 'CHANGES.md', 420, 436 ]
+7502 silly gunzTarPerm extractEntry index.js
+7503 silly gunzTarPerm extractEntry License
+7504 silly gunzTarPerm modified mode [ 'License', 420, 436 ]
+7505 silly gunzTarPerm extractEntry .dockerignore
+7506 silly gunzTarPerm modified mode [ '.dockerignore', 420, 436 ]
+7507 silly gunzTarPerm extractEntry Readme.md
+7508 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+7509 silly gunzTarPerm extractEntry readme.md
+7510 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7511 silly gunzTarPerm extractEntry LICENSE
+7512 silly gunzTarPerm modified mode [ 'LICENSE', 493, 509 ]
+7513 silly gunzTarPerm extractEntry LICENSE
+7514 silly gunzTarPerm extractEntry .travis.yml
+7515 silly gunzTarPerm extractEntry LICENSE
+7516 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7517 silly gunzTarPerm extractEntry is-property.js
+7518 silly gunzTarPerm modified mode [ 'is-property.js', 420, 436 ]
+7519 silly gunzTarPerm extractEntry LICENSE
+7520 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7521 silly gunzTarPerm extractEntry index.js
+7522 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7523 silly gunzTarPerm extractEntry test.js
+7524 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7525 silly gunzTarPerm extractEntry LICENSE.md
+7526 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 436 ]
+7527 silly gunzTarPerm extractEntry LICENSE
+7528 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7529 silly gunzTarPerm extractEntry example.js
+7530 silly gunzTarPerm modified mode [ 'example.js', 420, 436 ]
+7531 silly gunzTarPerm extractEntry LICENSE
+7532 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7533 silly gunzTarPerm extractEntry index.js
+7534 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7535 silly gunzTarPerm extractEntry LICENSE
+7536 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7537 silly gunzTarPerm extractEntry index.js
+7538 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7539 silly gunzTarPerm extractEntry draft-03/examples/address
+7540 silly gunzTarPerm modified mode [ 'draft-03/examples/address', 438, 436 ]
+7541 silly gunzTarPerm extractEntry test.js
+7542 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7543 silly gunzTarPerm extractEntry isstream.js
+7544 silly gunzTarPerm modified mode [ 'isstream.js', 420, 436 ]
+7545 silly gunzTarPerm extractEntry LICENSE
+7546 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7547 silly gunzTarPerm extractEntry stringify.js
+7548 silly gunzTarPerm modified mode [ 'stringify.js', 420, 436 ]
+7549 silly gunzTarPerm extractEntry test.js
+7550 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7551 silly gunzTarPerm extractEntry .travis.yml
+7552 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7553 silly gunzTarPerm extractEntry LICENSE.txt
+7554 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 436 ]
+7555 silly gunzTarPerm extractEntry LICENSE.txt
+7556 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 436 ]
+7557 silly gunzTarPerm extractEntry index.js
+7558 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7559 silly gunzTarPerm extractEntry LICENSE.txt
+7560 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 436 ]
+7561 silly gunzTarPerm extractEntry index.js
+7562 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7563 silly gunzTarPerm extractEntry index.js
+7564 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7565 silly gunzTarPerm extractEntry index.js
+7566 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7567 silly gunzTarPerm extractEntry LICENSE.txt
+7568 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 436 ]
+7569 silly gunzTarPerm extractEntry LICENSE.txt
+7570 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 436 ]
+7571 silly gunzTarPerm extractEntry LICENSE.txt
+7572 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 436 ]
+7573 silly gunzTarPerm extractEntry index.js
+7574 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7575 silly gunzTarPerm extractEntry .travis.yml
+7576 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7577 silly gunzTarPerm extractEntry example/parse.js
+7578 silly gunzTarPerm modified mode [ 'example/parse.js', 420, 436 ]
+7579 silly gunzTarPerm extractEntry LICENSE.md
+7580 silly gunzTarPerm extractEntry .dntrc
+7581 silly gunzTarPerm extractEntry appveyor.yml
+7582 silly gunzTarPerm extractEntry Gruntfile.js
+7583 silly gunzTarPerm modified mode [ 'Gruntfile.js', 420, 436 ]
+7584 silly gunzTarPerm extractEntry index.js
+7585 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7586 silly gunzTarPerm extractEntry LICENSE.txt
+7587 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 436 ]
+7588 silly gunzTarPerm extractEntry test.js
+7589 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7590 silly gunzTarPerm extractEntry lib/combined_stream.js
+7591 silly gunzTarPerm modified mode [ 'lib/combined_stream.js', 420, 436 ]
+7592 silly gunzTarPerm extractEntry LICENSE
+7593 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7594 silly gunzTarPerm extractEntry .dir-locals.el
+7595 silly gunzTarPerm modified mode [ '.dir-locals.el', 420, 436 ]
+7596 silly gunzTarPerm extractEntry build/build.js
+7597 silly gunzTarPerm modified mode [ 'build/build.js', 420, 436 ]
+7598 silly gunzTarPerm extractEntry component.json
+7599 silly gunzTarPerm modified mode [ 'component.json', 420, 436 ]
+7600 silly gunzTarPerm extractEntry index.js
+7601 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
+7602 silly gunzTarPerm extractEntry HISTORY.md
+7603 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
+7604 silly gunzTarPerm extractEntry index.js
+7605 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
+7606 silly gunzTarPerm extractEntry HISTORY.md
+7607 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
+7608 silly gunzTarPerm extractEntry debug.js
+7609 silly gunzTarPerm modified mode [ 'debug.js', 420, 436 ]
+7610 silly gunzTarPerm extractEntry browser.js
+7611 silly gunzTarPerm modified mode [ 'browser.js', 420, 436 ]
+7612 silly gunzTarPerm extractEntry LICENSE
+7613 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7614 silly gunzTarPerm extractEntry duplex.js
+7615 silly gunzTarPerm modified mode [ 'duplex.js', 420, 436 ]
+7616 silly gunzTarPerm extractEntry bl.js
+7617 silly gunzTarPerm modified mode [ 'bl.js', 420, 436 ]
+7618 silly gunzTarPerm extractEntry .jshintrc
+7619 silly gunzTarPerm modified mode [ '.jshintrc', 420, 436 ]
+7620 silly gunzTarPerm extractEntry .travis.yml
+7621 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7622 silly gunzTarPerm extractEntry LICENSE.md
+7623 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 436 ]
+7624 silly gunzTarPerm extractEntry test/basic-test.js
+7625 silly gunzTarPerm modified mode [ 'test/basic-test.js', 420, 436 ]
+7626 silly gunzTarPerm extractEntry test/sauce.js
+7627 silly gunzTarPerm modified mode [ 'test/sauce.js', 420, 436 ]
+7628 silly gunzTarPerm extractEntry test/test.js
+7629 silly gunzTarPerm modified mode [ 'test/test.js', 420, 436 ]
+7630 silly gunzTarPerm extractEntry LICENSE
+7631 silly gunzTarPerm modified mode [ 'LICENSE', 493, 509 ]
+7632 silly gunzTarPerm extractEntry index.js
+7633 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7634 silly gunzTarPerm extractEntry index.js
+7635 silly gunzTarPerm extractEntry readme.md
+7636 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7637 silly gunzTarPerm extractEntry readme.md
+7638 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7639 silly gunzTarPerm extractEntry LICENSE
+7640 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7641 silly gunzTarPerm extractEntry docs/docco.css
+7642 silly gunzTarPerm modified mode [ 'docs/docco.css', 420, 436 ]
+7643 silly gunzTarPerm extractEntry LICENSE-MIT.txt
+7644 silly gunzTarPerm modified mode [ 'LICENSE-MIT.txt', 420, 436 ]
+7645 silly gunzTarPerm extractEntry lib-cov/qbox.js
+7646 silly gunzTarPerm modified mode [ 'lib-cov/qbox.js', 420, 436 ]
+7647 silly gunzTarPerm extractEntry .settings/org.eclipse.wst.jsdt.ui.superType.name
+7648 silly gunzTarPerm modified mode [ '.settings/org.eclipse.wst.jsdt.ui.superType.name', 420, 436 ]
+7649 silly gunzTarPerm extractEntry index.js
+7650 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7651 silly gunzTarPerm extractEntry History.md
+7652 silly gunzTarPerm modified mode [ 'History.md', 420, 436 ]
+7653 silly gunzTarPerm extractEntry LICENSE
+7654 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7655 silly gunzTarPerm extractEntry bower.json
+7656 silly gunzTarPerm modified mode [ 'bower.json', 420, 436 ]
+7657 silly gunzTarPerm extractEntry LICENSE
+7658 silly gunzTarPerm extractEntry index.js
+7659 silly gunzTarPerm extractEntry LICENSE
+7660 silly gunzTarPerm extractEntry AUTHORS
+7661 silly gunzTarPerm modified mode [ 'AUTHORS', 420, 436 ]
+7662 silly gunzTarPerm extractEntry CHANGES.md
+7663 silly gunzTarPerm modified mode [ 'CHANGES.md', 420, 436 ]
+7664 silly gunzTarPerm extractEntry LICENSE
+7665 silly gunzTarPerm extractEntry Makefile
+7666 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+7667 silly gunzTarPerm extractEntry Readme.md
+7668 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+7669 silly gunzTarPerm extractEntry readme.md
+7670 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7671 silly gunzTarPerm extractEntry readme.md
+7672 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7673 silly gunzTarPerm extractEntry _tls_wrap-patch.js
+7674 silly gunzTarPerm modified mode [ '_tls_wrap-patch.js', 420, 436 ]
+7675 silly gunzTarPerm extractEntry index.js
+7676 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7677 silly gunzTarPerm extractEntry lib/Connection.js
+7678 silly gunzTarPerm modified mode [ 'lib/Connection.js', 420, 436 ]
+7679 silly gunzTarPerm extractEntry lib/cookie.js
+7680 silly gunzTarPerm modified mode [ 'lib/cookie.js', 420, 436 ]
+7681 silly gunzTarPerm extractEntry lib/memstore.js
+7682 silly gunzTarPerm modified mode [ 'lib/memstore.js', 420, 436 ]
+7683 silly gunzTarPerm extractEntry lib/pathMatch.js
+7684 silly gunzTarPerm modified mode [ 'lib/pathMatch.js', 420, 436 ]
+7685 silly gunzTarPerm extractEntry nacl-fast.js
+7686 silly gunzTarPerm modified mode [ 'nacl-fast.js', 420, 436 ]
+7687 silly gunzTarPerm extractEntry LICENSE
+7688 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7689 silly gunzTarPerm extractEntry CHANGES.md
+7690 silly gunzTarPerm modified mode [ 'CHANGES.md', 420, 436 ]
+7691 silly gunzTarPerm extractEntry CODE_OF_CONDUCT.md
+7692 silly gunzTarPerm modified mode [ 'CODE_OF_CONDUCT.md', 420, 436 ]
+7693 silly gunzTarPerm extractEntry examples/autobahn_client.js
+7694 silly gunzTarPerm extractEntry examples/client.js
+7695 silly gunzTarPerm extractEntry examples/server.js
+7696 silly gunzTarPerm extractEntry examples/haproxy.conf
+7697 silly gunzTarPerm extractEntry examples/sse.html
+7698 silly gunzTarPerm extractEntry examples/ws.html
+7699 silly gunzTarPerm extractEntry lib/faye/eventsource.js
+7700 silly gunzTarPerm extractEntry lib/faye/websocket.js
+7701 silly gunzTarPerm extractEntry lib/faye/websocket/api.js
+7702 silly gunzTarPerm extractEntry lib/faye/websocket/client.js
+7703 silly gunzTarPerm extractEntry lib/faye/websocket/api/event.js
+7704 silly gunzTarPerm extractEntry lib/faye/websocket/api/event_target.js
+7705 silly gunzTarPerm extractEntry LICENCE
+7706 silly gunzTarPerm extractEntry immutable.js
+7707 silly gunzTarPerm extractEntry LICENSE
+7708 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7709 silly gunzTarPerm extractEntry formats.js
+7710 silly gunzTarPerm modified mode [ 'formats.js', 420, 436 ]
+7711 silly gunzTarPerm extractEntry LICENSE
+7712 silly gunzTarPerm extractEntry LICENSE
+7713 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7714 silly gunzTarPerm extractEntry Gruntfile.js
+7715 silly gunzTarPerm modified mode [ 'Gruntfile.js', 420, 436 ]
+7716 silly gunzTarPerm extractEntry examples/echo.js
+7717 silly gunzTarPerm modified mode [ 'examples/echo.js', 420, 436 ]
+7718 silly gunzTarPerm extractEntry examples/get-vcard.js
+7719 silly gunzTarPerm modified mode [ 'examples/get-vcard.js', 420, 436 ]
+7720 silly gunzTarPerm extractEntry LICENSE
+7721 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7722 silly gunzTarPerm extractEntry url.js
+7723 silly gunzTarPerm modified mode [ 'url.js', 420, 436 ]
+7724 silly gunzTarPerm extractEntry LICENSE
+7725 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7726 silly gunzTarPerm extractEntry LICENSE
+7727 silly gunzTarPerm extractEntry millis.js
+7728 silly gunzTarPerm modified mode [ 'millis.js', 420, 436 ]
+7729 silly gunzTarPerm extractEntry test-week.js
+7730 silly gunzTarPerm modified mode [ 'test-week.js', 420, 436 ]
+7731 silly gunzTarPerm extractEntry uuid.js
+7732 silly gunzTarPerm modified mode [ 'uuid.js', 420, 436 ]
+7733 silly gunzTarPerm extractEntry LICENSE.md
+7734 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 436 ]
+7735 silly gunzTarPerm extractEntry benchmark/README.md
+7736 silly gunzTarPerm modified mode [ 'benchmark/README.md', 420, 436 ]
+7737 silly gunzTarPerm extractEntry benchmark/benchmark.js
+7738 silly gunzTarPerm modified mode [ 'benchmark/benchmark.js', 420, 436 ]
+7739 silly gunzTarPerm extractEntry benchmark/bench.gnu
+7740 silly gunzTarPerm modified mode [ 'benchmark/bench.gnu', 420, 436 ]
+7741 silly gunzTarPerm extractEntry benchmark/bench.sh
+7742 silly gunzTarPerm modified mode [ 'benchmark/bench.sh', 493, 509 ]
+7743 silly gunzTarPerm extractEntry benchmark/benchmark-native.c
+7744 silly gunzTarPerm modified mode [ 'benchmark/benchmark-native.c', 420, 436 ]
+7745 silly gunzTarPerm extractEntry bin/uuid
+7746 silly gunzTarPerm modified mode [ 'bin/uuid', 493, 509 ]
+7747 silly gunzTarPerm extractEntry bower.json
+7748 silly gunzTarPerm modified mode [ 'bower.json', 420, 436 ]
+7749 silly gunzTarPerm extractEntry component.json
+7750 silly gunzTarPerm modified mode [ 'component.json', 420, 436 ]
+7751 silly gunzTarPerm extractEntry test/compare_v1.js
+7752 silly gunzTarPerm modified mode [ 'test/compare_v1.js', 420, 436 ]
+7753 silly gunzTarPerm extractEntry test/test.js
+7754 silly gunzTarPerm modified mode [ 'test/test.js', 420, 436 ]
+7755 silly gunzTarPerm extractEntry test/test.html
+7756 silly gunzTarPerm modified mode [ 'test/test.html', 420, 436 ]
+7757 silly gunzTarPerm extractEntry LICENSE
+7758 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7759 silly gunzTarPerm extractEntry bin/har-validator
+7760 silly gunzTarPerm modified mode [ 'bin/har-validator', 493, 509 ]
+7761 silly gunzTarPerm extractEntry lib/error.js
+7762 silly gunzTarPerm modified mode [ 'lib/error.js', 438, 436 ]
+7763 silly gunzTarPerm extractEntry bin/har-validator
+7764 silly gunzTarPerm modified mode [ 'bin/har-validator', 493, 509 ]
+7765 silly gunzTarPerm extractEntry lib/async.js
+7766 silly gunzTarPerm modified mode [ 'lib/async.js', 420, 436 ]
+7767 silly gunzTarPerm extractEntry lib/async.js
+7768 silly gunzTarPerm extractEntry js/browser/bluebird.min.js
+7769 silly gunzTarPerm extractEntry nan.h
+7770 silly gunzTarPerm extractEntry lib/permuteDomain.js
+7771 silly gunzTarPerm modified mode [ 'lib/permuteDomain.js', 420, 436 ]
+7772 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
+7773 silly gunzTarPerm extractEntry lib/ber/types.js
+7774 silly gunzTarPerm modified mode [ 'lib/ber/types.js', 420, 436 ]
+7775 silly gunzTarPerm extractEntry lib/ber/writer.js
+7776 silly gunzTarPerm modified mode [ 'lib/ber/writer.js', 420, 436 ]
+7777 silly gunzTarPerm extractEntry lib/index.js
+7778 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+7779 silly gunzTarPerm extractEntry LICENSE
+7780 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
+7781 silly gunzTarPerm extractEntry package.json
+7782 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
+7783 silly gunzTarPerm extractEntry README.md
+7784 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
+7785 silly gunzTarPerm extractEntry tst/
+7786 silly gunzTarPerm modified mode [ 'tst/', 493, 509 ]
+7787 silly gunzTarPerm extractEntry tst/ber/
+7788 silly gunzTarPerm modified mode [ 'tst/ber/', 493, 509 ]
+7789 silly gunzTarPerm extractEntry tst/ber/reader.test.js
+7790 silly gunzTarPerm modified mode [ 'tst/ber/reader.test.js', 420, 436 ]
+7791 silly gunzTarPerm extractEntry tst/ber/writer.test.js
+7792 silly gunzTarPerm modified mode [ 'tst/ber/writer.test.js', 420, 436 ]
+7793 silly gunzTarPerm extractEntry test/
+7794 silly gunzTarPerm extractEntry test/attempts.js
+7795 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
+7796 silly gunzTarPerm extractEntry ctf.js
+7797 silly gunzTarPerm modified mode [ 'ctf.js', 438, 436 ]
+7798 silly gunzTarPerm extractEntry .travis.yml
+7799 silly gunzTarPerm extractEntry lib/index.js
+7800 silly gunzTarPerm extractEntry .travis.yml
+7801 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7802 silly gunzTarPerm extractEntry images/hoek.png
+7803 silly gunzTarPerm modified mode [ 'images/hoek.png', 420, 436 ]
+7804 silly gunzTarPerm extractEntry lib/escape.js
+7805 silly gunzTarPerm modified mode [ 'lib/escape.js', 420, 436 ]
+7806 silly gunzTarPerm extractEntry .travis.yml
+7807 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7808 silly gunzTarPerm extractEntry LICENSE.txt
+7809 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 436 ]
+7810 silly gunzTarPerm extractEntry Makefile
+7811 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+7812 silly gunzTarPerm extractEntry lib/simple-xmpp.js
+7813 silly gunzTarPerm modified mode [ 'lib/simple-xmpp.js', 420, 436 ]
+7814 silly gunzTarPerm extractEntry readme.md
+7815 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
+7816 silly gunzTarPerm extractEntry tests/simple-xmpp.js
+7817 silly gunzTarPerm modified mode [ 'tests/simple-xmpp.js', 420, 436 ]
+7818 silly gunzTarPerm extractEntry lib/index.js
+7819 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+7820 silly gunzTarPerm extractEntry lib/ber/errors.js
+7821 silly gunzTarPerm modified mode [ 'lib/ber/errors.js', 420, 436 ]
+7822 silly gunzTarPerm extractEntry doc/layers.png
+7823 silly gunzTarPerm modified mode [ 'doc/layers.png', 420, 436 ]
+7824 silly gunzTarPerm extractEntry duplex.js
+7825 silly gunzTarPerm modified mode [ 'duplex.js', 420, 436 ]
+7826 silly gunzTarPerm extractEntry transform.js
+7827 silly gunzTarPerm modified mode [ 'transform.js', 420, 436 ]
+7828 silly gunzTarPerm extractEntry examples/normal-usage.js
+7829 silly gunzTarPerm modified mode [ 'examples/normal-usage.js', 420, 436 ]
+7830 silly gunzTarPerm extractEntry examples/safe-string.js
+7831 silly gunzTarPerm modified mode [ 'examples/safe-string.js', 420, 436 ]
+7832 silly gunzTarPerm extractEntry lib/delayed_stream.js
+7833 silly gunzTarPerm modified mode [ 'lib/delayed_stream.js', 420, 436 ]
+7834 silly gunzTarPerm extractEntry CHANGELOG.md
+7835 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
+7836 silly gunzTarPerm extractEntry .jscs.json
+7837 silly gunzTarPerm modified mode [ '.jscs.json', 420, 436 ]
+7838 silly gunzTarPerm extractEntry Makefile.deps
+7839 silly gunzTarPerm modified mode [ 'Makefile.deps', 420, 436 ]
+7840 silly gunzTarPerm extractEntry examples/simple.js
+7841 silly gunzTarPerm modified mode [ 'examples/simple.js', 420, 436 ]
+7842 silly gunzTarPerm extractEntry test.js
+7843 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7844 silly gunzTarPerm extractEntry .travis.yml
+7845 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7846 silly gunzTarPerm extractEntry CONTRIBUTING.md
+7847 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 436 ]
+7848 silly gunzTarPerm extractEntry images/boom.png
+7849 silly gunzTarPerm modified mode [ 'images/boom.png', 493, 509 ]
+7850 silly gunzTarPerm extractEntry lib/index.js
+7851 silly gunzTarPerm extractEntry test/index.js
+7852 silly gunzTarPerm extractEntry test.js
+7853 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7854 silly gunzTarPerm extractEntry .travis.yml
+7855 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7856 silly gunzTarPerm extractEntry index.js
+7857 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+7858 silly gunzTarPerm extractEntry example.html
+7859 silly gunzTarPerm modified mode [ 'example.html', 420, 436 ]
+7860 silly gunzTarPerm extractEntry almond.1
+7861 silly gunzTarPerm modified mode [ 'almond.1', 420, 436 ]
+7862 silly gunzTarPerm extractEntry almond.0
+7863 silly gunzTarPerm modified mode [ 'almond.0', 420, 436 ]
+7864 silly gunzTarPerm extractEntry test.js
+7865 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+7866 silly gunzTarPerm extractEntry lib/ec.js
+7867 silly gunzTarPerm modified mode [ 'lib/ec.js', 420, 436 ]
+7868 silly gunzTarPerm extractEntry draft-03/examples/calendar
+7869 silly gunzTarPerm modified mode [ 'draft-03/examples/calendar', 438, 436 ]
+7870 silly gunzTarPerm extractEntry draft-03/examples/card
+7871 silly gunzTarPerm modified mode [ 'draft-03/examples/card', 438, 436 ]
+7872 silly gunzTarPerm extractEntry draft-03/examples/geo
+7873 silly gunzTarPerm modified mode [ 'draft-03/examples/geo', 438, 436 ]
+7874 silly gunzTarPerm extractEntry LICENSE.md
+7875 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 436 ]
+7876 silly gunzTarPerm extractEntry .jshintrc
+7877 silly gunzTarPerm modified mode [ '.jshintrc', 420, 436 ]
+7878 silly gunzTarPerm extractEntry .travis.yml
+7879 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7880 silly gunzTarPerm extractEntry CHANGELOG.md
+7881 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
+7882 silly gunzTarPerm extractEntry Makefile
+7883 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+7884 silly gunzTarPerm extractEntry .jshintrc
+7885 silly gunzTarPerm modified mode [ '.jshintrc', 420, 436 ]
+7886 silly gunzTarPerm extractEntry binding.gyp
+7887 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 436 ]
+7888 silly gunzTarPerm extractEntry lib/delayed_stream.js
+7889 silly gunzTarPerm modified mode [ 'lib/delayed_stream.js', 420, 436 ]
+7890 silly gunzTarPerm extractEntry test/common.js
+7891 silly gunzTarPerm modified mode [ 'test/common.js', 420, 436 ]
+7892 silly gunzTarPerm extractEntry http_signing.md
+7893 silly gunzTarPerm modified mode [ 'http_signing.md', 420, 436 ]
+7894 silly gunzTarPerm extractEntry lib/index.js
+7895 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+7896 silly gunzTarPerm extractEntry lib/parser.js
+7897 silly gunzTarPerm modified mode [ 'lib/parser.js', 420, 436 ]
+7898 silly gunzTarPerm extractEntry lib/signer.js
+7899 silly gunzTarPerm modified mode [ 'lib/signer.js', 420, 436 ]
+7900 silly gunzTarPerm extractEntry lib/util.js
+7901 silly gunzTarPerm modified mode [ 'lib/util.js', 420, 436 ]
+7902 silly gunzTarPerm extractEntry lib/verify.js
+7903 silly gunzTarPerm modified mode [ 'lib/verify.js', 420, 436 ]
+7904 silly gunzTarPerm extractEntry Readme.md
+7905 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+7906 silly gunzTarPerm extractEntry component.json
+7907 silly gunzTarPerm modified mode [ 'component.json', 420, 436 ]
+7908 silly gunzTarPerm extractEntry Makefile
+7909 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+7910 silly gunzTarPerm extractEntry History.md
+7911 silly gunzTarPerm modified mode [ 'History.md', 420, 436 ]
+7912 silly gunzTarPerm extractEntry .jshintrc
+7913 silly gunzTarPerm modified mode [ '.jshintrc', 420, 436 ]
+7914 silly gunzTarPerm extractEntry writable.js
+7915 silly gunzTarPerm modified mode [ 'writable.js', 420, 436 ]
+7916 silly gunzTarPerm extractEntry passthrough.js
+7917 silly gunzTarPerm modified mode [ 'passthrough.js', 420, 436 ]
+7918 silly gunzTarPerm extractEntry CHANGELOG.md
+7919 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
+7920 silly gunzTarPerm extractEntry CONTRIBUTING.md
+7921 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 436 ]
+7922 silly gunzTarPerm extractEntry Makefile
+7923 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+7924 silly gunzTarPerm extractEntry .jshintignore
+7925 silly gunzTarPerm modified mode [ '.jshintignore', 420, 436 ]
+7926 silly gunzTarPerm extractEntry .jshintrc
+7927 silly gunzTarPerm modified mode [ '.jshintrc', 420, 436 ]
+7928 silly gunzTarPerm extractEntry lib/index.js
+7929 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 509 ]
+7930 silly gunzTarPerm extractEntry lib/parse.js
+7931 silly gunzTarPerm modified mode [ 'lib/parse.js', 493, 509 ]
+7932 silly gunzTarPerm extractEntry lib/stringify.js
+7933 silly gunzTarPerm modified mode [ 'lib/stringify.js', 493, 509 ]
+7934 silly gunzTarPerm extractEntry lib/utils.js
+7935 silly gunzTarPerm modified mode [ 'lib/utils.js', 493, 509 ]
+7936 silly gunzTarPerm extractEntry .travis.yml
+7937 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7938 silly gunzTarPerm extractEntry test/parse.js
+7939 silly gunzTarPerm modified mode [ 'test/parse.js', 493, 509 ]
+7940 silly gunzTarPerm extractEntry test/stringify.js
+7941 silly gunzTarPerm modified mode [ 'test/stringify.js', 493, 509 ]
+7942 silly gunzTarPerm extractEntry docs/pkginfo.html
+7943 silly gunzTarPerm modified mode [ 'docs/pkginfo.html', 420, 436 ]
+7944 silly gunzTarPerm extractEntry examples/package.json
+7945 silly gunzTarPerm modified mode [ 'examples/package.json', 420, 436 ]
+7946 silly gunzTarPerm extractEntry examples/all-properties.js
+7947 silly gunzTarPerm modified mode [ 'examples/all-properties.js', 420, 436 ]
+7948 silly gunzTarPerm extractEntry examples/array-argument.js
+7949 silly gunzTarPerm modified mode [ 'examples/array-argument.js', 420, 436 ]
+7950 silly gunzTarPerm extractEntry examples/multiple-properties.js
+7951 silly gunzTarPerm modified mode [ 'examples/multiple-properties.js', 420, 436 ]
+7952 silly gunzTarPerm extractEntry examples/object-argument.js
+7953 silly gunzTarPerm modified mode [ 'examples/object-argument.js', 420, 436 ]
+7954 silly gunzTarPerm extractEntry examples/single-property.js
+7955 silly gunzTarPerm modified mode [ 'examples/single-property.js', 420, 436 ]
+7956 silly gunzTarPerm extractEntry examples/target-dir.js
+7957 silly gunzTarPerm modified mode [ 'examples/target-dir.js', 420, 436 ]
+7958 silly gunzTarPerm extractEntry examples/subdir/package.json
+7959 silly gunzTarPerm modified mode [ 'examples/subdir/package.json', 420, 436 ]
+7960 silly gunzTarPerm extractEntry lib/pkginfo.js
+7961 silly gunzTarPerm modified mode [ 'lib/pkginfo.js', 420, 436 ]
+7962 silly gunzTarPerm extractEntry test/pkginfo-test.js
+7963 silly gunzTarPerm modified mode [ 'test/pkginfo-test.js', 420, 436 ]
+7964 silly gunzTarPerm extractEntry .settings/org.eclipse.wst.jsdt.ui.superType.container
+7965 silly gunzTarPerm modified mode [ '.settings/org.eclipse.wst.jsdt.ui.superType.container',
+7965 silly gunzTarPerm   420,
+7965 silly gunzTarPerm   436 ]
+7966 silly gunzTarPerm extractEntry .settings/.jsdtscope
+7967 silly gunzTarPerm modified mode [ '.settings/.jsdtscope', 420, 436 ]
+7968 silly gunzTarPerm extractEntry tests/qbox.js
+7969 silly gunzTarPerm modified mode [ 'tests/qbox.js', 420, 436 ]
+7970 silly gunzTarPerm extractEntry lib/qbox.js
+7971 silly gunzTarPerm modified mode [ 'lib/qbox.js', 420, 436 ]
+7972 silly gunzTarPerm extractEntry CONTRIBUTING.md
+7973 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 436 ]
+7974 silly gunzTarPerm extractEntry .eslintignore
+7975 silly gunzTarPerm modified mode [ '.eslintignore', 420, 436 ]
+7976 silly gunzTarPerm extractEntry .travis.yml
+7977 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+7978 silly gunzTarPerm extractEntry component.json
+7979 silly gunzTarPerm modified mode [ 'component.json', 420, 436 ]
+7980 silly gunzTarPerm extractEntry dist/qs.js
+7981 silly gunzTarPerm modified mode [ 'dist/qs.js', 420, 436 ]
+7982 silly gunzTarPerm extractEntry lib/index.js
+7983 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+7984 silly gunzTarPerm extractEntry lib/parse.js
+7985 silly gunzTarPerm modified mode [ 'lib/parse.js', 420, 436 ]
+7986 silly gunzTarPerm extractEntry lib/stringify.js
+7987 silly gunzTarPerm modified mode [ 'lib/stringify.js', 420, 436 ]
+7988 silly gunzTarPerm extractEntry lib/utils.js
+7989 silly gunzTarPerm modified mode [ 'lib/utils.js', 420, 436 ]
+7990 silly gunzTarPerm extractEntry CHANGELOG.md
+7991 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
+7992 silly gunzTarPerm extractEntry test/parse.js
+7993 silly gunzTarPerm modified mode [ 'test/parse.js', 420, 436 ]
+7994 silly gunzTarPerm extractEntry test/stringify.js
+7995 silly gunzTarPerm modified mode [ 'test/stringify.js', 420, 436 ]
+7996 silly gunzTarPerm extractEntry test/utils.js
+7997 silly gunzTarPerm modified mode [ 'test/utils.js', 420, 436 ]
+7998 silly gunzTarPerm extractEntry .travis.yml
+7999 silly gunzTarPerm extractEntry Makefile
+8000 silly gunzTarPerm extractEntry index.js
+8001 silly gunzTarPerm extractEntry component.json
+8002 silly gunzTarPerm extractEntry bower.json
+8003 silly gunzTarPerm extractEntry dist/client.js
+8004 silly gunzTarPerm extractEntry bower.json
+8005 silly gunzTarPerm extractEntry component.json
+8006 silly gunzTarPerm extractEntry lib/stack-trace.js
+8007 silly gunzTarPerm modified mode [ 'lib/stack-trace.js', 420, 436 ]
+8008 silly gunzTarPerm extractEntry starttls.js
+8009 silly gunzTarPerm modified mode [ 'starttls.js', 420, 436 ]
+8010 silly gunzTarPerm extractEntry allow-tls-server-connections.patch
+8011 silly gunzTarPerm modified mode [ 'allow-tls-server-connections.patch', 420, 436 ]
+8012 silly gunzTarPerm extractEntry nacl-fast.min.js
+8013 silly gunzTarPerm modified mode [ 'nacl-fast.min.js', 420, 436 ]
+8014 silly gunzTarPerm extractEntry nacl.js
+8015 silly gunzTarPerm modified mode [ 'nacl.js', 420, 436 ]
+8016 silly gunzTarPerm extractEntry http_signing.md
+8017 silly gunzTarPerm modified mode [ 'http_signing.md', 420, 436 ]
+8018 silly gunzTarPerm extractEntry lib/index.js
+8019 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+8020 silly gunzTarPerm extractEntry lib/parser.js
+8021 silly gunzTarPerm modified mode [ 'lib/parser.js', 420, 436 ]
+8022 silly gunzTarPerm extractEntry lib/signer.js
+8023 silly gunzTarPerm modified mode [ 'lib/signer.js', 420, 436 ]
+8024 silly gunzTarPerm extractEntry lib/utils.js
+8025 silly gunzTarPerm modified mode [ 'lib/utils.js', 420, 436 ]
+8026 silly gunzTarPerm extractEntry lib/verify.js
+8027 silly gunzTarPerm modified mode [ 'lib/verify.js', 420, 436 ]
+8028 silly gunzTarPerm extractEntry .dir-locals.el
+8029 silly gunzTarPerm modified mode [ '.dir-locals.el', 420, 436 ]
+8030 silly gunzTarPerm extractEntry mutable.js
+8031 silly gunzTarPerm extractEntry test.js
+8032 silly gunzTarPerm extractEntry example.js
+8033 silly gunzTarPerm modified mode [ 'example.js', 420, 436 ]
+8034 silly gunzTarPerm extractEntry index.js
+8035 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+8036 silly gunzTarPerm extractEntry index.js
+8037 silly gunzTarPerm extractEntry request.js
+8038 silly gunzTarPerm extractEntry disabled.appveyor.yml
+8039 silly gunzTarPerm extractEntry browserify.js
+8040 silly gunzTarPerm modified mode [ 'browserify.js', 420, 436 ]
+8041 silly gunzTarPerm extractEntry index.js
+8042 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
+8043 silly gunzTarPerm extractEntry test.js
+8044 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
+8045 silly gunzTarPerm extractEntry docs/transports.md
+8046 silly gunzTarPerm modified mode [ 'docs/transports.md', 420, 436 ]
+8047 silly gunzTarPerm extractEntry .travis.yml
+8048 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8049 silly gunzTarPerm extractEntry CHANGELOG.md
+8050 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
+8051 silly gunzTarPerm extractEntry index.js
+8052 silly gunzTarPerm extractEntry request.js
+8053 silly gunzTarPerm extractEntry .travis.yml
+8054 silly gunzTarPerm extractEntry test/eyes-test.js
+8055 silly gunzTarPerm modified mode [ 'test/eyes-test.js', 438, 436 ]
+8056 silly gunzTarPerm extractEntry History.md
+8057 silly gunzTarPerm modified mode [ 'History.md', 420, 436 ]
+8058 silly gunzTarPerm extractEntry .editorconfig
+8059 silly gunzTarPerm modified mode [ '.editorconfig', 420, 436 ]
+8060 silly gunzTarPerm extractEntry lib/browser.js
+8061 silly gunzTarPerm modified mode [ 'lib/browser.js', 420, 436 ]
+8062 silly gunzTarPerm extractEntry strftime-min.js
+8063 silly gunzTarPerm modified mode [ 'strftime-min.js', 420, 436 ]
+8064 silly gunzTarPerm extractEntry strftime.js
+8065 silly gunzTarPerm modified mode [ 'strftime.js', 420, 436 ]
+8066 silly gunzTarPerm extractEntry .tm_properties
+8067 silly gunzTarPerm modified mode [ '.tm_properties', 420, 436 ]
+8068 silly gunzTarPerm extractEntry Changelog.md
+8069 silly gunzTarPerm modified mode [ 'Changelog.md', 420, 436 ]
+8070 silly gunzTarPerm extractEntry Makefile
+8071 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
+8072 silly gunzTarPerm extractEntry Readme.md
+8073 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+8074 silly gunzTarPerm extractEntry bower.json
+8075 silly gunzTarPerm modified mode [ 'bower.json', 420, 436 ]
+8076 silly gunzTarPerm extractEntry component.json
+8077 silly gunzTarPerm modified mode [ 'component.json', 420, 436 ]
+8078 silly gunzTarPerm extractEntry lib/DOMElement.js
+8079 silly gunzTarPerm modified mode [ 'lib/DOMElement.js', 420, 436 ]
+8080 silly gunzTarPerm extractEntry lib/Parser.js
+8081 silly gunzTarPerm modified mode [ 'lib/Parser.js', 420, 436 ]
+8082 silly gunzTarPerm extractEntry lib/clone.js
+8083 silly gunzTarPerm modified mode [ 'lib/clone.js', 420, 436 ]
+8084 silly gunzTarPerm extractEntry readme.markdown
+8085 silly gunzTarPerm modified mode [ 'readme.markdown', 420, 436 ]
+8086 silly gunzTarPerm extractEntry test/dash.js
+8087 silly gunzTarPerm modified mode [ 'test/dash.js', 420, 436 ]
+8088 silly gunzTarPerm extractEntry db.json
+8089 silly gunzTarPerm modified mode [ 'db.json', 438, 436 ]
+8090 silly gunzTarPerm extractEntry .Readme.md.un~
+8091 silly gunzTarPerm modified mode [ '.Readme.md.un~', 420, 436 ]
+8092 silly gunzTarPerm extractEntry .package.json.un~
+8093 silly gunzTarPerm modified mode [ '.package.json.un~', 420, 436 ]
+8094 silly gunzTarPerm extractEntry lib/IQ.js
+8095 silly gunzTarPerm modified mode [ 'lib/IQ.js', 420, 436 ]
+8096 silly gunzTarPerm extractEntry bin/sshpk-conv
+8097 silly gunzTarPerm modified mode [ 'bin/sshpk-conv', 493, 509 ]
+8098 silly gunzTarPerm extractEntry bin/sshpk-sign
+8099 silly gunzTarPerm modified mode [ 'bin/sshpk-sign', 493, 509 ]
+8100 silly gunzTarPerm extractEntry bin/sshpk-verify
+8101 silly gunzTarPerm modified mode [ 'bin/sshpk-verify', 493, 509 ]
+8102 silly gunzTarPerm extractEntry examples/tcp_server.js
+8103 silly gunzTarPerm modified mode [ 'examples/tcp_server.js', 420, 436 ]
+8104 silly gunzTarPerm extractEntry lib/websocket/driver.js
+8105 silly gunzTarPerm modified mode [ 'lib/websocket/driver.js', 420, 436 ]
+8106 silly gunzTarPerm extractEntry draft-03/examples/interfaces
+8107 silly gunzTarPerm modified mode [ 'draft-03/examples/interfaces', 438, 436 ]
+8108 silly gunzTarPerm extractEntry example/usage.js
+8109 silly gunzTarPerm extractEntry example/usage.js
+8110 silly gunzTarPerm extractEntry lib/index.js
+8111 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+8112 silly gunzTarPerm extractEntry .travis.yml
+8113 silly gunzTarPerm extractEntry lib/error.js
+8114 silly gunzTarPerm modified mode [ 'lib/error.js', 420, 436 ]
+8115 silly gunzTarPerm extractEntry examples/color-message.js
+8116 silly gunzTarPerm modified mode [ 'examples/color-message.js', 420, 436 ]
+8117 silly gunzTarPerm extractEntry CHANGELOG.md
+8118 silly gunzTarPerm extractEntry js/main/any.js
+8119 silly gunzTarPerm extractEntry lib/createElement.js
+8120 silly gunzTarPerm modified mode [ 'lib/createElement.js', 420, 436 ]
+8121 silly gunzTarPerm extractEntry lib/pubsuffix.js
+8122 silly gunzTarPerm modified mode [ 'lib/pubsuffix.js', 420, 436 ]
+8123 silly gunzTarPerm extractEntry lib/store.js
+8124 silly gunzTarPerm modified mode [ 'lib/store.js', 420, 436 ]
+8125 silly gunzTarPerm extractEntry .travis.yml
+8126 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8127 silly gunzTarPerm extractEntry draft-03/hyper-schema
+8128 silly gunzTarPerm modified mode [ 'draft-03/hyper-schema', 438, 436 ]
+8129 silly gunzTarPerm extractEntry examples/README.md
+8130 silly gunzTarPerm extractEntry lib/auth.js
+8131 silly gunzTarPerm extractEntry test/connection.js
+8132 silly gunzTarPerm extractEntry test/disconnect.js
+8133 silly gunzTarPerm extractEntry draft-03/json-ref
+8134 silly gunzTarPerm modified mode [ 'draft-03/json-ref', 438, 436 ]
+8135 silly gunzTarPerm extractEntry nan_new.h
+8136 silly gunzTarPerm extractEntry lib/colors.js
+8137 silly gunzTarPerm modified mode [ 'lib/colors.js', 420, 436 ]
+8138 silly gunzTarPerm extractEntry ctype.js
+8139 silly gunzTarPerm modified mode [ 'ctype.js', 438, 436 ]
+8140 silly gunzTarPerm extractEntry man/man3ctype/ctio.3ctype
+8141 silly gunzTarPerm modified mode [ 'man/man3ctype/ctio.3ctype', 438, 436 ]
+8142 silly gunzTarPerm extractEntry lib/index.js
+8143 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+8144 silly gunzTarPerm extractEntry CONTRIBUTING.md
+8145 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 436 ]
+8146 silly gunzTarPerm extractEntry lib/sec.js
+8147 silly gunzTarPerm modified mode [ 'lib/sec.js', 420, 436 ]
+8148 silly gunzTarPerm extractEntry test/run.js
+8149 silly gunzTarPerm modified mode [ 'test/run.js', 493, 509 ]
+8150 silly gunzTarPerm extractEntry test/integration/test-delayed-http-upload.js
+8151 silly gunzTarPerm modified mode [ 'test/integration/test-delayed-http-upload.js', 420, 436 ]
+8152 silly gunzTarPerm extractEntry .gitmodules
+8153 silly gunzTarPerm modified mode [ '.gitmodules', 420, 436 ]
+8154 silly gunzTarPerm extractEntry tests/tst.werror.js
+8155 silly gunzTarPerm modified mode [ 'tests/tst.werror.js', 420, 436 ]
+8156 silly gunzTarPerm extractEntry lib/ber/index.js
+8157 silly gunzTarPerm modified mode [ 'lib/ber/index.js', 420, 436 ]
+8158 silly gunzTarPerm extractEntry lib/ber/reader.js
+8159 silly gunzTarPerm modified mode [ 'lib/ber/reader.js', 420, 436 ]
+8160 silly gunzTarPerm extractEntry doc/backoff_events.png
+8161 silly gunzTarPerm modified mode [ 'doc/backoff_events.png', 420, 436 ]
+8162 silly gunzTarPerm extractEntry doc/function_call_events.png
+8163 silly gunzTarPerm modified mode [ 'doc/function_call_events.png', 420, 436 ]
+8164 silly gunzTarPerm extractEntry passthrough.js
+8165 silly gunzTarPerm modified mode [ 'passthrough.js', 420, 436 ]
+8166 silly gunzTarPerm extractEntry readable.js
+8167 silly gunzTarPerm modified mode [ 'readable.js', 420, 436 ]
+8168 silly gunzTarPerm extractEntry lib/extendStringPrototype.js
+8169 silly gunzTarPerm modified mode [ 'lib/extendStringPrototype.js', 420, 436 ]
+8170 silly gunzTarPerm extractEntry component.json
+8171 silly gunzTarPerm modified mode [ 'component.json', 420, 436 ]
+8172 silly gunzTarPerm extractEntry Makefile.targ
+8173 silly gunzTarPerm modified mode [ 'Makefile.targ', 420, 436 ]
+8174 silly gunzTarPerm extractEntry .gitmodules
+8175 silly gunzTarPerm modified mode [ '.gitmodules', 420, 436 ]
+8176 silly gunzTarPerm extractEntry jsl.node.conf
+8177 silly gunzTarPerm modified mode [ 'jsl.node.conf', 420, 436 ]
+8178 silly gunzTarPerm extractEntry lib/index.js
+8179 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 509 ]
+8180 silly gunzTarPerm extractEntry .travis.yml
+8181 silly gunzTarPerm modified mode [ '.travis.yml', 493, 509 ]
+8182 silly gunzTarPerm extractEntry AUTHORS.md
+8183 silly gunzTarPerm modified mode [ 'AUTHORS.md', 420, 436 ]
+8184 silly gunzTarPerm extractEntry jsdoc.json
+8185 silly gunzTarPerm modified mode [ 'jsdoc.json', 420, 436 ]
+8186 silly gunzTarPerm extractEntry test/stringify_test.js
+8187 silly gunzTarPerm modified mode [ 'test/stringify_test.js', 420, 436 ]
+8188 silly gunzTarPerm extractEntry test/mocha.opts
+8189 silly gunzTarPerm modified mode [ 'test/mocha.opts', 420, 436 ]
+8190 silly gunzTarPerm extractEntry test/fallback.js
+8191 silly gunzTarPerm modified mode [ 'test/fallback.js', 420, 436 ]
+8192 silly gunzTarPerm extractEntry test/leakcheck.js
+8193 silly gunzTarPerm modified mode [ 'test/leakcheck.js', 420, 436 ]
+8194 silly gunzTarPerm extractEntry test/toascii.js
+8195 silly gunzTarPerm modified mode [ 'test/toascii.js', 420, 436 ]
+8196 silly gunzTarPerm extractEntry test/tounicode.js
+8197 silly gunzTarPerm modified mode [ 'test/tounicode.js', 420, 436 ]
+8198 silly gunzTarPerm extractEntry node-stringprep.cc
+8199 silly gunzTarPerm modified mode [ 'node-stringprep.cc', 420, 436 ]
+8200 silly gunzTarPerm extractEntry .travis.yml
+8201 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8202 silly gunzTarPerm extractEntry README.markdown
+8203 silly gunzTarPerm modified mode [ 'README.markdown', 420, 436 ]
+8204 silly gunzTarPerm extractEntry readable.js
+8205 silly gunzTarPerm modified mode [ 'readable.js', 420, 436 ]
+8206 silly gunzTarPerm extractEntry transform.js
+8207 silly gunzTarPerm modified mode [ 'transform.js', 420, 436 ]
+8208 silly gunzTarPerm extractEntry lib/index.js
+8209 silly gunzTarPerm extractEntry test/index.js
+8210 silly gunzTarPerm extractEntry examples/offset.js
+8211 silly gunzTarPerm extractEntry examples/time.js
+8212 silly gunzTarPerm extractEntry nacl.min.js
+8213 silly gunzTarPerm modified mode [ 'nacl.min.js', 420, 436 ]
+8214 silly gunzTarPerm extractEntry CHANGELOG.md
+8215 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
+8216 silly gunzTarPerm extractEntry require.js
+8217 silly gunzTarPerm modified mode [ 'require.js', 420, 436 ]
+8218 silly gunzTarPerm extractEntry .jshintrc
+8219 silly gunzTarPerm extractEntry Makefile
+8220 silly gunzTarPerm extractEntry bower.json
+8221 silly gunzTarPerm modified mode [ 'bower.json', 420, 436 ]
+8222 silly gunzTarPerm extractEntry util.js
+8223 silly gunzTarPerm modified mode [ 'util.js', 420, 436 ]
+8224 silly gunzTarPerm extractEntry .zuul.yml
+8225 silly gunzTarPerm modified mode [ '.zuul.yml', 420, 436 ]
+8226 silly gunzTarPerm extractEntry lib/form_data.js
+8227 silly gunzTarPerm modified mode [ 'lib/form_data.js', 420, 436 ]
+8228 silly gunzTarPerm extractEntry test/default_bool.js
+8229 silly gunzTarPerm modified mode [ 'test/default_bool.js', 420, 436 ]
+8230 silly gunzTarPerm extractEntry test/dotted.js
+8231 silly gunzTarPerm modified mode [ 'test/dotted.js', 420, 436 ]
+8232 silly gunzTarPerm extractEntry test/long.js
+8233 silly gunzTarPerm modified mode [ 'test/long.js', 420, 436 ]
+8234 silly gunzTarPerm extractEntry test/parse.js
+8235 silly gunzTarPerm modified mode [ 'test/parse.js', 420, 436 ]
+8236 silly gunzTarPerm extractEntry test/parse_modified.js
+8237 silly gunzTarPerm modified mode [ 'test/parse_modified.js', 420, 436 ]
+8238 silly gunzTarPerm extractEntry test/short.js
+8239 silly gunzTarPerm modified mode [ 'test/short.js', 420, 436 ]
+8240 silly gunzTarPerm extractEntry test/whitespace.js
+8241 silly gunzTarPerm modified mode [ 'test/whitespace.js', 420, 436 ]
+8242 silly gunzTarPerm extractEntry .travis.yml
+8243 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8244 silly gunzTarPerm extractEntry lib/JID.js
+8245 silly gunzTarPerm modified mode [ 'lib/JID.js', 420, 436 ]
+8246 silly gunzTarPerm extractEntry lib/Message.js
+8247 silly gunzTarPerm modified mode [ 'lib/Message.js', 420, 436 ]
+8248 silly gunzTarPerm extractEntry lib/websocket/http_parser.js
+8249 silly gunzTarPerm modified mode [ 'lib/websocket/http_parser.js', 420, 436 ]
+8250 silly gunzTarPerm extractEntry lib/websocket/streams.js
+8251 silly gunzTarPerm modified mode [ 'lib/websocket/streams.js', 420, 436 ]
+8252 silly gunzTarPerm extractEntry lib/schemas/index.js
+8253 silly gunzTarPerm modified mode [ 'lib/schemas/index.js', 420, 436 ]
+8254 silly gunzTarPerm extractEntry lib/schemas/log.json
+8255 silly gunzTarPerm modified mode [ 'lib/schemas/log.json', 420, 436 ]
+8256 silly gunzTarPerm extractEntry lib/index.js
+8257 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+8258 silly gunzTarPerm extractEntry lib/runner.js
+8259 silly gunzTarPerm modified mode [ 'lib/runner.js', 420, 436 ]
+8260 silly gunzTarPerm extractEntry images/hawk.png
+8261 silly gunzTarPerm extractEntry images/logo.png
+8262 silly gunzTarPerm extractEntry images/hawk.png
+8263 silly gunzTarPerm extractEntry images/logo.png
+8264 silly gunzTarPerm extractEntry examples/couchdb.js
+8265 silly gunzTarPerm modified mode [ 'examples/couchdb.js', 420, 436 ]
+8266 silly gunzTarPerm extractEntry examples/create-file.js
+8267 silly gunzTarPerm modified mode [ 'examples/create-file.js', 420, 436 ]
+8268 silly gunzTarPerm extractEntry js/main/finally.js
+8269 silly gunzTarPerm extractEntry js/main/generators.js
+8270 silly gunzTarPerm extractEntry js/main/join.js
+8271 silly gunzTarPerm extractEntry lib/Element.js
+8272 silly gunzTarPerm modified mode [ 'lib/Element.js', 420, 436 ]
+8273 silly gunzTarPerm extractEntry lib/escape.js
+8274 silly gunzTarPerm modified mode [ 'lib/escape.js', 420, 436 ]
+8275 silly gunzTarPerm extractEntry lib/algs.js
+8276 silly gunzTarPerm modified mode [ 'lib/algs.js', 420, 436 ]
+8277 silly gunzTarPerm extractEntry lib/ed-compat.js
+8278 silly gunzTarPerm modified mode [ 'lib/ed-compat.js', 420, 436 ]
+8279 silly gunzTarPerm extractEntry CHANGELOG.md
+8280 silly gunzTarPerm extractEntry lib/auth.js
+8281 silly gunzTarPerm extractEntry lib/cookies.js
+8282 silly gunzTarPerm extractEntry lib/getProxyFromURI.js
+8283 silly gunzTarPerm extractEntry js/main/filter.js
+8284 silly gunzTarPerm extractEntry test/onconnect-listener.js
+8285 silly gunzTarPerm extractEntry nan_string_bytes.h
+8286 silly gunzTarPerm extractEntry CHANGELOG.md
+8287 silly gunzTarPerm extractEntry js/main/method.js
+8288 silly gunzTarPerm extractEntry draft-03/links
+8289 silly gunzTarPerm modified mode [ 'draft-03/links', 438, 436 ]
+8290 silly gunzTarPerm extractEntry draft-03/schema
+8291 silly gunzTarPerm modified mode [ 'draft-03/schema', 438, 436 ]
+8292 silly gunzTarPerm extractEntry lib/index.js
+8293 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+8294 silly gunzTarPerm extractEntry lib/styles.js
+8295 silly gunzTarPerm modified mode [ 'lib/styles.js', 420, 436 ]
+8296 silly gunzTarPerm extractEntry CHANGELOG
+8297 silly gunzTarPerm modified mode [ 'CHANGELOG', 438, 436 ]
+8298 silly gunzTarPerm extractEntry tools/jsstyle
+8299 silly gunzTarPerm modified mode [ 'tools/jsstyle', 511, 509 ]
+8300 silly gunzTarPerm extractEntry tools/jsl.conf
+8301 silly gunzTarPerm modified mode [ 'tools/jsl.conf', 511, 509 ]
+8302 silly gunzTarPerm extractEntry test/escaper.js
+8303 silly gunzTarPerm modified mode [ 'test/escaper.js', 420, 436 ]
+8304 silly gunzTarPerm extractEntry test/index.js
+8305 silly gunzTarPerm modified mode [ 'test/index.js', 420, 436 ]
+8306 silly gunzTarPerm extractEntry lib/LICENSE-jsbn
+8307 silly gunzTarPerm modified mode [ 'lib/LICENSE-jsbn', 420, 436 ]
+8308 silly gunzTarPerm extractEntry test/integration/test-delayed-stream-auto-pause.js
+8309 silly gunzTarPerm modified mode [ 'test/integration/test-delayed-stream-auto-pause.js',
+8309 silly gunzTarPerm   420,
+8309 silly gunzTarPerm   436 ]
+8310 silly gunzTarPerm extractEntry tests/tst.verror.js
+8311 silly gunzTarPerm modified mode [ 'tests/tst.verror.js', 420, 436 ]
+8312 silly gunzTarPerm extractEntry tests/tst.inherit.js
+8313 silly gunzTarPerm modified mode [ 'tests/tst.inherit.js', 420, 436 ]
+8314 silly gunzTarPerm extractEntry lib/websocket/driver/base.js
+8315 silly gunzTarPerm modified mode [ 'lib/websocket/driver/base.js', 420, 436 ]
+8316 silly gunzTarPerm extractEntry lib/websocket/driver/client.js
+8317 silly gunzTarPerm modified mode [ 'lib/websocket/driver/client.js', 420, 436 ]
+8318 silly gunzTarPerm extractEntry lib/ber/types.js
+8319 silly gunzTarPerm modified mode [ 'lib/ber/types.js', 420, 436 ]
+8320 silly gunzTarPerm extractEntry .travis.yml
+8321 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8322 silly gunzTarPerm extractEntry .jshintrc
+8323 silly gunzTarPerm modified mode [ '.jshintrc', 420, 436 ]
+8324 silly gunzTarPerm extractEntry lib/_stream_duplex.js
+8325 silly gunzTarPerm modified mode [ 'lib/_stream_duplex.js', 420, 436 ]
+8326 silly gunzTarPerm extractEntry lib/_stream_passthrough.js
+8327 silly gunzTarPerm modified mode [ 'lib/_stream_passthrough.js', 420, 436 ]
+8328 silly gunzTarPerm extractEntry .eslintrc
+8329 silly gunzTarPerm modified mode [ '.eslintrc', 420, 436 ]
+8330 silly gunzTarPerm extractEntry .travis.yml
+8331 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8332 silly gunzTarPerm extractEntry test/index.js
+8333 silly gunzTarPerm modified mode [ 'test/index.js', 493, 509 ]
+8334 silly gunzTarPerm extractEntry lib/core.js
+8335 silly gunzTarPerm modified mode [ 'lib/core.js', 420, 436 ]
+8336 silly gunzTarPerm extractEntry lib/_stream_duplex.js
+8337 silly gunzTarPerm modified mode [ 'lib/_stream_duplex.js', 420, 436 ]
+8338 silly gunzTarPerm extractEntry lib/_stream_passthrough.js
+8339 silly gunzTarPerm modified mode [ 'lib/_stream_passthrough.js', 420, 436 ]
+8340 silly gunzTarPerm extractEntry License.md
+8341 silly gunzTarPerm modified mode [ 'License.md', 420, 436 ]
+8342 silly gunzTarPerm extractEntry .History.md.un~
+8343 silly gunzTarPerm modified mode [ '.History.md.un~', 420, 436 ]
+8344 silly gunzTarPerm extractEntry lib/Presence.js
+8345 silly gunzTarPerm modified mode [ 'lib/Presence.js', 420, 436 ]
+8346 silly gunzTarPerm extractEntry lib/SRV.js
+8347 silly gunzTarPerm modified mode [ 'lib/SRV.js', 420, 436 ]
+8348 silly gunzTarPerm extractEntry .travis.yml
+8349 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8350 silly gunzTarPerm extractEntry test/json-schema.js
+8351 silly gunzTarPerm modified mode [ 'test/json-schema.js', 420, 436 ]
+8352 silly gunzTarPerm extractEntry CONTRIBUTING.md
+8353 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 436 ]
+8354 silly gunzTarPerm extractEntry examples/anonymous.js
+8355 silly gunzTarPerm modified mode [ 'examples/anonymous.js', 420, 436 ]
+8356 silly gunzTarPerm extractEntry .travis.yml
+8357 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8358 silly gunzTarPerm extractEntry README.old
+8359 silly gunzTarPerm modified mode [ 'README.old', 438, 436 ]
+8360 silly gunzTarPerm extractEntry lib/populate.js
+8361 silly gunzTarPerm modified mode [ 'lib/populate.js', 420, 436 ]
+8362 silly gunzTarPerm extractEntry .eslintignore
+8363 silly gunzTarPerm modified mode [ '.eslintignore', 420, 436 ]
+8364 silly gunzTarPerm extractEntry lib/browser.js
+8365 silly gunzTarPerm extractEntry examples/custom-levels.js
+8366 silly gunzTarPerm modified mode [ 'examples/custom-levels.js', 420, 436 ]
+8367 silly gunzTarPerm extractEntry examples/custom-pretty-print.js
+8368 silly gunzTarPerm modified mode [ 'examples/custom-pretty-print.js', 420, 436 ]
+8369 silly gunzTarPerm extractEntry examples/exception.js
+8370 silly gunzTarPerm modified mode [ 'examples/exception.js', 420, 436 ]
+8371 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790/node_modules is being purged
+8372 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790/node_modules
+8373 silly gunzTarPerm extractEntry lib/is.js
+8374 silly gunzTarPerm modified mode [ 'lib/is.js', 420, 436 ]
+8375 silly gunzTarPerm extractEntry lib/parse.js
+8376 silly gunzTarPerm modified mode [ 'lib/parse.js', 420, 436 ]
+8377 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-34475b92/node_modules is being purged
+8378 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-34475b92/node_modules
+8379 silly gunzTarPerm extractEntry Makefile
+8380 silly gunzTarPerm extractEntry lib/errors.js
+8381 silly gunzTarPerm modified mode [ 'lib/errors.js', 420, 436 ]
+8382 silly gunzTarPerm extractEntry lib/fingerprint.js
+8383 silly gunzTarPerm modified mode [ 'lib/fingerprint.js', 420, 436 ]
+8384 silly gunzTarPerm extractEntry lib/schemas/content.json
+8385 silly gunzTarPerm modified mode [ 'lib/schemas/content.json', 420, 436 ]
+8386 silly gunzTarPerm extractEntry lib/schemas/cookie.json
+8387 silly gunzTarPerm modified mode [ 'lib/schemas/cookie.json', 420, 436 ]
+8388 silly gunzTarPerm extractEntry lib/schemas/index.js
+8389 silly gunzTarPerm modified mode [ 'lib/schemas/index.js', 420, 436 ]
+8390 silly gunzTarPerm extractEntry lib/schemas/log.json
+8391 silly gunzTarPerm modified mode [ 'lib/schemas/log.json', 420, 436 ]
+8392 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e/node_modules is being purged
+8393 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e/node_modules
+8394 silly gunzTarPerm extractEntry examples/raw-mode.js
+8395 silly gunzTarPerm modified mode [ 'examples/raw-mode.js', 420, 436 ]
+8396 silly gunzTarPerm extractEntry lib/cookies.js
+8397 silly gunzTarPerm extractEntry lib/copy.js
+8398 silly gunzTarPerm extractEntry lib/har.js
+8399 silly gunzTarPerm extractEntry lib/helpers.js
+8400 silly gunzTarPerm extractEntry test/reconnection.js
+8401 silly gunzTarPerm extractEntry test/modules/test1.js
+8402 silly gunzTarPerm modified mode [ 'test/modules/test1.js', 420, 436 ]
+8403 silly gunzTarPerm extractEntry test/modules/test2.js
+8404 silly gunzTarPerm modified mode [ 'test/modules/test2.js', 420, 436 ]
+8405 silly gunzTarPerm extractEntry test/modules/test3.js
+8406 silly gunzTarPerm modified mode [ 'test/modules/test3.js', 420, 436 ]
+8407 silly gunzTarPerm extractEntry lib/ber/writer.js
+8408 silly gunzTarPerm modified mode [ 'lib/ber/writer.js', 420, 436 ]
+8409 silly gunzTarPerm extractEntry tst/ber/reader.test.js
+8410 silly gunzTarPerm modified mode [ 'tst/ber/reader.test.js', 420, 436 ]
+8411 silly gunzTarPerm extractEntry lib/custom/trap.js
+8412 silly gunzTarPerm modified mode [ 'lib/custom/trap.js', 420, 436 ]
+8413 silly gunzTarPerm extractEntry lib/custom/zalgo.js
+8414 silly gunzTarPerm modified mode [ 'lib/custom/zalgo.js', 420, 436 ]
+8415 silly gunzTarPerm extractEntry test/integration/test-delayed-stream-pause.js
+8416 silly gunzTarPerm modified mode [ 'test/integration/test-delayed-stream-pause.js', 420, 436 ]
+8417 silly gunzTarPerm extractEntry test/integration/test-delayed-stream.js
+8418 silly gunzTarPerm modified mode [ 'test/integration/test-delayed-stream.js', 420, 436 ]
+8419 silly gunzTarPerm extractEntry examples/exponential_strategy.js
+8420 silly gunzTarPerm modified mode [ 'examples/exponential_strategy.js', 493, 509 ]
+8421 silly gunzTarPerm extractEntry examples/exponential.js
+8422 silly gunzTarPerm modified mode [ 'examples/exponential.js', 493, 509 ]
+8423 silly gunzTarPerm extractEntry lib/_stream_readable.js
+8424 silly gunzTarPerm modified mode [ 'lib/_stream_readable.js', 420, 436 ]
+8425 silly gunzTarPerm extractEntry js/main/nodeify.js
+8426 silly gunzTarPerm extractEntry js/main/progress.js
+8427 silly gunzTarPerm extractEntry js/main/promise.js
+8428 silly gunzTarPerm extractEntry test/modules/ignore.txt
+8429 silly gunzTarPerm modified mode [ 'test/modules/ignore.txt', 420, 436 ]
+8430 silly gunzTarPerm extractEntry lib/_stream_readable.js
+8431 silly gunzTarPerm modified mode [ 'lib/_stream_readable.js', 420, 436 ]
+8432 silly gunzTarPerm extractEntry Readme.md
+8433 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
+8434 silly gunzTarPerm extractEntry test/common-index.js
+8435 silly gunzTarPerm modified mode [ 'test/common-index.js', 420, 436 ]
+8436 silly gunzTarPerm extractEntry lib/verror.js
+8437 silly gunzTarPerm modified mode [ 'lib/verror.js', 420, 436 ]
+8438 silly gunzTarPerm extractEntry Makefile.targ
+8439 silly gunzTarPerm modified mode [ 'Makefile.targ', 420, 436 ]
+8440 silly gunzTarPerm extractEntry wercker.yml
+8441 silly gunzTarPerm modified mode [ 'wercker.yml', 420, 436 ]
+8442 silly gunzTarPerm extractEntry lib/curve255.js
+8443 silly gunzTarPerm modified mode [ 'lib/curve255.js', 420, 436 ]
+8444 silly gunzTarPerm extractEntry lib/dh.js
+8445 silly gunzTarPerm modified mode [ 'lib/dh.js', 420, 436 ]
+8446 silly gunzTarPerm extractEntry test/misc.js
+8447 silly gunzTarPerm modified mode [ 'test/misc.js', 420, 436 ]
+8448 silly gunzTarPerm extractEntry test/fixtures/cosmic.js
+8449 silly gunzTarPerm modified mode [ 'test/fixtures/cosmic.js', 420, 436 ]
+8450 silly gunzTarPerm extractEntry examples/answer_bot.js
+8451 silly gunzTarPerm modified mode [ 'examples/answer_bot.js', 420, 436 ]
+8452 silly gunzTarPerm extractEntry examples/echo_bot.js
+8453 silly gunzTarPerm modified mode [ 'examples/echo_bot.js', 420, 436 ]
+8454 silly gunzTarPerm extractEntry js/main/promise_array.js
+8455 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca/node_modules is being purged
+8456 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca/node_modules
+8457 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-3cbcb01c/node_modules is being purged
+8458 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-3cbcb01c/node_modules
+8459 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ms-3fc22cc0/node_modules is being purged
+8460 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ms-3fc22cc0/node_modules
+8461 silly gunzTarPerm extractEntry lib/browser.js
+8462 silly gunzTarPerm extractEntry lib/client.js
+8463 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tunnel-agent-fcce8179/node_modules is being purged
+8464 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tunnel-agent-fcce8179/node_modules
+8465 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba/node_modules is being purged
+8466 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba/node_modules
+8467 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927/node_modules is being purged
+8468 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927/node_modules
+8469 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b/node_modules is being purged
+8470 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b/node_modules
+8471 silly gunzTarPerm extractEntry draft-04/hyper-schema
+8472 silly gunzTarPerm modified mode [ 'draft-04/hyper-schema', 438, 436 ]
+8473 silly gunzTarPerm extractEntry draft-04/links
+8474 silly gunzTarPerm modified mode [ 'draft-04/links', 438, 436 ]
+8475 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674/node_modules is being purged
+8476 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674/node_modules
+8477 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-promise-72b2dc69/node_modules is being purged
+8478 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-promise-72b2dc69/node_modules
+8479 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-2eae5380/node_modules is being purged
+8480 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-2eae5380/node_modules
+8481 silly gunzTarPerm extractEntry lib/Stanza.js
+8482 silly gunzTarPerm modified mode [ 'lib/Stanza.js', 420, 436 ]
+8483 silly gunzTarPerm extractEntry lib/StreamParser.js
+8484 silly gunzTarPerm modified mode [ 'lib/StreamParser.js', 420, 436 ]
+8485 silly gunzTarPerm extractEntry lib/websocket/driver/draft75.js
+8486 silly gunzTarPerm modified mode [ 'lib/websocket/driver/draft75.js', 420, 436 ]
+8487 silly gunzTarPerm extractEntry lib/websocket/driver/draft76.js
+8488 silly gunzTarPerm modified mode [ 'lib/websocket/driver/draft76.js', 420, 436 ]
+8489 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ini-2658a437/node_modules is being purged
+8490 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ini-2658a437/node_modules
+8491 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a/node_modules is being purged
+8492 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a/node_modules
+8493 silly gunzTarPerm extractEntry js/main/es5.js
+8494 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac/node_modules is being purged
+8495 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac/node_modules
+8496 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d/node_modules is being purged
+8497 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d/node_modules
+8498 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849/node_modules is being purged
+8499 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849/node_modules
+8500 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56/node_modules is being purged
+8501 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56/node_modules
+8502 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67/node_modules is being purged
+8503 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67/node_modules
+8504 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db/node_modules is being purged
+8505 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db/node_modules
+8506 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f/node_modules is being purged
+8507 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f/node_modules
+8508 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e/node_modules is being purged
+8509 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e/node_modules
+8510 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131/node_modules is being purged
+8511 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131/node_modules
+8512 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-a76acb5a/node_modules is being purged
+8513 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-a76acb5a/node_modules
+8514 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c/node_modules is being purged
+8515 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c/node_modules
+8516 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-918c8834/node_modules is being purged
+8517 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-918c8834/node_modules
+8518 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/punycode-2568c591/node_modules is being purged
+8519 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/punycode-2568c591/node_modules
+8520 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/supports-color-1d4b2ef6/node_modules is being purged
+8521 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/supports-color-1d4b2ef6/node_modules
+8522 silly gunzTarPerm extractEntry lib/client.js
+8523 silly gunzTarPerm extractEntry lib/crypto.js
+8524 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/chalk-db777f00/node_modules is being purged
+8525 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/chalk-db777f00/node_modules
+8526 silly gunzTarPerm extractEntry lib/schemas/creator.json
+8527 silly gunzTarPerm modified mode [ 'lib/schemas/creator.json', 420, 436 ]
+8528 silly gunzTarPerm extractEntry lib/schemas/entry.json
+8529 silly gunzTarPerm modified mode [ 'lib/schemas/entry.json', 420, 436 ]
+8530 silly gunzTarPerm extractEntry lib/schemas/content.json
+8531 silly gunzTarPerm modified mode [ 'lib/schemas/content.json', 420, 436 ]
+8532 silly gunzTarPerm extractEntry lib/schemas/cookie.json
+8533 silly gunzTarPerm modified mode [ 'lib/schemas/cookie.json', 420, 436 ]
+8534 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815/node_modules is being purged
+8535 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815/node_modules
+8536 silly gunzTarPerm extractEntry lib/tag.js
+8537 silly gunzTarPerm modified mode [ 'lib/tag.js', 420, 436 ]
+8538 silly gunzTarPerm extractEntry lib/equal.js
+8539 silly gunzTarPerm modified mode [ 'lib/equal.js', 420, 436 ]
+8540 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-5ed027d7/node_modules is being purged
+8541 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-5ed027d7/node_modules
+8542 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-48068532/node_modules is being purged
+8543 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-48068532/node_modules
+8544 silly gunzTarPerm extractEntry lib/dhe.js
+8545 silly gunzTarPerm modified mode [ 'lib/dhe.js', 420, 436 ]
+8546 silly gunzTarPerm extractEntry lib/certificate.js
+8547 silly gunzTarPerm modified mode [ 'lib/certificate.js', 420, 436 ]
+8548 silly gunzTarPerm extractEntry lib/getProxyFromURI.js
+8549 silly gunzTarPerm extractEntry lib/har.js
+8550 silly gunzTarPerm extractEntry lib/helpers.js
+8551 silly gunzTarPerm extractEntry lib/multipart.js
+8552 silly gunzTarPerm extractEntry lib/oauth.js
+8553 silly gunzTarPerm extractEntry lib/querystring.js
+8554 silly gunzTarPerm extractEntry js/main/promise_resolver.js
+8555 silly gunzTarPerm extractEntry examples/regular-expressions.js
+8556 silly gunzTarPerm modified mode [ 'examples/regular-expressions.js', 420, 436 ]
+8557 silly gunzTarPerm extractEntry examples/silly-levels.js
+8558 silly gunzTarPerm modified mode [ 'examples/silly-levels.js', 420, 436 ]
+8559 silly gunzTarPerm extractEntry lib/multipart.js
+8560 silly gunzTarPerm extractEntry lib/redirect.js
+8561 silly gunzTarPerm extractEntry tst/ber/writer.test.js
+8562 silly gunzTarPerm modified mode [ 'tst/ber/writer.test.js', 420, 436 ]
+8563 silly gunzTarPerm extractEntry lib/_stream_transform.js
+8564 silly gunzTarPerm modified mode [ 'lib/_stream_transform.js', 420, 436 ]
+8565 silly gunzTarPerm extractEntry lib/_stream_writable.js
+8566 silly gunzTarPerm modified mode [ 'lib/_stream_writable.js', 420, 436 ]
+8567 silly gunzTarPerm extractEntry js/main/errors.js
+8568 silly gunzTarPerm extractEntry lib/_stream_transform.js
+8569 silly gunzTarPerm modified mode [ 'lib/_stream_transform.js', 420, 436 ]
+8570 silly gunzTarPerm extractEntry lib/_stream_writable.js
+8571 silly gunzTarPerm modified mode [ 'lib/_stream_writable.js', 420, 436 ]
+8572 silly gunzTarPerm extractEntry test/integration/test-handle-source-errors.js
+8573 silly gunzTarPerm modified mode [ 'test/integration/test-handle-source-errors.js', 420, 436 ]
+8574 silly gunzTarPerm extractEntry test/integration/test-max-data-size.js
+8575 silly gunzTarPerm modified mode [ 'test/integration/test-max-data-size.js', 420, 436 ]
+8576 silly gunzTarPerm extractEntry test/index.js
+8577 silly gunzTarPerm modified mode [ 'test/index.js', 420, 436 ]
+8578 silly gunzTarPerm extractEntry test/tap-index.js
+8579 silly gunzTarPerm modified mode [ 'test/tap-index.js', 420, 436 ]
+8580 silly gunzTarPerm extractEntry examples/levels-werror.js
+8581 silly gunzTarPerm modified mode [ 'examples/levels-werror.js', 420, 436 ]
+8582 silly gunzTarPerm extractEntry examples/levels-verror.js
+8583 silly gunzTarPerm modified mode [ 'examples/levels-verror.js', 420, 436 ]
+8584 silly gunzTarPerm extractEntry test/json-schema-draft4/minLength.json
+8585 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/minLength.json', 420, 436 ]
+8586 silly gunzTarPerm extractEntry test/json-schema-draft4/additionalItems.json
+8587 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/additionalItems.json', 420, 436 ]
+8588 silly gunzTarPerm extractEntry lib/oauth.js
+8589 silly gunzTarPerm extractEntry lib/tunnel.js
+8590 silly gunzTarPerm extractEntry lib/maps/america.js
+8591 silly gunzTarPerm modified mode [ 'lib/maps/america.js', 420, 436 ]
+8592 silly gunzTarPerm extractEntry lib/maps/rainbow.js
+8593 silly gunzTarPerm modified mode [ 'lib/maps/rainbow.js', 420, 436 ]
+8594 silly gunzTarPerm extractEntry js/main/promisify.js
+8595 silly gunzTarPerm extractEntry lib/eddsa.js
+8596 silly gunzTarPerm modified mode [ 'lib/eddsa.js', 420, 436 ]
+8597 silly gunzTarPerm extractEntry lib/utils.js
+8598 silly gunzTarPerm modified mode [ 'lib/utils.js', 420, 436 ]
+8599 silly gunzTarPerm extractEntry lib/crypto.js
+8600 silly gunzTarPerm extractEntry lib/index.js
+8601 silly gunzTarPerm extractEntry examples/echo_bot_oauth.js
+8602 silly gunzTarPerm modified mode [ 'examples/echo_bot_oauth.js', 420, 436 ]
+8603 silly gunzTarPerm extractEntry examples/prebind.js
+8604 silly gunzTarPerm modified mode [ 'examples/prebind.js', 420, 436 ]
+8605 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860/node_modules is being purged
+8606 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860/node_modules
+8607 silly gunzTarPerm extractEntry examples/function_call.js
+8608 silly gunzTarPerm modified mode [ 'examples/function_call.js', 493, 509 ]
+8609 silly gunzTarPerm extractEntry examples/fibonacci_strategy.js
+8610 silly gunzTarPerm modified mode [ 'examples/fibonacci_strategy.js', 493, 509 ]
+8611 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894/node_modules is being purged
+8612 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894/node_modules
+8613 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed/node_modules is being purged
+8614 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed/node_modules
+8615 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-3dd74aa2/node_modules is being purged
+8616 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-3dd74aa2/node_modules
+8617 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-7697a5ca/node_modules is being purged
+8618 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-7697a5ca/node_modules
+8619 silly gunzTarPerm extractEntry js/main/each.js
+8620 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a/node_modules is being purged
+8621 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a/node_modules
+8622 silly gunzTarPerm extractEntry draft-04/schema
+8623 silly gunzTarPerm modified mode [ 'draft-04/schema', 438, 436 ]
+8624 silly gunzTarPerm extractEntry draft-01/hyper-schema
+8625 silly gunzTarPerm modified mode [ 'draft-01/hyper-schema', 438, 436 ]
+8626 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384/node_modules is being purged
+8627 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384/node_modules
+8628 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isarray-8de3d6d4/node_modules is being purged
+8629 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isarray-8de3d6d4/node_modules
+8630 silly gunzTarPerm extractEntry lib/index.js
+8631 silly gunzTarPerm extractEntry lib/server.js
+8632 silly gunzTarPerm extractEntry lib/schemas/creator.json
+8633 silly gunzTarPerm modified mode [ 'lib/schemas/creator.json', 420, 436 ]
+8634 silly gunzTarPerm extractEntry lib/schemas/entry.json
+8635 silly gunzTarPerm modified mode [ 'lib/schemas/entry.json', 420, 436 ]
+8636 silly gunzTarPerm extractEntry lib/schemas/har.json
+8637 silly gunzTarPerm modified mode [ 'lib/schemas/har.json', 420, 436 ]
+8638 silly gunzTarPerm extractEntry lib/schemas/cache.json
+8639 silly gunzTarPerm modified mode [ 'lib/schemas/cache.json', 420, 436 ]
+8640 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44/node_modules is being purged
+8641 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44/node_modules
+8642 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af/node_modules is being purged
+8643 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af/node_modules
+8644 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9/node_modules is being purged
+8645 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9/node_modules
+8646 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-types-a82e9fab/node_modules is being purged
+8647 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-types-a82e9fab/node_modules
+8648 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsprim-c3734b4c/node_modules is being purged
+8649 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsprim-c3734b4c/node_modules
+8650 silly gunzTarPerm extractEntry js/main/props.js
+8651 silly gunzTarPerm extractEntry lib/parsers/index.js
+8652 silly gunzTarPerm modified mode [ 'lib/parsers/index.js', 420, 436 ]
+8653 silly gunzTarPerm extractEntry lib/parsers/libxmljs.js
+8654 silly gunzTarPerm modified mode [ 'lib/parsers/libxmljs.js', 420, 436 ]
+8655 silly gunzTarPerm extractEntry lib/index.js
+8656 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
+8657 silly gunzTarPerm extractEntry lib/key.js
+8658 silly gunzTarPerm modified mode [ 'lib/key.js', 420, 436 ]
+8659 silly gunzTarPerm extractEntry examples/webhook-post.js
+8660 silly gunzTarPerm modified mode [ 'examples/webhook-post.js', 420, 436 ]
+8661 silly gunzTarPerm extractEntry lib/winston.js
+8662 silly gunzTarPerm modified mode [ 'lib/winston.js', 420, 436 ]
+8663 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85/node_modules is being purged
+8664 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85/node_modules
+8665 silly gunzTarPerm extractEntry examples/werror.js
+8666 silly gunzTarPerm modified mode [ 'examples/werror.js', 420, 436 ]
+8667 silly gunzTarPerm extractEntry examples/varargs.js
+8668 silly gunzTarPerm modified mode [ 'examples/varargs.js', 420, 436 ]
+8669 silly gunzTarPerm extractEntry .travis.yml
+8670 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8671 silly gunzTarPerm extractEntry doc/stream.markdown
+8672 silly gunzTarPerm modified mode [ 'doc/stream.markdown', 420, 436 ]
+8673 silly gunzTarPerm extractEntry js/main/direct_resolve.js
+8674 silly gunzTarPerm extractEntry lib/websocket/driver/headers.js
+8675 silly gunzTarPerm modified mode [ 'lib/websocket/driver/headers.js', 420, 436 ]
+8676 silly gunzTarPerm extractEntry lib/websocket/driver/hybi.js
+8677 silly gunzTarPerm modified mode [ 'lib/websocket/driver/hybi.js', 420, 436 ]
+8678 silly gunzTarPerm extractEntry lib/server.js
+8679 silly gunzTarPerm extractEntry lib/utils.js
+8680 silly gunzTarPerm extractEntry lib/maps/random.js
+8681 silly gunzTarPerm modified mode [ 'lib/maps/random.js', 420, 436 ]
+8682 silly gunzTarPerm extractEntry lib/maps/zebra.js
+8683 silly gunzTarPerm modified mode [ 'lib/maps/zebra.js', 420, 436 ]
+8684 silly gunzTarPerm extractEntry js/main/queue.js
+8685 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845/node_modules is being purged
+8686 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845/node_modules
+8687 silly gunzTarPerm extractEntry test/.index.js.un~
+8688 silly gunzTarPerm modified mode [ 'test/.index.js.un~', 420, 436 ]
+8689 silly gunzTarPerm extractEntry test/json-schema-draft4/allOf.json
+8690 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/allOf.json', 420, 436 ]
+8691 silly gunzTarPerm extractEntry test/json-schema-draft4/anyOf.json
+8692 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/anyOf.json', 420, 436 ]
+8693 silly gunzTarPerm extractEntry lib/redirect.js
+8694 silly gunzTarPerm extractEntry CONTRIBUTING.md
+8695 silly gunzTarPerm extractEntry CONTRIBUTING.md
+8696 silly gunzTarPerm extractEntry .eslintrc
+8697 silly gunzTarPerm extractEntry .travis.yml
+8698 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+8699 silly gunzTarPerm extractEntry test/integration/test-pipe-resumes.js
+8700 silly gunzTarPerm modified mode [ 'test/integration/test-pipe-resumes.js', 420, 436 ]
+8701 silly gunzTarPerm extractEntry test/integration/test-proxy-readable.js
+8702 silly gunzTarPerm modified mode [ 'test/integration/test-proxy-readable.js', 420, 436 ]
+8703 silly gunzTarPerm extractEntry lib/utils.js
+8704 silly gunzTarPerm extractEntry .travis.yml
+8705 silly gunzTarPerm extractEntry examples/question_bot.js
+8706 silly gunzTarPerm modified mode [ 'examples/question_bot.js', 420, 436 ]
+8707 silly gunzTarPerm extractEntry examples/send_message.js
+8708 silly gunzTarPerm modified mode [ 'examples/send_message.js', 420, 436 ]
+8709 silly gunzTarPerm extractEntry examples/fail.js
+8710 silly gunzTarPerm modified mode [ 'examples/fail.js', 493, 509 ]
+8711 silly gunzTarPerm extractEntry examples/fibonacci.js
+8712 silly gunzTarPerm modified mode [ 'examples/fibonacci.js', 493, 509 ]
+8713 silly gunzTarPerm extractEntry examples/reset.js
+8714 silly gunzTarPerm modified mode [ 'examples/reset.js', 493, 509 ]
+8715 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b/node_modules is being purged
+8716 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b/node_modules
+8717 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f/node_modules is being purged
+8718 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f/node_modules
+8719 silly gunzTarPerm extractEntry draft-01/json-ref
+8720 silly gunzTarPerm modified mode [ 'draft-01/json-ref', 438, 436 ]
+8721 silly gunzTarPerm extractEntry draft-01/links
+8722 silly gunzTarPerm modified mode [ 'draft-01/links', 438, 436 ]
+8723 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stack-trace-bc8a6667/node_modules is being purged
+8724 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stack-trace-bc8a6667/node_modules
+8725 silly gunzTarPerm extractEntry lib/schemas/har.json
+8726 silly gunzTarPerm modified mode [ 'lib/schemas/har.json', 420, 436 ]
+8727 silly gunzTarPerm extractEntry lib/schemas/cache.json
+8728 silly gunzTarPerm modified mode [ 'lib/schemas/cache.json', 420, 436 ]
+8729 silly gunzTarPerm extractEntry lib/parsers/ltx.js
+8730 silly gunzTarPerm modified mode [ 'lib/parsers/ltx.js', 420, 436 ]
+8731 silly gunzTarPerm extractEntry lib/parsers/node-expat.js
+8732 silly gunzTarPerm modified mode [ 'lib/parsers/node-expat.js', 420, 436 ]
+8733 silly gunzTarPerm extractEntry lib/winston/common.js
+8734 silly gunzTarPerm modified mode [ 'lib/winston/common.js', 420, 436 ]
+8735 silly gunzTarPerm extractEntry lib/winston/config.js
+8736 silly gunzTarPerm modified mode [ 'lib/winston/config.js', 420, 436 ]
+8737 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678/node_modules is being purged
+8738 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678/node_modules
+8739 silly gunzTarPerm extractEntry lib/private-key.js
+8740 silly gunzTarPerm modified mode [ 'lib/private-key.js', 420, 436 ]
+8741 silly gunzTarPerm extractEntry lib/signature.js
+8742 silly gunzTarPerm modified mode [ 'lib/signature.js', 420, 436 ]
+8743 silly gunzTarPerm extractEntry lib/schemas/cacheEntry.json
+8744 silly gunzTarPerm modified mode [ 'lib/schemas/cacheEntry.json', 420, 436 ]
+8745 silly gunzTarPerm extractEntry lib/schemas/page.json
+8746 silly gunzTarPerm modified mode [ 'lib/schemas/page.json', 420, 436 ]
+8747 silly gunzTarPerm extractEntry doc/wg-meetings/2015-01-30.md
+8748 silly gunzTarPerm modified mode [ 'doc/wg-meetings/2015-01-30.md', 420, 436 ]
+8749 silly gunzTarPerm extractEntry .zuul.yml
+8750 silly gunzTarPerm modified mode [ '.zuul.yml', 420, 436 ]
+8751 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tls-connect-41aaa414/node_modules is being purged
+8752 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tls-connect-41aaa414/node_modules
+8753 silly gunzTarPerm extractEntry lib/websocket/driver/proxy.js
+8754 silly gunzTarPerm modified mode [ 'lib/websocket/driver/proxy.js', 420, 436 ]
+8755 silly gunzTarPerm extractEntry lib/websocket/driver/server.js
+8756 silly gunzTarPerm modified mode [ 'lib/websocket/driver/server.js', 420, 436 ]
+8757 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318/node_modules is being purged
+8758 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318/node_modules
+8759 silly gunzTarPerm extractEntry examples/verror.js
+8760 silly gunzTarPerm modified mode [ 'examples/verror.js', 420, 436 ]
+8761 silly gunzTarPerm extractEntry test/json-schema-draft4/bignum.json
+8762 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/bignum.json', 420, 436 ]
+8763 silly gunzTarPerm extractEntry test/json-schema-draft4/default.json
+8764 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/default.json', 420, 436 ]
+8765 silly gunzTarPerm extractEntry .travis.yml
+8766 silly gunzTarPerm extractEntry test/browser.js
+8767 silly gunzTarPerm extractEntry .eslintrc
+8768 silly gunzTarPerm extractEntry release.sh
+8769 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stringstream-dace6b56/node_modules is being purged
+8770 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stringstream-dace6b56/node_modules
+8771 silly gunzTarPerm extractEntry examples/browser/chat.js
+8772 silly gunzTarPerm modified mode [ 'examples/browser/chat.js', 420, 436 ]
+8773 silly gunzTarPerm extractEntry examples/browser/index.html
+8774 silly gunzTarPerm modified mode [ 'examples/browser/index.html', 420, 436 ]
+8775 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b/node_modules is being purged
+8776 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b/node_modules
+8777 silly gunzTarPerm extractEntry lib/system/supports-colors.js
+8778 silly gunzTarPerm modified mode [ 'lib/system/supports-colors.js', 420, 436 ]
+8779 silly gunzTarPerm extractEntry screenshots/colors.png
+8780 silly gunzTarPerm modified mode [ 'screenshots/colors.png', 420, 436 ]
+8781 silly gunzTarPerm extractEntry examples/randomized.js
+8782 silly gunzTarPerm modified mode [ 'examples/randomized.js', 493, 509 ]
+8783 silly gunzTarPerm extractEntry examples/readme.js
+8784 silly gunzTarPerm modified mode [ 'examples/readme.js', 493, 509 ]
+8785 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b/node_modules is being purged
+8786 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b/node_modules
+8787 silly gunzTarPerm extractEntry draft-01/schema
+8788 silly gunzTarPerm modified mode [ 'draft-01/schema', 438, 436 ]
+8789 silly gunzTarPerm extractEntry draft-zyp-json-schema-04.xml
+8790 silly gunzTarPerm modified mode [ 'draft-zyp-json-schema-04.xml', 438, 436 ]
+8791 silly gunzTarPerm extractEntry test/browser.js
+8792 silly gunzTarPerm extractEntry test/client.js
+8793 silly gunzTarPerm extractEntry lib/schemas/cacheEntry.json
+8794 silly gunzTarPerm modified mode [ 'lib/schemas/cacheEntry.json', 420, 436 ]
+8795 silly gunzTarPerm extractEntry lib/schemas/page.json
+8796 silly gunzTarPerm modified mode [ 'lib/schemas/page.json', 420, 436 ]
+8797 silly gunzTarPerm extractEntry lib/ssh-buffer.js
+8798 silly gunzTarPerm modified mode [ 'lib/ssh-buffer.js', 420, 436 ]
+8799 silly gunzTarPerm extractEntry lib/utils.js
+8800 silly gunzTarPerm modified mode [ 'lib/utils.js', 420, 436 ]
+8801 silly gunzTarPerm extractEntry js/main/debuggability.js
+8802 silly gunzTarPerm extractEntry js/main/race.js
+8803 silly gunzTarPerm extractEntry js/main/context.js
+8804 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c/node_modules is being purged
+8805 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c/node_modules
+8806 silly gunzTarPerm extractEntry lib/parsers/node-xml.js
+8807 silly gunzTarPerm modified mode [ 'lib/parsers/node-xml.js', 420, 436 ]
+8808 silly gunzTarPerm extractEntry lib/parsers/sax-js.js
+8809 silly gunzTarPerm modified mode [ 'lib/parsers/sax-js.js', 420, 436 ]
+8810 silly gunzTarPerm extractEntry lib/schemas/pageTimings.json
+8811 silly gunzTarPerm modified mode [ 'lib/schemas/pageTimings.json', 420, 436 ]
+8812 silly gunzTarPerm extractEntry lib/schemas/postData.json
+8813 silly gunzTarPerm modified mode [ 'lib/schemas/postData.json', 420, 436 ]
+8814 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9/node_modules is being purged
+8815 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9/node_modules
+8816 silly gunzTarPerm extractEntry lib/winston/container.js
+8817 silly gunzTarPerm modified mode [ 'lib/winston/container.js', 420, 436 ]
+8818 silly gunzTarPerm extractEntry lib/winston/exception.js
+8819 silly gunzTarPerm modified mode [ 'lib/winston/exception.js', 420, 436 ]
+8820 silly gunzTarPerm extractEntry js/main/reduce.js
+8821 silly gunzTarPerm extractEntry lib/websocket/driver/stream_reader.js
+8822 silly gunzTarPerm modified mode [ 'lib/websocket/driver/stream_reader.js', 420, 436 ]
+8823 silly gunzTarPerm extractEntry lib/websocket/driver/hybi/frame.js
+8824 silly gunzTarPerm modified mode [ 'lib/websocket/driver/hybi/frame.js', 420, 436 ]
+8825 silly gunzTarPerm extractEntry test/json-schema-draft4/definitions.json
+8826 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/definitions.json', 420, 436 ]
+8827 silly gunzTarPerm extractEntry test/json-schema-draft4/dependencies.json
+8828 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/dependencies.json', 420, 436 ]
+8829 silly gunzTarPerm extractEntry js/main/catch_filter.js
+8830 silly gunzTarPerm extractEntry .jshintrc
+8831 silly gunzTarPerm modified mode [ '.jshintrc', 420, 436 ]
+8832 silly gunzTarPerm extractEntry lib/bosh.js
+8833 silly gunzTarPerm modified mode [ 'lib/bosh.js', 420, 436 ]
+8834 silly gunzTarPerm extractEntry js/main/schedule.js
+8835 silly gunzTarPerm extractEntry tests/backoff_strategy.js
+8836 silly gunzTarPerm modified mode [ 'tests/backoff_strategy.js', 420, 436 ]
+8837 silly gunzTarPerm extractEntry tests/exponential_backoff_strategy.js
+8838 silly gunzTarPerm modified mode [ 'tests/exponential_backoff_strategy.js', 420, 436 ]
+8839 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-db-44aa0b14/node_modules is being purged
+8840 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-db-44aa0b14/node_modules
+8841 silly gunzTarPerm extractEntry tests/basic-test.js
+8842 silly gunzTarPerm modified mode [ 'tests/basic-test.js', 420, 436 ]
+8843 silly gunzTarPerm extractEntry tests/safe-test.js
+8844 silly gunzTarPerm modified mode [ 'tests/safe-test.js', 420, 436 ]
+8845 silly gunzTarPerm extractEntry lib/links.js
+8846 silly gunzTarPerm modified mode [ 'lib/links.js', 438, 436 ]
+8847 silly gunzTarPerm extractEntry lib/validate.js
+8848 silly gunzTarPerm modified mode [ 'lib/validate.js', 438, 436 ]
+8849 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94/node_modules is being purged
+8850 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94/node_modules
+8851 silly gunzTarPerm extractEntry test/client.js
+8852 silly gunzTarPerm extractEntry test/crypto.js
+8853 silly gunzTarPerm extractEntry test/index.js
+8854 silly gunzTarPerm extractEntry js/main/captured_trace.js
+8855 silly gunzTarPerm extractEntry lib/schemas/record.json
+8856 silly gunzTarPerm modified mode [ 'lib/schemas/record.json', 420, 436 ]
+8857 silly gunzTarPerm extractEntry lib/schemas/request.json
+8858 silly gunzTarPerm modified mode [ 'lib/schemas/request.json', 420, 436 ]
+8859 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7/node_modules is being purged
+8860 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7/node_modules
+8861 silly gunzTarPerm extractEntry test/crypto.js
+8862 silly gunzTarPerm extractEntry test/index.js
+8863 silly gunzTarPerm extractEntry test/readme.js
+8864 silly gunzTarPerm extractEntry test/message.js
+8865 silly gunzTarPerm extractEntry lib/schemas/pageTimings.json
+8866 silly gunzTarPerm modified mode [ 'lib/schemas/pageTimings.json', 420, 436 ]
+8867 silly gunzTarPerm extractEntry lib/schemas/postData.json
+8868 silly gunzTarPerm modified mode [ 'lib/schemas/postData.json', 420, 436 ]
+8869 silly gunzTarPerm extractEntry lib/identity.js
+8870 silly gunzTarPerm modified mode [ 'lib/identity.js', 420, 436 ]
+8871 silly gunzTarPerm extractEntry lib/formats/auto.js
+8872 silly gunzTarPerm modified mode [ 'lib/formats/auto.js', 420, 436 ]
+8873 silly gunzTarPerm extractEntry lib/winston/logger.js
+8874 silly gunzTarPerm modified mode [ 'lib/winston/logger.js', 493, 509 ]
+8875 silly gunzTarPerm extractEntry lib/winston/transports.js
+8876 silly gunzTarPerm modified mode [ 'lib/winston/transports.js', 420, 436 ]
+8877 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/simple-xmpp-85cce3c7/node_modules is being purged
+8878 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/simple-xmpp-85cce3c7/node_modules
+8879 silly gunzTarPerm extractEntry test/server.js
+8880 silly gunzTarPerm extractEntry test/readme.js
+8881 silly gunzTarPerm extractEntry test/uri.js
+8882 silly gunzTarPerm extractEntry test/server.js
+8883 silly gunzTarPerm extractEntry lib/websocket/driver/hybi/message.js
+8884 silly gunzTarPerm modified mode [ 'lib/websocket/driver/hybi/message.js', 420, 436 ]
+8885 silly gunzTarPerm extractEntry test/json-schema-draft4/enum.json
+8886 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/enum.json', 420, 436 ]
+8887 silly gunzTarPerm extractEntry test/json-schema-draft4/format.json
+8888 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/format.json', 420, 436 ]
+8889 silly gunzTarPerm extractEntry tests/function_call.js
+8890 silly gunzTarPerm modified mode [ 'tests/function_call.js', 420, 436 ]
+8891 silly gunzTarPerm extractEntry tests/api.js
+8892 silly gunzTarPerm modified mode [ 'tests/api.js', 420, 436 ]
+8893 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/xtend-c94a4c7f/node_modules is being purged
+8894 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/xtend-c94a4c7f/node_modules
+8895 silly gunzTarPerm extractEntry themes/generic-logging.js
+8896 silly gunzTarPerm modified mode [ 'themes/generic-logging.js', 420, 436 ]
+8897 silly gunzTarPerm extractEntry test/uri.js
+8898 silly gunzTarPerm extractEntry test/utils.js
+8899 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0/node_modules is being purged
+8900 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0/node_modules
+8901 silly gunzTarPerm extractEntry js/main/settle.js
+8902 silly gunzTarPerm extractEntry js/main/cancel.js
+8903 silly gunzTarPerm extractEntry draft-00/hyper-schema
+8904 silly gunzTarPerm modified mode [ 'draft-00/hyper-schema', 438, 436 ]
+8905 silly gunzTarPerm extractEntry draft-00/json-ref
+8906 silly gunzTarPerm modified mode [ 'draft-00/json-ref', 438, 436 ]
+8907 silly gunzTarPerm extractEntry lib/prebind.js
+8908 silly gunzTarPerm modified mode [ 'lib/prebind.js', 420, 436 ]
+8909 silly gunzTarPerm extractEntry lib/sasl.js
+8910 silly gunzTarPerm modified mode [ 'lib/sasl.js', 420, 436 ]
+8911 silly gunzTarPerm extractEntry lib/schemas/response.json
+8912 silly gunzTarPerm modified mode [ 'lib/schemas/response.json', 420, 436 ]
+8913 silly gunzTarPerm extractEntry lib/schemas/timings.json
+8914 silly gunzTarPerm modified mode [ 'lib/schemas/timings.json', 420, 436 ]
+8915 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3/node_modules is being purged
+8916 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3/node_modules
+8917 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7/node_modules is being purged
+8918 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7/node_modules
+8919 silly gunzTarPerm extractEntry lib/schemas/record.json
+8920 silly gunzTarPerm modified mode [ 'lib/schemas/record.json', 420, 436 ]
+8921 silly gunzTarPerm extractEntry lib/schemas/request.json
+8922 silly gunzTarPerm modified mode [ 'lib/schemas/request.json', 420, 436 ]
+8923 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qbox-2511688b/node_modules is being purged
+8924 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qbox-2511688b/node_modules
+8925 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b483004d/node_modules is being purged
+8926 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b483004d/node_modules
+8927 silly gunzTarPerm extractEntry lib/formats/openssh-cert.js
+8928 silly gunzTarPerm modified mode [ 'lib/formats/openssh-cert.js', 420, 436 ]
+8929 silly gunzTarPerm extractEntry lib/formats/pem.js
+8930 silly gunzTarPerm modified mode [ 'lib/formats/pem.js', 420, 436 ]
+8931 silly gunzTarPerm extractEntry lib/winston/config/cli-config.js
+8932 silly gunzTarPerm modified mode [ 'lib/winston/config/cli-config.js', 420, 436 ]
+8933 silly gunzTarPerm extractEntry lib/winston/config/npm-config.js
+8934 silly gunzTarPerm modified mode [ 'lib/winston/config/npm-config.js', 420, 436 ]
+8935 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6/node_modules is being purged
+8936 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6/node_modules
+8937 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tweetnacl-72f69a91/node_modules is being purged
+8938 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tweetnacl-72f69a91/node_modules
+8939 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/url-f1c2dbde/node_modules is being purged
+8940 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/url-f1c2dbde/node_modules
+8941 silly gunzTarPerm extractEntry test/json-schema-draft4/items.json
+8942 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/items.json', 420, 436 ]
+8943 silly gunzTarPerm extractEntry test/json-schema-draft4/maxItems.json
+8944 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/maxItems.json', 420, 436 ]
+8945 silly gunzTarPerm extractEntry tests/backoff.js
+8946 silly gunzTarPerm modified mode [ 'tests/backoff.js', 420, 436 ]
+8947 silly gunzTarPerm extractEntry tests/fibonacci_backoff_strategy.js
+8948 silly gunzTarPerm modified mode [ 'tests/fibonacci_backoff_strategy.js', 420, 436 ]
+8949 silly gunzTarPerm extractEntry draft-00/links
+8950 silly gunzTarPerm modified mode [ 'draft-00/links', 438, 436 ]
+8951 silly gunzTarPerm extractEntry draft-00/schema
+8952 silly gunzTarPerm modified mode [ 'draft-00/schema', 438, 436 ]
+8953 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/debug-7d367fb5/node_modules is being purged
+8954 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/debug-7d367fb5/node_modules
+8955 silly gunzTarPerm extractEntry test/utils.js
+8956 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-cf888043/node_modules is being purged
+8957 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-cf888043/node_modules
+8958 silly gunzTarPerm extractEntry lib/session.js
+8959 silly gunzTarPerm modified mode [ 'lib/session.js', 420, 436 ]
+8960 silly gunzTarPerm extractEntry lib/websockets.js
+8961 silly gunzTarPerm modified mode [ 'lib/websockets.js', 420, 436 ]
+8962 silly gunzTarPerm extractEntry lib/schemas/response.json
+8963 silly gunzTarPerm modified mode [ 'lib/schemas/response.json', 420, 436 ]
+8964 silly gunzTarPerm extractEntry lib/schemas/timings.json
+8965 silly gunzTarPerm modified mode [ 'lib/schemas/timings.json', 420, 436 ]
+8966 silly gunzTarPerm extractEntry js/main/some.js
+8967 silly gunzTarPerm extractEntry js/main/call_get.js
+8968 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c/node_modules is being purged
+8969 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c/node_modules
+8970 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899/node_modules is being purged
+8971 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899/node_modules
+8972 silly gunzTarPerm extractEntry lib/formats/pkcs1.js
+8973 silly gunzTarPerm modified mode [ 'lib/formats/pkcs1.js', 420, 436 ]
+8974 silly gunzTarPerm extractEntry lib/formats/pkcs8.js
+8975 silly gunzTarPerm modified mode [ 'lib/formats/pkcs8.js', 420, 436 ]
+8976 silly gunzTarPerm extractEntry lib/winston/config/syslog-config.js
+8977 silly gunzTarPerm modified mode [ 'lib/winston/config/syslog-config.js', 420, 436 ]
+8978 silly gunzTarPerm extractEntry lib/winston/transports/console.js
+8979 silly gunzTarPerm modified mode [ 'lib/winston/transports/console.js', 420, 436 ]
+8980 silly gunzTarPerm extractEntry test/json-schema-draft4/maxLength.json
+8981 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/maxLength.json', 420, 436 ]
+8982 silly gunzTarPerm extractEntry test/json-schema-draft4/maxProperties.json
+8983 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/maxProperties.json', 420, 436 ]
+8984 silly gunzTarPerm extractEntry CHANGES.md
+8985 silly gunzTarPerm modified mode [ 'CHANGES.md', 420, 436 ]
+8986 silly gunzTarPerm extractEntry lib/function_call.js
+8987 silly gunzTarPerm modified mode [ 'lib/function_call.js', 420, 436 ]
+8988 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98/node_modules is being purged
+8989 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98/node_modules
+8990 silly gunzTarPerm extractEntry draft-02/hyper-schema
+8991 silly gunzTarPerm modified mode [ 'draft-02/hyper-schema', 438, 436 ]
+8992 silly gunzTarPerm extractEntry draft-02/json-ref
+8993 silly gunzTarPerm modified mode [ 'draft-02/json-ref', 438, 436 ]
+8994 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sntp-f4a1058a/node_modules is being purged
+8995 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sntp-f4a1058a/node_modules
+8996 silly gunzTarPerm extractEntry lib/authentication/anonymous.js
+8997 silly gunzTarPerm modified mode [ 'lib/authentication/anonymous.js', 420, 436 ]
+8998 silly gunzTarPerm extractEntry lib/authentication/digestmd5.js
+8999 silly gunzTarPerm modified mode [ 'lib/authentication/digestmd5.js', 420, 436 ]
+9000 silly gunzTarPerm extractEntry js/main/synchronous_inspection.js
+9001 silly gunzTarPerm extractEntry js/main/bluebird.js
+9002 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-933e0551/node_modules is being purged
+9003 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-933e0551/node_modules
+9004 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/reconnect-core-fb5f3592/node_modules is being purged
+9005 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/reconnect-core-fb5f3592/node_modules
+9006 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-49a23ff9/node_modules is being purged
+9007 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-49a23ff9/node_modules
+9008 silly gunzTarPerm extractEntry lib/winston/transports/daily-rotate-file.js
+9009 silly gunzTarPerm modified mode [ 'lib/winston/transports/daily-rotate-file.js', 420, 436 ]
+9010 silly gunzTarPerm extractEntry lib/winston/transports/file.js
+9011 silly gunzTarPerm modified mode [ 'lib/winston/transports/file.js', 420, 436 ]
+9012 silly gunzTarPerm extractEntry lib/formats/rfc4253.js
+9013 silly gunzTarPerm modified mode [ 'lib/formats/rfc4253.js', 420, 436 ]
+9014 silly gunzTarPerm extractEntry lib/formats/ssh-private.js
+9015 silly gunzTarPerm modified mode [ 'lib/formats/ssh-private.js', 420, 436 ]
+9016 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-extensions-e1525e75/node_modules is being purged
+9017 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-extensions-e1525e75/node_modules
+9018 silly gunzTarPerm extractEntry lib/backoff.js
+9019 silly gunzTarPerm modified mode [ 'lib/backoff.js', 420, 436 ]
+9020 silly gunzTarPerm extractEntry lib/strategy/exponential.js
+9021 silly gunzTarPerm modified mode [ 'lib/strategy/exponential.js', 420, 436 ]
+9022 silly gunzTarPerm extractEntry draft-02/links
+9023 silly gunzTarPerm modified mode [ 'draft-02/links', 438, 436 ]
+9024 silly gunzTarPerm extractEntry draft-02/schema
+9025 silly gunzTarPerm modified mode [ 'draft-02/schema', 438, 436 ]
+9026 silly gunzTarPerm extractEntry test/json-schema-draft4/maximum.json
+9027 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/maximum.json', 420, 436 ]
+9028 silly gunzTarPerm extractEntry test/json-schema-draft4/minItems.json
+9029 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/minItems.json', 420, 436 ]
+9030 silly gunzTarPerm extractEntry lib/authentication/external.js
+9031 silly gunzTarPerm modified mode [ 'lib/authentication/external.js', 420, 436 ]
+9032 silly gunzTarPerm extractEntry lib/authentication/mechanism.js
+9033 silly gunzTarPerm modified mode [ 'lib/authentication/mechanism.js', 420, 436 ]
+9034 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-core-3332ff74/node_modules is being purged
+9035 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-core-3332ff74/node_modules
+9036 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tough-cookie-36f996cd/node_modules is being purged
+9037 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tough-cookie-36f996cd/node_modules
+9038 silly gunzTarPerm extractEntry js/main/thenables.js
+9039 silly gunzTarPerm extractEntry js/main/bind.js
+9040 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-0fabd0d2/node_modules is being purged
+9041 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-0fabd0d2/node_modules
+9042 silly gunzTarPerm extractEntry lib/winston/transports/http.js
+9043 silly gunzTarPerm modified mode [ 'lib/winston/transports/http.js', 420, 436 ]
+9044 silly gunzTarPerm extractEntry lib/winston/transports/memory.js
+9045 silly gunzTarPerm modified mode [ 'lib/winston/transports/memory.js', 420, 436 ]
+9046 silly gunzTarPerm extractEntry lib/formats/ssh.js
+9047 silly gunzTarPerm modified mode [ 'lib/formats/ssh.js', 420, 436 ]
+9048 silly gunzTarPerm extractEntry lib/formats/x509-pem.js
+9049 silly gunzTarPerm modified mode [ 'lib/formats/x509-pem.js', 420, 436 ]
+9050 silly gunzTarPerm extractEntry lib/strategy/fibonacci.js
+9051 silly gunzTarPerm modified mode [ 'lib/strategy/fibonacci.js', 420, 436 ]
+9052 silly gunzTarPerm extractEntry lib/strategy/strategy.js
+9053 silly gunzTarPerm modified mode [ 'lib/strategy/strategy.js', 420, 436 ]
+9054 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/strftime-910ef4af/node_modules is being purged
+9055 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/strftime-910ef4af/node_modules
+9056 silly gunzTarPerm extractEntry lib/authentication/plain.js
+9057 silly gunzTarPerm modified mode [ 'lib/authentication/plain.js', 420, 436 ]
+9058 silly gunzTarPerm extractEntry lib/authentication/xoauth2.js
+9059 silly gunzTarPerm modified mode [ 'lib/authentication/xoauth2.js', 420, 436 ]
+9060 silly gunzTarPerm extractEntry test/json-schema-draft4/additionalProperties.json
+9061 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/additionalProperties.json', 420, 436 ]
+9062 silly gunzTarPerm extractEntry test/json-schema-draft4/minProperties.json
+9063 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/minProperties.json', 420, 436 ]
+9064 silly gunzTarPerm extractEntry test/tests.js
+9065 silly gunzTarPerm modified mode [ 'test/tests.js', 438, 436 ]
+9066 silly gunzTarPerm extractEntry lib/winston/transports/transport.js
+9067 silly gunzTarPerm modified mode [ 'lib/winston/transports/transport.js', 420, 436 ]
+9068 silly gunzTarPerm extractEntry lib/winston/transports/webhook.js
+9069 silly gunzTarPerm modified mode [ 'lib/winston/transports/webhook.js', 420, 436 ]
+9070 silly gunzTarPerm extractEntry js/main/timers.js
+9071 silly gunzTarPerm extractEntry lib/formats/x509.js
+9072 silly gunzTarPerm modified mode [ 'lib/formats/x509.js', 420, 436 ]
+9073 silly gunzTarPerm extractEntry man/man1/sshpk-conv.1
+9074 silly gunzTarPerm modified mode [ 'man/man1/sshpk-conv.1', 420, 436 ]
+9075 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de/node_modules is being purged
+9076 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de/node_modules
+9077 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4/node_modules is being purged
+9078 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4/node_modules
+9079 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64/node_modules is being purged
+9080 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64/node_modules
+9081 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346/node_modules is being purged
+9082 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346/node_modules
+9083 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2/node_modules is being purged
+9084 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2/node_modules
+9085 silly gunzTarPerm extractEntry test/json-schema-draft4/minimum.json
+9086 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/minimum.json', 420, 436 ]
+9087 silly gunzTarPerm extractEntry test/json-schema-draft4/multipleOf.json
+9088 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/multipleOf.json', 420, 436 ]
+9089 silly gunzTarPerm extractEntry .travis.yml
+9090 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
+9091 silly gunzTarPerm extractEntry test/helper.js
+9092 silly gunzTarPerm modified mode [ 'test/helper.js', 420, 436 ]
+9093 silly gunzTarPerm extractEntry .jshintrc
+9094 silly gunzTarPerm modified mode [ '.jshintrc', 493, 509 ]
+9095 silly gunzTarPerm extractEntry test/cli-test.js
+9096 silly gunzTarPerm modified mode [ 'test/cli-test.js', 420, 436 ]
+9097 silly gunzTarPerm extractEntry js/main/async.js
+9098 silly gunzTarPerm extractEntry js/main/using.js
+9099 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-8b7e83f9/node_modules is being purged
+9100 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-8b7e83f9/node_modules
+9101 silly gunzTarPerm extractEntry man/man1/sshpk-sign.1
+9102 silly gunzTarPerm modified mode [ 'man/man1/sshpk-sign.1', 420, 436 ]
+9103 silly gunzTarPerm extractEntry man/man1/sshpk-verify.1
+9104 silly gunzTarPerm modified mode [ 'man/man1/sshpk-verify.1', 420, 436 ]
+9105 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-7d595d34/node_modules is being purged
+9106 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-7d595d34/node_modules
+9107 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/querystring-03c370c2/node_modules is being purged
+9108 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/querystring-03c370c2/node_modules
+9109 silly gunzTarPerm extractEntry test/browser/bosh/bosh.js
+9110 silly gunzTarPerm modified mode [ 'test/browser/bosh/bosh.js', 420, 436 ]
+9111 silly gunzTarPerm extractEntry test/browser/bosh/index.html
+9112 silly gunzTarPerm modified mode [ 'test/browser/bosh/index.html', 420, 436 ]
+9113 silly gunzTarPerm extractEntry test/json-schema-draft4/not.json
+9114 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/not.json', 420, 436 ]
+9115 silly gunzTarPerm extractEntry test/json-schema-draft4/nullAndFormat.json
+9116 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/nullAndFormat.json', 420, 436 ]
+9117 silly gunzTarPerm extractEntry test/custom-pretty-print-test.js
+9118 silly gunzTarPerm modified mode [ 'test/custom-pretty-print-test.js', 420, 436 ]
+9119 silly gunzTarPerm extractEntry js/main/assert.js
+9120 silly gunzTarPerm extractEntry js/main/util.js
+9121 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1/node_modules is being purged
+9122 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1/node_modules
+9123 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-dfe8ced5/node_modules is being purged
+9124 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-dfe8ced5/node_modules
+9125 silly gunzTarPerm extractEntry test/custom-timestamp-test.js
+9126 silly gunzTarPerm modified mode [ 'test/custom-timestamp-test.js', 420, 436 ]
+9127 silly gunzTarPerm extractEntry test/exception-test.js
+9128 silly gunzTarPerm modified mode [ 'test/exception-test.js', 420, 436 ]
+9129 silly gunzTarPerm extractEntry test/json-schema-draft4/nullAndObject.json
+9130 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/nullAndObject.json', 420, 436 ]
+9131 silly gunzTarPerm extractEntry test/json-schema-draft4/oneOf.json
+9132 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/oneOf.json', 420, 436 ]
+9133 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/faye-websocket-1c98aeff/node_modules is being purged
+9134 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/faye-websocket-1c98aeff/node_modules
+9135 silly gunzTarPerm extractEntry js/main/map.js
+9136 silly gunzTarPerm extractEntry test/integration/bosh.js
+9137 silly gunzTarPerm modified mode [ 'test/integration/bosh.js', 420, 436 ]
+9138 silly gunzTarPerm extractEntry test/integration/socket.js
+9139 silly gunzTarPerm modified mode [ 'test/integration/socket.js', 420, 436 ]
+9140 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pkginfo-3359da33/node_modules is being purged
+9141 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pkginfo-3359da33/node_modules
+9142 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba/node_modules is being purged
+9143 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba/node_modules
+9144 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-uuid-3dc61abe/node_modules is being purged
+9145 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-uuid-3dc61abe/node_modules
+9146 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46032e83/node_modules is being purged
+9147 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46032e83/node_modules
+9148 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/verror-81175f94/node_modules is being purged
+9149 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/verror-81175f94/node_modules
+9150 silly gunzTarPerm extractEntry test/json-schema-draft4/pattern.json
+9151 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/pattern.json', 420, 436 ]
+9152 silly gunzTarPerm extractEntry test/json-schema-draft4/patternProperties.json
+9153 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/patternProperties.json', 420, 436 ]
+9154 silly gunzTarPerm extractEntry test/integration/websocket.js
+9155 silly gunzTarPerm modified mode [ 'test/integration/websocket.js', 420, 436 ]
+9156 silly gunzTarPerm extractEntry test/resources/mod_websocket.lua
+9157 silly gunzTarPerm modified mode [ 'test/resources/mod_websocket.lua', 420, 436 ]
+9158 silly gunzTarPerm extractEntry test/logger-test.js
+9159 silly gunzTarPerm modified mode [ 'test/logger-test.js', 493, 509 ]
+9160 silly gunzTarPerm extractEntry test/custom-formatter-test.js
+9161 silly gunzTarPerm modified mode [ 'test/custom-formatter-test.js', 420, 436 ]
+9162 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46a41a7d/node_modules is being purged
+9163 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46a41a7d/node_modules
+9164 silly gunzTarPerm extractEntry test/resources/prosody.cfg.lua
+9165 silly gunzTarPerm modified mode [ 'test/resources/prosody.cfg.lua', 420, 436 ]
+9166 silly gunzTarPerm extractEntry test/unit/reconnect.js
+9167 silly gunzTarPerm modified mode [ 'test/unit/reconnect.js', 420, 436 ]
+9168 silly gunzTarPerm extractEntry test/json-schema-draft4/properties.json
+9169 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/properties.json', 420, 436 ]
+9170 silly gunzTarPerm extractEntry test/json-schema-draft4/ref.json
+9171 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/ref.json', 420, 436 ]
+9172 silly gunzTarPerm extractEntry test/container-test.js
+9173 silly gunzTarPerm modified mode [ 'test/container-test.js', 420, 436 ]
+9174 silly gunzTarPerm extractEntry test/log-exception-test.js
+9175 silly gunzTarPerm modified mode [ 'test/log-exception-test.js', 420, 436 ]
+9176 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372/node_modules is being purged
+9177 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372/node_modules
+9178 silly gunzTarPerm extractEntry test/json-schema-draft4/refRemote.json
+9179 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/refRemote.json', 420, 436 ]
+9180 silly gunzTarPerm extractEntry test/json-schema-draft4/required.json
+9181 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/required.json', 420, 436 ]
+9182 silly gunzTarPerm extractEntry test/unit/sasl.js
+9183 silly gunzTarPerm modified mode [ 'test/unit/sasl.js', 420, 436 ]
+9184 silly gunzTarPerm extractEntry test/unit/stream.js
+9185 silly gunzTarPerm modified mode [ 'test/unit/stream.js', 420, 436 ]
+9186 silly gunzTarPerm extractEntry test/log-filter-test.js
+9187 silly gunzTarPerm modified mode [ 'test/log-filter-test.js', 420, 436 ]
+9188 silly gunzTarPerm extractEntry test/log-rewriter-test.js
+9189 silly gunzTarPerm modified mode [ 'test/log-rewriter-test.js', 420, 436 ]
+9190 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b/node_modules is being purged
+9191 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b/node_modules
+9192 silly gunzTarPerm extractEntry test/json-schema-draft4/type.json
+9193 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/type.json', 420, 436 ]
+9194 silly gunzTarPerm extractEntry test/json-schema-draft4/uniqueItems.json
+9195 silly gunzTarPerm modified mode [ 'test/json-schema-draft4/uniqueItems.json', 420, 436 ]
+9196 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-driver-d9557188/node_modules is being purged
+9197 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-driver-d9557188/node_modules
+9198 silly gunzTarPerm extractEntry test/unit/lib/authentication/anonymous.js
+9199 silly gunzTarPerm modified mode [ 'test/unit/lib/authentication/anonymous.js', 420, 436 ]
+9200 silly gunzTarPerm extractEntry test/unit/lib/authentication/digestmd5.js
+9201 silly gunzTarPerm modified mode [ 'test/unit/lib/authentication/digestmd5.js', 420, 436 ]
+9202 silly gunzTarPerm extractEntry test/logger-levels-test.js
+9203 silly gunzTarPerm modified mode [ 'test/logger-levels-test.js', 420, 436 ]
+9204 silly gunzTarPerm extractEntry test/helpers.js
+9205 silly gunzTarPerm modified mode [ 'test/helpers.js', 420, 436 ]
+9206 silly gunzTarPerm extractEntry test/unit/lib/authentication/external.js
+9207 silly gunzTarPerm modified mode [ 'test/unit/lib/authentication/external.js', 420, 436 ]
+9208 silly gunzTarPerm extractEntry test/unit/lib/authentication/plain.js
+9209 silly gunzTarPerm modified mode [ 'test/unit/lib/authentication/plain.js', 420, 436 ]
+9210 silly gunzTarPerm extractEntry test/winston-test.js
+9211 silly gunzTarPerm modified mode [ 'test/winston-test.js', 420, 436 ]
+9212 silly gunzTarPerm extractEntry test/humanReadableUnhandledException-test.js
+9213 silly gunzTarPerm modified mode [ 'test/humanReadableUnhandledException-test.js', 420, 436 ]
+9214 silly gunzTarPerm extractEntry test/fixtures/.gitkeep
+9215 silly gunzTarPerm modified mode [ 'test/fixtures/.gitkeep', 420, 436 ]
+9216 silly gunzTarPerm extractEntry test/fixtures/logs/.gitkeep
+9217 silly gunzTarPerm modified mode [ 'test/fixtures/logs/.gitkeep', 420, 436 ]
+9218 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-4fd214a7/node_modules is being purged
+9219 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-4fd214a7/node_modules
+9220 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-4556166f/node_modules is being purged
+9221 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-4556166f/node_modules
+9222 silly gunzTarPerm extractEntry test/unit/lib/authentication/xoauth2.js
+9223 silly gunzTarPerm modified mode [ 'test/unit/lib/authentication/xoauth2.js', 420, 436 ]
+9224 silly gunzTarPerm extractEntry test/fixtures/scripts/default-exceptions.js
+9225 silly gunzTarPerm modified mode [ 'test/fixtures/scripts/default-exceptions.js', 420, 436 ]
+9226 silly gunzTarPerm extractEntry test/fixtures/scripts/exit-on-error.js
+9227 silly gunzTarPerm modified mode [ 'test/fixtures/scripts/exit-on-error.js', 420, 436 ]
+9228 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154/node_modules is being purged
+9229 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154/node_modules
+9230 silly gunzTarPerm extractEntry test/fixtures/scripts/log-exceptions.js
+9231 silly gunzTarPerm modified mode [ 'test/fixtures/scripts/log-exceptions.js', 420, 436 ]
+9232 silly gunzTarPerm extractEntry test/fixtures/scripts/log-string-exception.js
+9233 silly gunzTarPerm modified mode [ 'test/fixtures/scripts/log-string-exception.js', 420, 436 ]
+9234 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-b74d95a7/node_modules is being purged
+9235 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-b74d95a7/node_modules
+9236 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-74c4242d/node_modules is being purged
+9237 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-74c4242d/node_modules
+9238 silly gunzTarPerm extractEntry test/fixtures/scripts/unhandle-exceptions.js
+9239 silly gunzTarPerm modified mode [ 'test/fixtures/scripts/unhandle-exceptions.js', 420, 436 ]
+9240 silly gunzTarPerm extractEntry test/stress/http-server.js
+9241 silly gunzTarPerm modified mode [ 'test/stress/http-server.js', 420, 436 ]
+9242 silly gunzTarPerm extractEntry test/transports/console-test.js
+9243 silly gunzTarPerm modified mode [ 'test/transports/console-test.js', 420, 436 ]
+9244 silly gunzTarPerm extractEntry test/transports/file-archive-test.js
+9245 silly gunzTarPerm modified mode [ 'test/transports/file-archive-test.js', 420, 436 ]
+9246 silly gunzTarPerm extractEntry test/transports/file-maxfiles-test.js
+9247 silly gunzTarPerm modified mode [ 'test/transports/file-maxfiles-test.js', 420, 436 ]
+9248 silly gunzTarPerm extractEntry test/transports/file-maxsize-test.js
+9249 silly gunzTarPerm modified mode [ 'test/transports/file-maxsize-test.js', 420, 436 ]
+9250 silly gunzTarPerm extractEntry test/transports/file-open-test.js
+9251 silly gunzTarPerm modified mode [ 'test/transports/file-open-test.js', 420, 436 ]
+9252 silly gunzTarPerm extractEntry test/transports/daily-rotate-file-test.js
+9253 silly gunzTarPerm modified mode [ 'test/transports/daily-rotate-file-test.js', 420, 436 ]
+9254 silly gunzTarPerm extractEntry test/transports/file-tailrolling-test.js
+9255 silly gunzTarPerm modified mode [ 'test/transports/file-tailrolling-test.js', 420, 436 ]
+9256 silly gunzTarPerm extractEntry test/transports/file-test.js
+9257 silly gunzTarPerm modified mode [ 'test/transports/file-test.js', 420, 436 ]
+9258 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-fe06a2e4/node_modules is being purged
+9259 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-fe06a2e4/node_modules
+9260 silly gunzTarPerm extractEntry test/transports/http-test.js
+9261 silly gunzTarPerm modified mode [ 'test/transports/http-test.js', 420, 436 ]
+9262 silly gunzTarPerm extractEntry test/transports/memory-test.js
+9263 silly gunzTarPerm modified mode [ 'test/transports/memory-test.js', 420, 436 ]
+9264 silly gunzTarPerm extractEntry test/transports/transport.js
+9265 silly gunzTarPerm modified mode [ 'test/transports/transport.js', 420, 436 ]
+9266 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-b842894c/node_modules is being purged
+9267 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-b842894c/node_modules
+9268 silly gunzTarPerm extractEntry test/transports/file-stress-test.js
+9269 silly gunzTarPerm modified mode [ 'test/transports/file-stress-test.js', 420, 436 ]
+9270 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021/node_modules is being purged
+9271 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021/node_modules
+9272 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046/node_modules is being purged
+9273 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046/node_modules
+9274 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sshpk-83c2b96b/node_modules is being purged
+9275 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sshpk-83c2b96b/node_modules
+9276 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-my-json-valid-65ce6fe4/node_modules is being purged
+9277 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-my-json-valid-65ce6fe4/node_modules
+9278 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-client-033d06bc/node_modules is being purged
+9279 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-client-033d06bc/node_modules
+9280 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df/node_modules is being purged
+9281 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df/node_modules
+9282 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/winston-f232d9a4/node_modules is being purged
+9283 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/winston-f232d9a4/node_modules
+9284 silly doParallel preinstall 120
+9285 silly preinstall ansi-styles@2.2.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a
+9286 info lifecycle ansi-styles@2.2.1~preinstall: ansi-styles@2.2.1
+9287 silly preinstall asn1@0.2.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de
+9288 info lifecycle asn1@0.2.3~preinstall: asn1@0.2.3
+9289 silly preinstall assert-plus@0.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860
+9290 info lifecycle assert-plus@0.2.0~preinstall: assert-plus@0.2.0
+9291 silly preinstall async@1.5.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0
+9292 info lifecycle async@1.5.2~preinstall: async@1.5.2
+9293 silly preinstall aws-sign2@0.6.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca
+9294 info lifecycle aws-sign2@0.6.0~preinstall: aws-sign2@0.6.0
+9295 silly preinstall backoff@2.3.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021
+9296 info lifecycle backoff@2.3.0~preinstall: backoff@2.3.0
+9297 silly preinstall bindings@1.2.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e
+9298 info lifecycle bindings@1.2.1~preinstall: bindings@1.2.1
+9299 silly preinstall readable-stream@2.0.6 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372
+9300 info lifecycle readable-stream@2.0.6~preinstall: readable-stream@2.0.6
+9301 silly preinstall bl@1.0.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7
+9302 info lifecycle bl@1.0.3~preinstall: bl@1.0.3
+9303 silly preinstall bluebird@2.10.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df
+9304 info lifecycle bluebird@2.10.2~preinstall: bluebird@2.10.2
+9305 silly preinstall browser-request@0.3.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b
+9306 info lifecycle browser-request@0.3.3~preinstall: browser-request@0.3.3
+9307 silly preinstall caseless@0.11.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af
+9308 info lifecycle caseless@0.11.0~preinstall: caseless@0.11.0
+9309 silly preinstall colors@1.0.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154
+9310 info lifecycle colors@1.0.3~preinstall: colors@1.0.3
+9311 silly preinstall ctype@0.5.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4
+9312 info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
+9313 silly preinstall cycle@1.0.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790
+9314 info lifecycle cycle@1.0.3~preinstall: cycle@1.0.3
+9315 silly preinstall assert-plus@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894
+9316 info lifecycle assert-plus@1.0.0~preinstall: assert-plus@1.0.0
+9317 silly preinstall dashdash@1.14.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44
+9318 info lifecycle dashdash@1.14.0~preinstall: dashdash@1.14.0
+9319 silly preinstall delayed-stream@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b
+9320 info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0
+9321 silly preinstall combined-stream@1.0.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815
+9322 info lifecycle combined-stream@1.0.5~preinstall: combined-stream@1.0.5
+9323 silly preinstall escape-string-regexp@1.0.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba
+9324 info lifecycle escape-string-regexp@1.0.5~preinstall: escape-string-regexp@1.0.5
+9325 silly preinstall extend@3.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899
+9326 info lifecycle extend@3.0.0~preinstall: extend@3.0.0
+9327 silly preinstall extsprintf@1.0.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c
+9328 info lifecycle extsprintf@1.0.2~preinstall: extsprintf@1.0.2
+9329 silly preinstall eyes@0.1.8 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678
+9330 info lifecycle eyes@0.1.8~preinstall: eyes@0.1.8
+9331 silly preinstall forever-agent@0.6.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927
+9332 info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1
+9333 silly preinstall form-data@1.0.0-rc4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98
+9334 info lifecycle form-data@1.0.0-rc4~preinstall: form-data@1.0.0-rc4
+9335 silly preinstall generate-function@2.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b
+9336 info lifecycle generate-function@2.0.0~preinstall: generate-function@2.0.0
+9337 silly preinstall assert-plus@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed
+9338 info lifecycle assert-plus@1.0.0~preinstall: assert-plus@1.0.0
+9339 silly preinstall getpass@0.1.6 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f
+9340 info lifecycle getpass@0.1.6~preinstall: getpass@0.1.6
+9341 silly preinstall graceful-readlink@1.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845
+9342 info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
+9343 silly preinstall commander@2.9.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85
+9344 info lifecycle commander@2.9.0~preinstall: commander@2.9.0
+9345 silly preinstall has-ansi@2.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b
+9346 info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
+9347 silly preinstall hoek@2.16.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba
+9348 info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
+9349 silly preinstall boom@2.10.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6
+9350 info lifecycle boom@2.10.1~preinstall: boom@2.10.1
+9351 silly preinstall cryptiles@2.0.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c
+9352 info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
+9353 silly preinstall is-property@1.0.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a
+9354 info lifecycle is-property@1.0.2~preinstall: is-property@1.0.2
+9355 silly preinstall generate-object-property@1.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318
+9356 info lifecycle generate-object-property@1.2.0~preinstall: generate-object-property@1.2.0
+9357 silly preinstall is-typedarray@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9
+9358 info lifecycle is-typedarray@1.0.0~preinstall: is-typedarray@1.0.0
+9359 silly preinstall isstream@0.1.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94
+9360 info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
+9361 silly preinstall jsbn@0.1.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9
+9362 info lifecycle jsbn@0.1.0~preinstall: jsbn@0.1.0
+9363 silly preinstall jodid25519@1.0.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1
+9364 info lifecycle jodid25519@1.0.2~preinstall: jodid25519@1.0.2
+9365 silly preinstall ecc-jsbn@0.1.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3
+9366 info lifecycle ecc-jsbn@0.1.1~preinstall: ecc-jsbn@0.1.1
+9367 silly preinstall json-schema@0.2.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046
+9368 info lifecycle json-schema@0.2.2~preinstall: json-schema@0.2.2
+9369 silly preinstall json-stringify-safe@5.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7
+9370 info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
+9371 silly preinstall jsonpointer@2.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384
+9372 info lifecycle jsonpointer@2.0.0~preinstall: jsonpointer@2.0.0
+9373 silly preinstall lodash._basecopy@3.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131
+9374 info lifecycle lodash._basecopy@3.0.1~preinstall: lodash._basecopy@3.0.1
+9375 silly preinstall lodash._bindcallback@3.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d
+9376 info lifecycle lodash._bindcallback@3.0.1~preinstall: lodash._bindcallback@3.0.1
+9377 silly preinstall lodash._getnative@3.9.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849
+9378 info lifecycle lodash._getnative@3.9.1~preinstall: lodash._getnative@3.9.1
+9379 silly preinstall lodash._isiterateecall@3.0.9 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac
+9380 info lifecycle lodash._isiterateecall@3.0.9~preinstall: lodash._isiterateecall@3.0.9
+9381 silly preinstall lodash.isarguments@3.0.9 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674
+9382 info lifecycle lodash.isarguments@3.0.9~preinstall: lodash.isarguments@3.0.9
+9383 silly preinstall lodash.isarray@3.0.4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56
+9384 info lifecycle lodash.isarray@3.0.4~preinstall: lodash.isarray@3.0.4
+9385 silly preinstall lodash.keys@3.1.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db
+9386 info lifecycle lodash.keys@3.1.2~preinstall: lodash.keys@3.1.2
+9387 silly preinstall lodash._baseassign@3.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c
+9388 info lifecycle lodash._baseassign@3.2.0~preinstall: lodash._baseassign@3.2.0
+9389 silly preinstall lodash.restparam@3.6.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67
+9390 info lifecycle lodash.restparam@3.6.1~preinstall: lodash.restparam@3.6.1
+9391 silly preinstall lodash._createassigner@3.1.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e
+9392 info lifecycle lodash._createassigner@3.1.1~preinstall: lodash._createassigner@3.1.1
+9393 silly preinstall lodash.assign@3.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f
+9394 info lifecycle lodash.assign@3.2.0~preinstall: lodash.assign@3.2.0
+9395 silly preinstall ltx@2.4.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b
+9396 info lifecycle ltx@2.4.2~preinstall: ltx@2.4.2
+9397 silly preinstall minimist@0.0.8 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346
+9398 info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
+9399 silly preinstall nan@1.8.4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64
+9400 info lifecycle nan@1.8.4~preinstall: nan@1.8.4
+9401 silly preinstall node-stringprep@0.7.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2
+9402 info lifecycle node-stringprep@0.7.3~preinstall: node-stringprep@0.7.3
+9403 silly preinstall node-uuid@1.4.7 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-uuid-3dc61abe
+9404 info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
+9405 silly preinstall asn1@0.1.11 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-7d595d34
+9406 info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
+9407 silly preinstall assert-plus@0.1.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-34475b92
+9408 info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
+9409 silly preinstall async@0.9.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b483004d
+9410 info lifecycle async@0.9.2~preinstall: async@0.9.2
+9411 silly preinstall aws-sign2@0.5.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-3cbcb01c
+9412 info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
+9413 silly preinstall caseless@0.9.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-a76acb5a
+9414 info lifecycle caseless@0.9.0~preinstall: caseless@0.9.0
+9415 silly preinstall delayed-stream@0.0.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-dfe8ced5
+9416 info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
+9417 silly preinstall combined-stream@0.0.7 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-48068532
+9418 info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
+9419 silly preinstall http-signature@0.10.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-933e0551
+9420 info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
+9421 silly preinstall isarray@0.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isarray-8de3d6d4
+9422 info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
+9423 silly preinstall mime-db@1.12.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-db-44aa0b14
+9424 info lifecycle mime-db@1.12.0~preinstall: mime-db@1.12.0
+9425 silly preinstall mime-types@2.0.14 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/mime-types-a82e9fab
+9426 info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
+9427 silly preinstall form-data@0.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-5ed027d7
+9428 info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
+9429 silly preinstall ms@0.6.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ms-3fc22cc0
+9430 info lifecycle ms@0.6.2~preinstall: ms@0.6.2
+9431 silly preinstall debug@1.0.4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/debug-7d367fb5
+9432 info lifecycle debug@1.0.4~preinstall: debug@1.0.4
+9433 silly preinstall oauth-sign@0.6.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-3dd74aa2
+9434 info lifecycle oauth-sign@0.6.0~preinstall: oauth-sign@0.6.0
+9435 silly preinstall qs@2.4.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46032e83
+9436 info lifecycle qs@2.4.2~preinstall: qs@2.4.2
+9437 silly preinstall readable-stream@1.0.34 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-8b7e83f9
+9438 info lifecycle readable-stream@1.0.34~preinstall: readable-stream@1.0.34
+9439 silly preinstall bl@0.9.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-cf888043
+9440 info lifecycle bl@0.9.5~preinstall: bl@0.9.5
+9441 silly preinstall oauth-sign@0.8.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/oauth-sign-2eae5380
+9442 info lifecycle oauth-sign@0.8.2~preinstall: oauth-sign@0.8.2
+9443 silly preinstall pinkie@2.0.4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-918c8834
+9444 info lifecycle pinkie@2.0.4~preinstall: pinkie@2.0.4
+9445 silly preinstall pinkie-promise@2.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pinkie-promise-72b2dc69
+9446 info lifecycle pinkie-promise@2.0.1~preinstall: pinkie-promise@2.0.1
+9447 silly preinstall pkginfo@0.3.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/pkginfo-3359da33
+9448 info lifecycle pkginfo@0.3.1~preinstall: pkginfo@0.3.1
+9449 silly preinstall punycode@1.3.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/punycode-2568c591
+9450 info lifecycle punycode@1.3.2~preinstall: punycode@1.3.2
+9451 silly preinstall qbox@0.1.7 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qbox-2511688b
+9452 info lifecycle qbox@0.1.7~preinstall: qbox@0.1.7
+9453 silly preinstall querystring@0.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/querystring-03c370c2
+9454 info lifecycle querystring@0.2.0~preinstall: querystring@0.2.0
+9455 silly preinstall reconnect-core@0.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/reconnect-core-fb5f3592
+9456 info lifecycle reconnect-core@0.0.1~preinstall: reconnect-core@0.0.1
+9457 silly preinstall qs@5.2.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/qs-46a41a7d
+9458 info lifecycle qs@5.2.1~preinstall: qs@5.2.1
+9459 silly preinstall sntp@1.0.9 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sntp-f4a1058a
+9460 info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
+9461 silly preinstall hawk@2.3.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-b842894c
+9462 info lifecycle hawk@2.3.1~preinstall: hawk@2.3.1
+9463 silly preinstall hawk@3.1.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hawk-fe06a2e4
+9464 info lifecycle hawk@3.1.3~preinstall: hawk@3.1.3
+9465 silly preinstall assert-plus@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-7697a5ca
+9466 info lifecycle assert-plus@1.0.0~preinstall: assert-plus@1.0.0
+9467 silly preinstall stack-trace@0.0.9 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stack-trace-bc8a6667
+9468 info lifecycle stack-trace@0.0.9~preinstall: stack-trace@0.0.9
+9469 silly preinstall stringstream@0.0.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/stringstream-dace6b56
+9470 info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
+9471 silly preinstall supports-color@2.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/supports-color-1d4b2ef6
+9472 info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
+9473 silly preinstall chalk@1.1.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/chalk-db777f00
+9474 info lifecycle chalk@1.1.3~preinstall: chalk@1.1.3
+9475 silly preinstall tls-connect@0.2.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tls-connect-41aaa414
+9476 info lifecycle tls-connect@0.2.2~preinstall: tls-connect@0.2.2
+9477 silly preinstall node-xmpp-core@2.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-core-3332ff74
+9478 info lifecycle node-xmpp-core@2.0.0~preinstall: node-xmpp-core@2.0.0
+9479 silly preinstall tough-cookie@2.2.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tough-cookie-36f996cd
+9480 info lifecycle tough-cookie@2.2.2~preinstall: tough-cookie@2.2.2
+9481 silly preinstall tunnel-agent@0.4.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tunnel-agent-fcce8179
+9482 info lifecycle tunnel-agent@0.4.3~preinstall: tunnel-agent@0.4.3
+9483 silly preinstall tweetnacl@0.13.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/tweetnacl-72f69a91
+9484 info lifecycle tweetnacl@0.13.3~preinstall: tweetnacl@0.13.3
+9485 silly preinstall sshpk@1.9.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/sshpk-83c2b96b
+9486 info lifecycle sshpk@1.9.2~preinstall: sshpk@1.9.2
+9487 silly preinstall verror@1.3.6 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/verror-81175f94
+9488 info lifecycle verror@1.3.6~preinstall: verror@1.3.6
+9489 silly preinstall jsprim@1.3.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsprim-c3734b4c
+9490 info lifecycle jsprim@1.3.0~preinstall: jsprim@1.3.0
+9491 silly preinstall http-signature@1.1.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/http-signature-0fabd0d2
+9492 info lifecycle http-signature@1.1.1~preinstall: http-signature@1.1.1
+9493 silly preinstall websocket-extensions@0.1.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-extensions-e1525e75
+9494 info lifecycle websocket-extensions@0.1.1~preinstall: websocket-extensions@0.1.1
+9495 silly preinstall websocket-driver@0.6.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/websocket-driver-d9557188
+9496 info lifecycle websocket-driver@0.6.5~preinstall: websocket-driver@0.6.5
+9497 silly preinstall faye-websocket@0.7.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/faye-websocket-1c98aeff
+9498 info lifecycle faye-websocket@0.7.3~preinstall: faye-websocket@0.7.3
+9499 silly preinstall async@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-49a23ff9
+9500 info lifecycle async@1.0.0~preinstall: async@1.0.0
+9501 silly preinstall xtend@4.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/xtend-c94a4c7f
+9502 info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
+9503 silly preinstall is-my-json-valid@2.13.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-my-json-valid-65ce6fe4
+9504 info lifecycle is-my-json-valid@2.13.1~preinstall: is-my-json-valid@2.13.1
+9505 silly preinstall har-validator@1.8.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-4fd214a7
+9506 info lifecycle har-validator@1.8.0~preinstall: har-validator@1.8.0
+9507 silly preinstall request@2.55.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-74c4242d
+9508 info lifecycle request@2.55.0~preinstall: request@2.55.0
+9509 silly preinstall node-xmpp-client@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-xmpp-client-033d06bc
+9510 info lifecycle node-xmpp-client@1.0.0~preinstall: node-xmpp-client@1.0.0
+9511 silly preinstall har-validator@2.0.6 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/har-validator-b74d95a7
+9512 info lifecycle har-validator@2.0.6~preinstall: har-validator@2.0.6
+9513 silly preinstall ini@1.3.4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ini-2658a437
+9514 info lifecycle ini@1.3.4~preinstall: ini@1.3.4
+9515 silly preinstall request@2.67.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/request-4556166f
+9516 info lifecycle request@2.67.0~preinstall: request@2.67.0
+9517 silly preinstall simple-xmpp@1.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/simple-xmpp-85cce3c7
+9518 info lifecycle simple-xmpp@1.2.0~preinstall: simple-xmpp@1.2.0
+9519 silly preinstall strftime@0.9.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/strftime-910ef4af
+9520 info lifecycle strftime@0.9.2~preinstall: strftime@0.9.2
+9521 silly preinstall url@0.11.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/url-f1c2dbde
+9522 info lifecycle url@0.11.0~preinstall: url@0.11.0
+9523 silly preinstall winston@1.1.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/winston-f232d9a4
+9524 info lifecycle winston@1.1.2~preinstall: winston@1.1.2
+9525 silly lifecycle ansi-styles@2.2.1~preinstall: no script for preinstall, continuing
+9526 silly lifecycle asn1@0.2.3~preinstall: no script for preinstall, continuing
+9527 silly lifecycle assert-plus@0.2.0~preinstall: no script for preinstall, continuing
+9528 silly lifecycle async@1.5.2~preinstall: no script for preinstall, continuing
+9529 silly lifecycle aws-sign2@0.6.0~preinstall: no script for preinstall, continuing
+9530 silly lifecycle backoff@2.3.0~preinstall: no script for preinstall, continuing
+9531 silly lifecycle bindings@1.2.1~preinstall: no script for preinstall, continuing
+9532 silly lifecycle readable-stream@2.0.6~preinstall: no script for preinstall, continuing
+9533 silly lifecycle bl@1.0.3~preinstall: no script for preinstall, continuing
+9534 silly lifecycle bluebird@2.10.2~preinstall: no script for preinstall, continuing
+9535 silly lifecycle browser-request@0.3.3~preinstall: no script for preinstall, continuing
+9536 silly lifecycle caseless@0.11.0~preinstall: no script for preinstall, continuing
+9537 silly lifecycle colors@1.0.3~preinstall: no script for preinstall, continuing
+9538 silly lifecycle ctype@0.5.3~preinstall: no script for preinstall, continuing
+9539 silly lifecycle cycle@1.0.3~preinstall: no script for preinstall, continuing
+9540 silly lifecycle assert-plus@1.0.0~preinstall: no script for preinstall, continuing
+9541 silly lifecycle dashdash@1.14.0~preinstall: no script for preinstall, continuing
+9542 silly lifecycle delayed-stream@1.0.0~preinstall: no script for preinstall, continuing
+9543 silly lifecycle combined-stream@1.0.5~preinstall: no script for preinstall, continuing
+9544 silly lifecycle escape-string-regexp@1.0.5~preinstall: no script for preinstall, continuing
+9545 silly lifecycle extend@3.0.0~preinstall: no script for preinstall, continuing
+9546 silly lifecycle extsprintf@1.0.2~preinstall: no script for preinstall, continuing
+9547 silly lifecycle eyes@0.1.8~preinstall: no script for preinstall, continuing
+9548 silly lifecycle forever-agent@0.6.1~preinstall: no script for preinstall, continuing
+9549 silly lifecycle form-data@1.0.0-rc4~preinstall: no script for preinstall, continuing
+9550 silly lifecycle generate-function@2.0.0~preinstall: no script for preinstall, continuing
+9551 silly lifecycle assert-plus@1.0.0~preinstall: no script for preinstall, continuing
+9552 silly lifecycle getpass@0.1.6~preinstall: no script for preinstall, continuing
+9553 silly lifecycle graceful-readlink@1.0.1~preinstall: no script for preinstall, continuing
+9554 silly lifecycle commander@2.9.0~preinstall: no script for preinstall, continuing
+9555 silly lifecycle has-ansi@2.0.0~preinstall: no script for preinstall, continuing
+9556 silly lifecycle hoek@2.16.3~preinstall: no script for preinstall, continuing
+9557 silly lifecycle boom@2.10.1~preinstall: no script for preinstall, continuing
+9558 silly lifecycle cryptiles@2.0.5~preinstall: no script for preinstall, continuing
+9559 silly lifecycle is-property@1.0.2~preinstall: no script for preinstall, continuing
+9560 silly lifecycle generate-object-property@1.2.0~preinstall: no script for preinstall, continuing
+9561 silly lifecycle is-typedarray@1.0.0~preinstall: no script for preinstall, continuing
+9562 silly lifecycle isstream@0.1.2~preinstall: no script for preinstall, continuing
+9563 silly lifecycle jsbn@0.1.0~preinstall: no script for preinstall, continuing
+9564 silly lifecycle jodid25519@1.0.2~preinstall: no script for preinstall, continuing
+9565 silly lifecycle ecc-jsbn@0.1.1~preinstall: no script for preinstall, continuing
+9566 silly lifecycle json-schema@0.2.2~preinstall: no script for preinstall, continuing
+9567 silly lifecycle json-stringify-safe@5.0.1~preinstall: no script for preinstall, continuing
+9568 silly lifecycle jsonpointer@2.0.0~preinstall: no script for preinstall, continuing
+9569 silly lifecycle lodash._basecopy@3.0.1~preinstall: no script for preinstall, continuing
+9570 silly lifecycle lodash._bindcallback@3.0.1~preinstall: no script for preinstall, continuing
+9571 silly lifecycle lodash._getnative@3.9.1~preinstall: no script for preinstall, continuing
+9572 silly lifecycle lodash._isiterateecall@3.0.9~preinstall: no script for preinstall, continuing
+9573 silly lifecycle lodash.isarguments@3.0.9~preinstall: no script for preinstall, continuing
+9574 silly lifecycle lodash.isarray@3.0.4~preinstall: no script for preinstall, continuing
+9575 silly lifecycle lodash.keys@3.1.2~preinstall: no script for preinstall, continuing
+9576 silly lifecycle lodash._baseassign@3.2.0~preinstall: no script for preinstall, continuing
+9577 silly lifecycle lodash.restparam@3.6.1~preinstall: no script for preinstall, continuing
+9578 silly lifecycle lodash._createassigner@3.1.1~preinstall: no script for preinstall, continuing
+9579 silly lifecycle lodash.assign@3.2.0~preinstall: no script for preinstall, continuing
+9580 silly lifecycle ltx@2.4.2~preinstall: no script for preinstall, continuing
+9581 silly lifecycle minimist@0.0.8~preinstall: no script for preinstall, continuing
+9582 silly lifecycle nan@1.8.4~preinstall: no script for preinstall, continuing
+9583 silly lifecycle node-stringprep@0.7.3~preinstall: no script for preinstall, continuing
+9584 silly lifecycle node-uuid@1.4.7~preinstall: no script for preinstall, continuing
+9585 silly lifecycle asn1@0.1.11~preinstall: no script for preinstall, continuing
+9586 silly lifecycle assert-plus@0.1.5~preinstall: no script for preinstall, continuing
+9587 silly lifecycle async@0.9.2~preinstall: no script for preinstall, continuing
+9588 silly lifecycle aws-sign2@0.5.0~preinstall: no script for preinstall, continuing
+9589 silly lifecycle caseless@0.9.0~preinstall: no script for preinstall, continuing
+9590 silly lifecycle delayed-stream@0.0.5~preinstall: no script for preinstall, continuing
+9591 silly lifecycle combined-stream@0.0.7~preinstall: no script for preinstall, continuing
+9592 silly lifecycle http-signature@0.10.1~preinstall: no script for preinstall, continuing
+9593 silly lifecycle isarray@0.0.1~preinstall: no script for preinstall, continuing
+9594 silly lifecycle mime-db@1.12.0~preinstall: no script for preinstall, continuing
+9595 silly lifecycle mime-types@2.0.14~preinstall: no script for preinstall, continuing
+9596 silly lifecycle form-data@0.2.0~preinstall: no script for preinstall, continuing
+9597 silly lifecycle ms@0.6.2~preinstall: no script for preinstall, continuing
+9598 silly lifecycle debug@1.0.4~preinstall: no script for preinstall, continuing
+9599 silly lifecycle oauth-sign@0.6.0~preinstall: no script for preinstall, continuing
+9600 silly lifecycle qs@2.4.2~preinstall: no script for preinstall, continuing
+9601 silly lifecycle readable-stream@1.0.34~preinstall: no script for preinstall, continuing
+9602 silly lifecycle bl@0.9.5~preinstall: no script for preinstall, continuing
+9603 silly lifecycle oauth-sign@0.8.2~preinstall: no script for preinstall, continuing
+9604 silly lifecycle pinkie@2.0.4~preinstall: no script for preinstall, continuing
+9605 silly lifecycle pinkie-promise@2.0.1~preinstall: no script for preinstall, continuing
+9606 silly lifecycle pkginfo@0.3.1~preinstall: no script for preinstall, continuing
+9607 silly lifecycle punycode@1.3.2~preinstall: no script for preinstall, continuing
+9608 silly lifecycle qbox@0.1.7~preinstall: no script for preinstall, continuing
+9609 silly lifecycle querystring@0.2.0~preinstall: no script for preinstall, continuing
+9610 silly lifecycle reconnect-core@0.0.1~preinstall: no script for preinstall, continuing
+9611 silly lifecycle qs@5.2.1~preinstall: no script for preinstall, continuing
+9612 silly lifecycle sntp@1.0.9~preinstall: no script for preinstall, continuing
+9613 silly lifecycle hawk@2.3.1~preinstall: no script for preinstall, continuing
+9614 silly lifecycle hawk@3.1.3~preinstall: no script for preinstall, continuing
+9615 silly lifecycle assert-plus@1.0.0~preinstall: no script for preinstall, continuing
+9616 silly lifecycle stack-trace@0.0.9~preinstall: no script for preinstall, continuing
+9617 silly lifecycle stringstream@0.0.5~preinstall: no script for preinstall, continuing
+9618 silly lifecycle supports-color@2.0.0~preinstall: no script for preinstall, continuing
+9619 silly lifecycle chalk@1.1.3~preinstall: no script for preinstall, continuing
+9620 silly lifecycle tls-connect@0.2.2~preinstall: no script for preinstall, continuing
+9621 silly lifecycle node-xmpp-core@2.0.0~preinstall: no script for preinstall, continuing
+9622 silly lifecycle tough-cookie@2.2.2~preinstall: no script for preinstall, continuing
+9623 silly lifecycle tunnel-agent@0.4.3~preinstall: no script for preinstall, continuing
+9624 silly lifecycle tweetnacl@0.13.3~preinstall: no script for preinstall, continuing
+9625 silly lifecycle sshpk@1.9.2~preinstall: no script for preinstall, continuing
+9626 silly lifecycle verror@1.3.6~preinstall: no script for preinstall, continuing
+9627 silly lifecycle jsprim@1.3.0~preinstall: no script for preinstall, continuing
+9628 silly lifecycle http-signature@1.1.1~preinstall: no script for preinstall, continuing
+9629 silly lifecycle websocket-extensions@0.1.1~preinstall: no script for preinstall, continuing
+9630 silly lifecycle websocket-driver@0.6.5~preinstall: no script for preinstall, continuing
+9631 silly lifecycle faye-websocket@0.7.3~preinstall: no script for preinstall, continuing
+9632 silly lifecycle async@1.0.0~preinstall: no script for preinstall, continuing
+9633 silly lifecycle xtend@4.0.1~preinstall: no script for preinstall, continuing
+9634 silly lifecycle is-my-json-valid@2.13.1~preinstall: no script for preinstall, continuing
+9635 silly lifecycle har-validator@1.8.0~preinstall: no script for preinstall, continuing
+9636 silly lifecycle request@2.55.0~preinstall: no script for preinstall, continuing
+9637 silly lifecycle node-xmpp-client@1.0.0~preinstall: no script for preinstall, continuing
+9638 silly lifecycle har-validator@2.0.6~preinstall: no script for preinstall, continuing
+9639 silly lifecycle ini@1.3.4~preinstall: no script for preinstall, continuing
+9640 silly lifecycle request@2.67.0~preinstall: no script for preinstall, continuing
+9641 silly lifecycle simple-xmpp@1.2.0~preinstall: no script for preinstall, continuing
+9642 silly lifecycle strftime@0.9.2~preinstall: no script for preinstall, continuing
+9643 silly lifecycle url@0.11.0~preinstall: no script for preinstall, continuing
+9644 silly lifecycle winston@1.1.2~preinstall: no script for preinstall, continuing
+9645 silly doReverseSerial remove 0
+9646 silly doSerial move 0
+9647 silly doSerial finalize 120
+9648 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/ansi-styles
+9649 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/asn1
+9650 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/assert-plus
+9651 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/async
+9652 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/aws-sign2
+9653 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/backoff
+9654 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/bindings
+9655 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/bl/node_modules/readable-stream
+9656 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/bl
+9657 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/bluebird
+9658 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/browser-request
+9659 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/caseless
+9660 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/colors
+9661 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/ctype
+9662 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/cycle
+9663 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/dashdash/node_modules/assert-plus
+9664 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/dashdash
+9665 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/delayed-stream
+9666 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/combined-stream
+9667 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/escape-string-regexp
+9668 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/extend
+9669 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/extsprintf
+9670 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/eyes
+9671 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/forever-agent
+9672 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/form-data
+9673 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/generate-function
+9674 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/getpass/node_modules/assert-plus
+9675 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/getpass
+9676 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/graceful-readlink
+9677 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/commander
+9678 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/has-ansi
+9679 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/hoek
+9680 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/boom
+9681 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/cryptiles
+9682 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/is-property
+9683 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/generate-object-property
+9684 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/is-typedarray
+9685 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/isstream
+9686 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/jsbn
+9687 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/jodid25519
+9688 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/ecc-jsbn
+9689 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/json-schema
+9690 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/json-stringify-safe
+9691 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/jsonpointer
+9692 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash._basecopy
+9693 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash._bindcallback
+9694 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash._getnative
+9695 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash._isiterateecall
+9696 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash.isarguments
+9697 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash.isarray
+9698 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash.keys
+9699 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash._baseassign
+9700 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash.restparam
+9701 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash._createassigner
+9702 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/lodash.assign
+9703 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/ltx
+9704 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/minimist
+9705 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/nan
+9706 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-stringprep
+9707 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-uuid
+9708 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/asn1
+9709 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/assert-plus
+9710 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/async
+9711 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/aws-sign2
+9712 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/caseless
+9713 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/delayed-stream
+9714 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/combined-stream
+9715 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/http-signature
+9716 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/isarray
+9717 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/mime-db
+9718 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/mime-types
+9719 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/form-data
+9720 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/ms
+9721 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/debug
+9722 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/oauth-sign
+9723 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/qs
+9724 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/readable-stream
+9725 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/bl
+9726 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/oauth-sign
+9727 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/pinkie
+9728 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/pinkie-promise
+9729 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/pkginfo
+9730 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/punycode
+9731 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/qbox
+9732 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/querystring
+9733 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/reconnect-core
+9734 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/request/node_modules/qs
+9735 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/sntp
+9736 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/hawk
+9737 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/hawk
+9738 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/sshpk/node_modules/assert-plus
+9739 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/stack-trace
+9740 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/stringstream
+9741 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/supports-color
+9742 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/chalk
+9743 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/tls-connect
+9744 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-core
+9745 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/tough-cookie
+9746 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/tunnel-agent
+9747 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/tweetnacl
+9748 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/sshpk
+9749 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/verror
+9750 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/jsprim
+9751 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/http-signature
+9752 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/websocket-extensions
+9753 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/websocket-driver
+9754 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/faye-websocket
+9755 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/winston/node_modules/async
+9756 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/xtend
+9757 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/is-my-json-valid
+9758 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/har-validator
+9759 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/request
+9760 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client
+9761 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/har-validator
+9762 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/ini
+9763 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/request
+9764 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/simple-xmpp
+9765 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/strftime
+9766 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/url
+9767 silly finalize /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/winston
+9768 silly doSerial build 120
+9769 silly build ansi-styles@2.2.1
+9770 info linkStuff ansi-styles@2.2.1
+9771 silly linkStuff ansi-styles@2.2.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9772 verbose linkBins ansi-styles@2.2.1
+9773 verbose linkMans ansi-styles@2.2.1
+9774 silly build asn1@0.2.3
+9775 info linkStuff asn1@0.2.3
+9776 silly linkStuff asn1@0.2.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9777 verbose linkBins asn1@0.2.3
+9778 verbose linkMans asn1@0.2.3
+9779 silly build assert-plus@0.2.0
+9780 info linkStuff assert-plus@0.2.0
+9781 silly linkStuff assert-plus@0.2.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9782 verbose linkBins assert-plus@0.2.0
+9783 verbose linkMans assert-plus@0.2.0
+9784 silly build async@1.5.2
+9785 info linkStuff async@1.5.2
+9786 silly linkStuff async@1.5.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9787 verbose linkBins async@1.5.2
+9788 verbose linkMans async@1.5.2
+9789 silly build aws-sign2@0.6.0
+9790 info linkStuff aws-sign2@0.6.0
+9791 silly linkStuff aws-sign2@0.6.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9792 verbose linkBins aws-sign2@0.6.0
+9793 verbose linkMans aws-sign2@0.6.0
+9794 silly build backoff@2.3.0
+9795 info linkStuff backoff@2.3.0
+9796 silly linkStuff backoff@2.3.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9797 verbose linkBins backoff@2.3.0
+9798 verbose linkMans backoff@2.3.0
+9799 silly build bindings@1.2.1
+9800 info linkStuff bindings@1.2.1
+9801 silly linkStuff bindings@1.2.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9802 verbose linkBins bindings@1.2.1
+9803 verbose linkMans bindings@1.2.1
+9804 silly build readable-stream@2.0.6
+9805 info linkStuff readable-stream@2.0.6
+9806 silly linkStuff readable-stream@2.0.6 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/bl/node_modules as its parent node_modules
+9807 verbose linkBins readable-stream@2.0.6
+9808 verbose linkMans readable-stream@2.0.6
+9809 silly build bl@1.0.3
+9810 info linkStuff bl@1.0.3
+9811 silly linkStuff bl@1.0.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9812 verbose linkBins bl@1.0.3
+9813 verbose linkMans bl@1.0.3
+9814 silly build bluebird@2.10.2
+9815 info linkStuff bluebird@2.10.2
+9816 silly linkStuff bluebird@2.10.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9817 verbose linkBins bluebird@2.10.2
+9818 verbose linkMans bluebird@2.10.2
+9819 silly build browser-request@0.3.3
+9820 info linkStuff browser-request@0.3.3
+9821 silly linkStuff browser-request@0.3.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9822 verbose linkBins browser-request@0.3.3
+9823 verbose linkMans browser-request@0.3.3
+9824 silly build caseless@0.11.0
+9825 info linkStuff caseless@0.11.0
+9826 silly linkStuff caseless@0.11.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9827 verbose linkBins caseless@0.11.0
+9828 verbose linkMans caseless@0.11.0
+9829 silly build colors@1.0.3
+9830 info linkStuff colors@1.0.3
+9831 silly linkStuff colors@1.0.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9832 verbose linkBins colors@1.0.3
+9833 verbose linkMans colors@1.0.3
+9834 silly build ctype@0.5.3
+9835 info linkStuff ctype@0.5.3
+9836 silly linkStuff ctype@0.5.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9837 verbose linkBins ctype@0.5.3
+9838 verbose linkMans ctype@0.5.3
+9839 silly build cycle@1.0.3
+9840 info linkStuff cycle@1.0.3
+9841 silly linkStuff cycle@1.0.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9842 verbose linkBins cycle@1.0.3
+9843 verbose linkMans cycle@1.0.3
+9844 silly build assert-plus@1.0.0
+9845 info linkStuff assert-plus@1.0.0
+9846 silly linkStuff assert-plus@1.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/dashdash/node_modules as its parent node_modules
+9847 verbose linkBins assert-plus@1.0.0
+9848 verbose linkMans assert-plus@1.0.0
+9849 silly build dashdash@1.14.0
+9850 info linkStuff dashdash@1.14.0
+9851 silly linkStuff dashdash@1.14.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9852 verbose linkBins dashdash@1.14.0
+9853 verbose linkMans dashdash@1.14.0
+9854 silly build delayed-stream@1.0.0
+9855 info linkStuff delayed-stream@1.0.0
+9856 silly linkStuff delayed-stream@1.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9857 verbose linkBins delayed-stream@1.0.0
+9858 verbose linkMans delayed-stream@1.0.0
+9859 silly build combined-stream@1.0.5
+9860 info linkStuff combined-stream@1.0.5
+9861 silly linkStuff combined-stream@1.0.5 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9862 verbose linkBins combined-stream@1.0.5
+9863 verbose linkMans combined-stream@1.0.5
+9864 silly build escape-string-regexp@1.0.5
+9865 info linkStuff escape-string-regexp@1.0.5
+9866 silly linkStuff escape-string-regexp@1.0.5 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9867 verbose linkBins escape-string-regexp@1.0.5
+9868 verbose linkMans escape-string-regexp@1.0.5
+9869 silly build extend@3.0.0
+9870 info linkStuff extend@3.0.0
+9871 silly linkStuff extend@3.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9872 verbose linkBins extend@3.0.0
+9873 verbose linkMans extend@3.0.0
+9874 silly build extsprintf@1.0.2
+9875 info linkStuff extsprintf@1.0.2
+9876 silly linkStuff extsprintf@1.0.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9877 verbose linkBins extsprintf@1.0.2
+9878 verbose linkMans extsprintf@1.0.2
+9879 silly build eyes@0.1.8
+9880 info linkStuff eyes@0.1.8
+9881 silly linkStuff eyes@0.1.8 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9882 verbose linkBins eyes@0.1.8
+9883 verbose linkMans eyes@0.1.8
+9884 silly build forever-agent@0.6.1
+9885 info linkStuff forever-agent@0.6.1
+9886 silly linkStuff forever-agent@0.6.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9887 verbose linkBins forever-agent@0.6.1
+9888 verbose linkMans forever-agent@0.6.1
+9889 silly build form-data@1.0.0-rc4
+9890 info linkStuff form-data@1.0.0-rc4
+9891 silly linkStuff form-data@1.0.0-rc4 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9892 verbose linkBins form-data@1.0.0-rc4
+9893 verbose linkMans form-data@1.0.0-rc4
+9894 silly build generate-function@2.0.0
+9895 info linkStuff generate-function@2.0.0
+9896 silly linkStuff generate-function@2.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9897 verbose linkBins generate-function@2.0.0
+9898 verbose linkMans generate-function@2.0.0
+9899 silly build assert-plus@1.0.0
+9900 info linkStuff assert-plus@1.0.0
+9901 silly linkStuff assert-plus@1.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/getpass/node_modules as its parent node_modules
+9902 verbose linkBins assert-plus@1.0.0
+9903 verbose linkMans assert-plus@1.0.0
+9904 silly build getpass@0.1.6
+9905 info linkStuff getpass@0.1.6
+9906 silly linkStuff getpass@0.1.6 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9907 verbose linkBins getpass@0.1.6
+9908 verbose linkMans getpass@0.1.6
+9909 silly build graceful-readlink@1.0.1
+9910 info linkStuff graceful-readlink@1.0.1
+9911 silly linkStuff graceful-readlink@1.0.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9912 verbose linkBins graceful-readlink@1.0.1
+9913 verbose linkMans graceful-readlink@1.0.1
+9914 silly build commander@2.9.0
+9915 info linkStuff commander@2.9.0
+9916 silly linkStuff commander@2.9.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9917 verbose linkBins commander@2.9.0
+9918 verbose linkMans commander@2.9.0
+9919 silly build has-ansi@2.0.0
+9920 info linkStuff has-ansi@2.0.0
+9921 silly linkStuff has-ansi@2.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9922 verbose linkBins has-ansi@2.0.0
+9923 verbose linkMans has-ansi@2.0.0
+9924 silly build hoek@2.16.3
+9925 info linkStuff hoek@2.16.3
+9926 silly linkStuff hoek@2.16.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9927 verbose linkBins hoek@2.16.3
+9928 verbose linkMans hoek@2.16.3
+9929 silly build boom@2.10.1
+9930 info linkStuff boom@2.10.1
+9931 silly linkStuff boom@2.10.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9932 verbose linkBins boom@2.10.1
+9933 verbose linkMans boom@2.10.1
+9934 silly build cryptiles@2.0.5
+9935 info linkStuff cryptiles@2.0.5
+9936 silly linkStuff cryptiles@2.0.5 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9937 verbose linkBins cryptiles@2.0.5
+9938 verbose linkMans cryptiles@2.0.5
+9939 silly build is-property@1.0.2
+9940 info linkStuff is-property@1.0.2
+9941 silly linkStuff is-property@1.0.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9942 verbose linkBins is-property@1.0.2
+9943 verbose linkMans is-property@1.0.2
+9944 silly build generate-object-property@1.2.0
+9945 info linkStuff generate-object-property@1.2.0
+9946 silly linkStuff generate-object-property@1.2.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9947 verbose linkBins generate-object-property@1.2.0
+9948 verbose linkMans generate-object-property@1.2.0
+9949 silly build is-typedarray@1.0.0
+9950 info linkStuff is-typedarray@1.0.0
+9951 silly linkStuff is-typedarray@1.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9952 verbose linkBins is-typedarray@1.0.0
+9953 verbose linkMans is-typedarray@1.0.0
+9954 silly build isstream@0.1.2
+9955 info linkStuff isstream@0.1.2
+9956 silly linkStuff isstream@0.1.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9957 verbose linkBins isstream@0.1.2
+9958 verbose linkMans isstream@0.1.2
+9959 silly build jsbn@0.1.0
+9960 info linkStuff jsbn@0.1.0
+9961 silly linkStuff jsbn@0.1.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9962 verbose linkBins jsbn@0.1.0
+9963 verbose linkMans jsbn@0.1.0
+9964 silly build jodid25519@1.0.2
+9965 info linkStuff jodid25519@1.0.2
+9966 silly linkStuff jodid25519@1.0.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9967 verbose linkBins jodid25519@1.0.2
+9968 verbose linkMans jodid25519@1.0.2
+9969 silly build ecc-jsbn@0.1.1
+9970 info linkStuff ecc-jsbn@0.1.1
+9971 silly linkStuff ecc-jsbn@0.1.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9972 verbose linkBins ecc-jsbn@0.1.1
+9973 verbose linkMans ecc-jsbn@0.1.1
+9974 silly build json-schema@0.2.2
+9975 info linkStuff json-schema@0.2.2
+9976 silly linkStuff json-schema@0.2.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9977 verbose linkBins json-schema@0.2.2
+9978 verbose linkMans json-schema@0.2.2
+9979 silly build json-stringify-safe@5.0.1
+9980 info linkStuff json-stringify-safe@5.0.1
+9981 silly linkStuff json-stringify-safe@5.0.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9982 verbose linkBins json-stringify-safe@5.0.1
+9983 verbose linkMans json-stringify-safe@5.0.1
+9984 silly build jsonpointer@2.0.0
+9985 info linkStuff jsonpointer@2.0.0
+9986 silly linkStuff jsonpointer@2.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9987 verbose linkBins jsonpointer@2.0.0
+9988 verbose linkMans jsonpointer@2.0.0
+9989 silly build lodash._basecopy@3.0.1
+9990 info linkStuff lodash._basecopy@3.0.1
+9991 silly linkStuff lodash._basecopy@3.0.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9992 verbose linkBins lodash._basecopy@3.0.1
+9993 verbose linkMans lodash._basecopy@3.0.1
+9994 silly build lodash._bindcallback@3.0.1
+9995 info linkStuff lodash._bindcallback@3.0.1
+9996 silly linkStuff lodash._bindcallback@3.0.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+9997 verbose linkBins lodash._bindcallback@3.0.1
+9998 verbose linkMans lodash._bindcallback@3.0.1
+9999 silly build lodash._getnative@3.9.1
+10000 info linkStuff lodash._getnative@3.9.1
+10001 silly linkStuff lodash._getnative@3.9.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10002 verbose linkBins lodash._getnative@3.9.1
+10003 verbose linkMans lodash._getnative@3.9.1
+10004 silly build lodash._isiterateecall@3.0.9
+10005 info linkStuff lodash._isiterateecall@3.0.9
+10006 silly linkStuff lodash._isiterateecall@3.0.9 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10007 verbose linkBins lodash._isiterateecall@3.0.9
+10008 verbose linkMans lodash._isiterateecall@3.0.9
+10009 silly build lodash.isarguments@3.0.9
+10010 info linkStuff lodash.isarguments@3.0.9
+10011 silly linkStuff lodash.isarguments@3.0.9 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10012 verbose linkBins lodash.isarguments@3.0.9
+10013 verbose linkMans lodash.isarguments@3.0.9
+10014 silly build lodash.isarray@3.0.4
+10015 info linkStuff lodash.isarray@3.0.4
+10016 silly linkStuff lodash.isarray@3.0.4 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10017 verbose linkBins lodash.isarray@3.0.4
+10018 verbose linkMans lodash.isarray@3.0.4
+10019 silly build lodash.keys@3.1.2
+10020 info linkStuff lodash.keys@3.1.2
+10021 silly linkStuff lodash.keys@3.1.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10022 verbose linkBins lodash.keys@3.1.2
+10023 verbose linkMans lodash.keys@3.1.2
+10024 silly build lodash._baseassign@3.2.0
+10025 info linkStuff lodash._baseassign@3.2.0
+10026 silly linkStuff lodash._baseassign@3.2.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10027 verbose linkBins lodash._baseassign@3.2.0
+10028 verbose linkMans lodash._baseassign@3.2.0
+10029 silly build lodash.restparam@3.6.1
+10030 info linkStuff lodash.restparam@3.6.1
+10031 silly linkStuff lodash.restparam@3.6.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10032 verbose linkBins lodash.restparam@3.6.1
+10033 verbose linkMans lodash.restparam@3.6.1
+10034 silly build lodash._createassigner@3.1.1
+10035 info linkStuff lodash._createassigner@3.1.1
+10036 silly linkStuff lodash._createassigner@3.1.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10037 verbose linkBins lodash._createassigner@3.1.1
+10038 verbose linkMans lodash._createassigner@3.1.1
+10039 silly build lodash.assign@3.2.0
+10040 info linkStuff lodash.assign@3.2.0
+10041 silly linkStuff lodash.assign@3.2.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10042 verbose linkBins lodash.assign@3.2.0
+10043 verbose linkMans lodash.assign@3.2.0
+10044 silly build ltx@2.4.2
+10045 info linkStuff ltx@2.4.2
+10046 silly linkStuff ltx@2.4.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10047 verbose linkBins ltx@2.4.2
+10048 verbose linkMans ltx@2.4.2
+10049 silly build minimist@0.0.8
+10050 info linkStuff minimist@0.0.8
+10051 silly linkStuff minimist@0.0.8 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10052 verbose linkBins minimist@0.0.8
+10053 verbose linkMans minimist@0.0.8
+10054 silly build nan@1.8.4
+10055 info linkStuff nan@1.8.4
+10056 silly linkStuff nan@1.8.4 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10057 verbose linkBins nan@1.8.4
+10058 verbose linkMans nan@1.8.4
+10059 silly build node-stringprep@0.7.3
+10060 info linkStuff node-stringprep@0.7.3
+10061 silly linkStuff node-stringprep@0.7.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10062 verbose linkBins node-stringprep@0.7.3
+10063 verbose linkMans node-stringprep@0.7.3
+10064 silly build node-uuid@1.4.7
+10065 info linkStuff node-uuid@1.4.7
+10066 silly linkStuff node-uuid@1.4.7 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10067 verbose linkBins node-uuid@1.4.7
+10068 verbose link bins [ { uuid: './bin/uuid' },
+10068 verbose link bins   '/home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin',
+10068 verbose link bins   false ]
+10069 verbose linkMans node-uuid@1.4.7
+10070 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/uuid is being purged
+10071 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/uuid
+10072 silly build asn1@0.1.11
+10073 info linkStuff asn1@0.1.11
+10074 silly linkStuff asn1@0.1.11 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10075 verbose linkBins asn1@0.1.11
+10076 verbose linkMans asn1@0.1.11
+10077 silly build assert-plus@0.1.5
+10078 info linkStuff assert-plus@0.1.5
+10079 silly linkStuff assert-plus@0.1.5 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10080 verbose linkBins assert-plus@0.1.5
+10081 verbose linkMans assert-plus@0.1.5
+10082 silly build async@0.9.2
+10083 info linkStuff async@0.9.2
+10084 silly linkStuff async@0.9.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10085 verbose linkBins async@0.9.2
+10086 verbose linkMans async@0.9.2
+10087 silly build aws-sign2@0.5.0
+10088 info linkStuff aws-sign2@0.5.0
+10089 silly linkStuff aws-sign2@0.5.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10090 verbose linkBins aws-sign2@0.5.0
+10091 verbose linkMans aws-sign2@0.5.0
+10092 silly build caseless@0.9.0
+10093 info linkStuff caseless@0.9.0
+10094 silly linkStuff caseless@0.9.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10095 verbose linkBins caseless@0.9.0
+10096 verbose linkMans caseless@0.9.0
+10097 silly build delayed-stream@0.0.5
+10098 info linkStuff delayed-stream@0.0.5
+10099 silly linkStuff delayed-stream@0.0.5 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10100 verbose linkBins delayed-stream@0.0.5
+10101 verbose linkMans delayed-stream@0.0.5
+10102 silly build combined-stream@0.0.7
+10103 info linkStuff combined-stream@0.0.7
+10104 silly linkStuff combined-stream@0.0.7 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10105 verbose linkBins combined-stream@0.0.7
+10106 verbose linkMans combined-stream@0.0.7
+10107 silly build http-signature@0.10.1
+10108 info linkStuff http-signature@0.10.1
+10109 silly linkStuff http-signature@0.10.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10110 verbose linkBins http-signature@0.10.1
+10111 verbose linkMans http-signature@0.10.1
+10112 silly build isarray@0.0.1
+10113 info linkStuff isarray@0.0.1
+10114 silly linkStuff isarray@0.0.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10115 verbose linkBins isarray@0.0.1
+10116 verbose linkMans isarray@0.0.1
+10117 silly build mime-db@1.12.0
+10118 info linkStuff mime-db@1.12.0
+10119 silly linkStuff mime-db@1.12.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10120 verbose linkBins mime-db@1.12.0
+10121 verbose linkMans mime-db@1.12.0
+10122 silly build mime-types@2.0.14
+10123 info linkStuff mime-types@2.0.14
+10124 silly linkStuff mime-types@2.0.14 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10125 verbose linkBins mime-types@2.0.14
+10126 verbose linkMans mime-types@2.0.14
+10127 silly build form-data@0.2.0
+10128 info linkStuff form-data@0.2.0
+10129 silly linkStuff form-data@0.2.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10130 verbose linkBins form-data@0.2.0
+10131 verbose linkMans form-data@0.2.0
+10132 silly build ms@0.6.2
+10133 info linkStuff ms@0.6.2
+10134 silly linkStuff ms@0.6.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10135 verbose linkBins ms@0.6.2
+10136 verbose linkMans ms@0.6.2
+10137 silly build debug@1.0.4
+10138 info linkStuff debug@1.0.4
+10139 silly linkStuff debug@1.0.4 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10140 verbose linkBins debug@1.0.4
+10141 verbose linkMans debug@1.0.4
+10142 silly build oauth-sign@0.6.0
+10143 info linkStuff oauth-sign@0.6.0
+10144 silly linkStuff oauth-sign@0.6.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10145 verbose linkBins oauth-sign@0.6.0
+10146 verbose linkMans oauth-sign@0.6.0
+10147 silly build qs@2.4.2
+10148 info linkStuff qs@2.4.2
+10149 silly linkStuff qs@2.4.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10150 verbose linkBins qs@2.4.2
+10151 verbose linkMans qs@2.4.2
+10152 silly build readable-stream@1.0.34
+10153 info linkStuff readable-stream@1.0.34
+10154 silly linkStuff readable-stream@1.0.34 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10155 verbose linkBins readable-stream@1.0.34
+10156 verbose linkMans readable-stream@1.0.34
+10157 silly build bl@0.9.5
+10158 info linkStuff bl@0.9.5
+10159 silly linkStuff bl@0.9.5 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10160 verbose linkBins bl@0.9.5
+10161 verbose linkMans bl@0.9.5
+10162 silly build oauth-sign@0.8.2
+10163 info linkStuff oauth-sign@0.8.2
+10164 silly linkStuff oauth-sign@0.8.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10165 verbose linkBins oauth-sign@0.8.2
+10166 verbose linkMans oauth-sign@0.8.2
+10167 silly build pinkie@2.0.4
+10168 info linkStuff pinkie@2.0.4
+10169 silly linkStuff pinkie@2.0.4 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10170 verbose linkBins pinkie@2.0.4
+10171 verbose linkMans pinkie@2.0.4
+10172 silly build pinkie-promise@2.0.1
+10173 info linkStuff pinkie-promise@2.0.1
+10174 silly linkStuff pinkie-promise@2.0.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10175 verbose linkBins pinkie-promise@2.0.1
+10176 verbose linkMans pinkie-promise@2.0.1
+10177 silly build pkginfo@0.3.1
+10178 info linkStuff pkginfo@0.3.1
+10179 silly linkStuff pkginfo@0.3.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10180 verbose linkBins pkginfo@0.3.1
+10181 verbose linkMans pkginfo@0.3.1
+10182 silly build punycode@1.3.2
+10183 info linkStuff punycode@1.3.2
+10184 silly linkStuff punycode@1.3.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10185 verbose linkBins punycode@1.3.2
+10186 verbose linkMans punycode@1.3.2
+10187 silly build qbox@0.1.7
+10188 info linkStuff qbox@0.1.7
+10189 silly linkStuff qbox@0.1.7 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10190 verbose linkBins qbox@0.1.7
+10191 verbose linkMans qbox@0.1.7
+10192 silly build querystring@0.2.0
+10193 info linkStuff querystring@0.2.0
+10194 silly linkStuff querystring@0.2.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10195 verbose linkBins querystring@0.2.0
+10196 verbose linkMans querystring@0.2.0
+10197 silly build reconnect-core@0.0.1
+10198 info linkStuff reconnect-core@0.0.1
+10199 silly linkStuff reconnect-core@0.0.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10200 verbose linkBins reconnect-core@0.0.1
+10201 verbose linkMans reconnect-core@0.0.1
+10202 silly build qs@5.2.1
+10203 info linkStuff qs@5.2.1
+10204 silly linkStuff qs@5.2.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/request/node_modules as its parent node_modules
+10205 verbose linkBins qs@5.2.1
+10206 verbose linkMans qs@5.2.1
+10207 silly build sntp@1.0.9
+10208 info linkStuff sntp@1.0.9
+10209 silly linkStuff sntp@1.0.9 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10210 verbose linkBins sntp@1.0.9
+10211 verbose linkMans sntp@1.0.9
+10212 silly build hawk@2.3.1
+10213 info linkStuff hawk@2.3.1
+10214 silly linkStuff hawk@2.3.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10215 verbose linkBins hawk@2.3.1
+10216 verbose linkMans hawk@2.3.1
+10217 silly build hawk@3.1.3
+10218 info linkStuff hawk@3.1.3
+10219 silly linkStuff hawk@3.1.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10220 verbose linkBins hawk@3.1.3
+10221 verbose linkMans hawk@3.1.3
+10222 silly build assert-plus@1.0.0
+10223 info linkStuff assert-plus@1.0.0
+10224 silly linkStuff assert-plus@1.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/sshpk/node_modules as its parent node_modules
+10225 verbose linkBins assert-plus@1.0.0
+10226 verbose linkMans assert-plus@1.0.0
+10227 silly build stack-trace@0.0.9
+10228 info linkStuff stack-trace@0.0.9
+10229 silly linkStuff stack-trace@0.0.9 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10230 verbose linkBins stack-trace@0.0.9
+10231 verbose linkMans stack-trace@0.0.9
+10232 silly build stringstream@0.0.5
+10233 info linkStuff stringstream@0.0.5
+10234 silly linkStuff stringstream@0.0.5 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10235 verbose linkBins stringstream@0.0.5
+10236 verbose linkMans stringstream@0.0.5
+10237 silly build supports-color@2.0.0
+10238 info linkStuff supports-color@2.0.0
+10239 silly linkStuff supports-color@2.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10240 verbose linkBins supports-color@2.0.0
+10241 verbose linkMans supports-color@2.0.0
+10242 silly build chalk@1.1.3
+10243 info linkStuff chalk@1.1.3
+10244 silly linkStuff chalk@1.1.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10245 verbose linkBins chalk@1.1.3
+10246 verbose linkMans chalk@1.1.3
+10247 silly build tls-connect@0.2.2
+10248 info linkStuff tls-connect@0.2.2
+10249 silly linkStuff tls-connect@0.2.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10250 verbose linkBins tls-connect@0.2.2
+10251 verbose linkMans tls-connect@0.2.2
+10252 silly build node-xmpp-core@2.0.0
+10253 info linkStuff node-xmpp-core@2.0.0
+10254 silly linkStuff node-xmpp-core@2.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10255 verbose linkBins node-xmpp-core@2.0.0
+10256 verbose linkMans node-xmpp-core@2.0.0
+10257 silly build tough-cookie@2.2.2
+10258 info linkStuff tough-cookie@2.2.2
+10259 silly linkStuff tough-cookie@2.2.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10260 verbose linkBins tough-cookie@2.2.2
+10261 verbose linkMans tough-cookie@2.2.2
+10262 silly build tunnel-agent@0.4.3
+10263 info linkStuff tunnel-agent@0.4.3
+10264 silly linkStuff tunnel-agent@0.4.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10265 verbose linkBins tunnel-agent@0.4.3
+10266 verbose linkMans tunnel-agent@0.4.3
+10267 silly build tweetnacl@0.13.3
+10268 info linkStuff tweetnacl@0.13.3
+10269 silly linkStuff tweetnacl@0.13.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10270 verbose linkBins tweetnacl@0.13.3
+10271 verbose linkMans tweetnacl@0.13.3
+10272 silly build sshpk@1.9.2
+10273 info linkStuff sshpk@1.9.2
+10274 silly linkStuff sshpk@1.9.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10275 verbose linkBins sshpk@1.9.2
+10276 verbose link bins [ { 'sshpk-conv': 'bin/sshpk-conv',
+10276 verbose link bins     'sshpk-sign': 'bin/sshpk-sign',
+10276 verbose link bins     'sshpk-verify': 'bin/sshpk-verify' },
+10276 verbose link bins   '/home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin',
+10276 verbose link bins   false ]
+10277 verbose linkMans sshpk@1.9.2
+10278 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/sshpk-conv is being purged
+10279 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/sshpk-conv
+10280 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/sshpk-sign is being purged
+10281 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/sshpk-sign
+10282 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/sshpk-verify is being purged
+10283 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/sshpk-verify
+10284 silly build verror@1.3.6
+10285 info linkStuff verror@1.3.6
+10286 silly linkStuff verror@1.3.6 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10287 verbose linkBins verror@1.3.6
+10288 verbose linkMans verror@1.3.6
+10289 silly build jsprim@1.3.0
+10290 info linkStuff jsprim@1.3.0
+10291 silly linkStuff jsprim@1.3.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10292 verbose linkBins jsprim@1.3.0
+10293 verbose linkMans jsprim@1.3.0
+10294 silly build http-signature@1.1.1
+10295 info linkStuff http-signature@1.1.1
+10296 silly linkStuff http-signature@1.1.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10297 verbose linkBins http-signature@1.1.1
+10298 verbose linkMans http-signature@1.1.1
+10299 silly build websocket-extensions@0.1.1
+10300 info linkStuff websocket-extensions@0.1.1
+10301 silly linkStuff websocket-extensions@0.1.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10302 verbose linkBins websocket-extensions@0.1.1
+10303 verbose linkMans websocket-extensions@0.1.1
+10304 silly build websocket-driver@0.6.5
+10305 info linkStuff websocket-driver@0.6.5
+10306 silly linkStuff websocket-driver@0.6.5 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10307 verbose linkBins websocket-driver@0.6.5
+10308 verbose linkMans websocket-driver@0.6.5
+10309 silly build faye-websocket@0.7.3
+10310 info linkStuff faye-websocket@0.7.3
+10311 silly linkStuff faye-websocket@0.7.3 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10312 verbose linkBins faye-websocket@0.7.3
+10313 verbose linkMans faye-websocket@0.7.3
+10314 silly build async@1.0.0
+10315 info linkStuff async@1.0.0
+10316 silly linkStuff async@1.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/winston/node_modules as its parent node_modules
+10317 verbose linkBins async@1.0.0
+10318 verbose linkMans async@1.0.0
+10319 silly build xtend@4.0.1
+10320 info linkStuff xtend@4.0.1
+10321 silly linkStuff xtend@4.0.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10322 verbose linkBins xtend@4.0.1
+10323 verbose linkMans xtend@4.0.1
+10324 silly build is-my-json-valid@2.13.1
+10325 info linkStuff is-my-json-valid@2.13.1
+10326 silly linkStuff is-my-json-valid@2.13.1 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10327 verbose linkBins is-my-json-valid@2.13.1
+10328 verbose linkMans is-my-json-valid@2.13.1
+10329 silly build har-validator@1.8.0
+10330 info linkStuff har-validator@1.8.0
+10331 silly linkStuff har-validator@1.8.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10332 verbose linkBins har-validator@1.8.0
+10333 verbose link bins [ { 'har-validator': 'bin/har-validator' },
+10333 verbose link bins   '/home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/.bin',
+10333 verbose link bins   false ]
+10334 verbose linkMans har-validator@1.8.0
+10335 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/.bin/har-validator is being purged
+10336 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules/.bin/har-validator
+10337 silly build request@2.55.0
+10338 info linkStuff request@2.55.0
+10339 silly linkStuff request@2.55.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-xmpp-client/node_modules as its parent node_modules
+10340 verbose linkBins request@2.55.0
+10341 verbose linkMans request@2.55.0
+10342 silly build node-xmpp-client@1.0.0
+10343 info linkStuff node-xmpp-client@1.0.0
+10344 silly linkStuff node-xmpp-client@1.0.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10345 verbose linkBins node-xmpp-client@1.0.0
+10346 verbose linkMans node-xmpp-client@1.0.0
+10347 silly build har-validator@2.0.6
+10348 info linkStuff har-validator@2.0.6
+10349 silly linkStuff har-validator@2.0.6 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10350 verbose linkBins har-validator@2.0.6
+10351 verbose link bins [ { 'har-validator': 'bin/har-validator' },
+10351 verbose link bins   '/home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin',
+10351 verbose link bins   false ]
+10352 verbose linkMans har-validator@2.0.6
+10353 silly gentlyRm /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/har-validator is being purged
+10354 verbose gentlyRm don't care about contents; nuking /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin/har-validator
+10355 silly build ini@1.3.4
+10356 info linkStuff ini@1.3.4
+10357 silly linkStuff ini@1.3.4 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10358 verbose linkBins ini@1.3.4
+10359 verbose linkMans ini@1.3.4
+10360 silly build request@2.67.0
+10361 info linkStuff request@2.67.0
+10362 silly linkStuff request@2.67.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10363 verbose linkBins request@2.67.0
+10364 verbose linkMans request@2.67.0
+10365 silly build simple-xmpp@1.2.0
+10366 info linkStuff simple-xmpp@1.2.0
+10367 silly linkStuff simple-xmpp@1.2.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10368 verbose linkBins simple-xmpp@1.2.0
+10369 verbose linkMans simple-xmpp@1.2.0
+10370 silly build strftime@0.9.2
+10371 info linkStuff strftime@0.9.2
+10372 silly linkStuff strftime@0.9.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10373 verbose linkBins strftime@0.9.2
+10374 verbose linkMans strftime@0.9.2
+10375 silly build url@0.11.0
+10376 info linkStuff url@0.11.0
+10377 silly linkStuff url@0.11.0 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10378 verbose linkBins url@0.11.0
+10379 verbose linkMans url@0.11.0
+10380 silly build winston@1.1.2
+10381 info linkStuff winston@1.1.2
+10382 silly linkStuff winston@1.1.2 has /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules as its parent node_modules
+10383 verbose linkBins winston@1.1.2
+10384 verbose linkMans winston@1.1.2
+10385 silly doSerial global-link 0
+10386 silly doParallel update-linked 0
+10387 silly doSerial install 120
+10388 silly install ansi-styles@2.2.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ansi-styles-9e962d4a
+10389 info lifecycle ansi-styles@2.2.1~install: ansi-styles@2.2.1
+10390 silly lifecycle ansi-styles@2.2.1~install: no script for install, continuing
+10391 silly install asn1@0.2.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/asn1-6f0ce8de
+10392 info lifecycle asn1@0.2.3~install: asn1@0.2.3
+10393 silly lifecycle asn1@0.2.3~install: no script for install, continuing
+10394 silly install assert-plus@0.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-821af860
+10395 info lifecycle assert-plus@0.2.0~install: assert-plus@0.2.0
+10396 silly lifecycle assert-plus@0.2.0~install: no script for install, continuing
+10397 silly install async@1.5.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/async-b1c28da0
+10398 info lifecycle async@1.5.2~install: async@1.5.2
+10399 silly lifecycle async@1.5.2~install: no script for install, continuing
+10400 silly install aws-sign2@0.6.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/aws-sign2-5e3af4ca
+10401 info lifecycle aws-sign2@0.6.0~install: aws-sign2@0.6.0
+10402 silly lifecycle aws-sign2@0.6.0~install: no script for install, continuing
+10403 silly install backoff@2.3.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/backoff-d048a021
+10404 info lifecycle backoff@2.3.0~install: backoff@2.3.0
+10405 silly lifecycle backoff@2.3.0~install: no script for install, continuing
+10406 silly install bindings@1.2.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bindings-287b852e
+10407 info lifecycle bindings@1.2.1~install: bindings@1.2.1
+10408 silly lifecycle bindings@1.2.1~install: no script for install, continuing
+10409 silly install readable-stream@2.0.6 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/readable-stream-15a2c372
+10410 info lifecycle readable-stream@2.0.6~install: readable-stream@2.0.6
+10411 silly lifecycle readable-stream@2.0.6~install: no script for install, continuing
+10412 silly install bl@1.0.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bl-958cf7a7
+10413 info lifecycle bl@1.0.3~install: bl@1.0.3
+10414 silly lifecycle bl@1.0.3~install: no script for install, continuing
+10415 silly install bluebird@2.10.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/bluebird-1af081df
+10416 info lifecycle bluebird@2.10.2~install: bluebird@2.10.2
+10417 silly lifecycle bluebird@2.10.2~install: no script for install, continuing
+10418 silly install browser-request@0.3.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/browser-request-56954f7b
+10419 info lifecycle browser-request@0.3.3~install: browser-request@0.3.3
+10420 silly lifecycle browser-request@0.3.3~install: no script for install, continuing
+10421 silly install caseless@0.11.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/caseless-b30502af
+10422 info lifecycle caseless@0.11.0~install: caseless@0.11.0
+10423 silly lifecycle caseless@0.11.0~install: no script for install, continuing
+10424 silly install colors@1.0.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/colors-d788f154
+10425 info lifecycle colors@1.0.3~install: colors@1.0.3
+10426 silly lifecycle colors@1.0.3~install: no script for install, continuing
+10427 silly install ctype@0.5.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ctype-06dbeac4
+10428 info lifecycle ctype@0.5.3~install: ctype@0.5.3
+10429 silly lifecycle ctype@0.5.3~install: no script for install, continuing
+10430 silly install cycle@1.0.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cycle-8ce27790
+10431 info lifecycle cycle@1.0.3~install: cycle@1.0.3
+10432 silly lifecycle cycle@1.0.3~install: no script for install, continuing
+10433 silly install assert-plus@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-e8327894
+10434 info lifecycle assert-plus@1.0.0~install: assert-plus@1.0.0
+10435 silly lifecycle assert-plus@1.0.0~install: no script for install, continuing
+10436 silly install dashdash@1.14.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/dashdash-61469d44
+10437 info lifecycle dashdash@1.14.0~install: dashdash@1.14.0
+10438 silly lifecycle dashdash@1.14.0~install: no script for install, continuing
+10439 silly install delayed-stream@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/delayed-stream-5b0de38b
+10440 info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0
+10441 silly lifecycle delayed-stream@1.0.0~install: no script for install, continuing
+10442 silly install combined-stream@1.0.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/combined-stream-b230e815
+10443 info lifecycle combined-stream@1.0.5~install: combined-stream@1.0.5
+10444 silly lifecycle combined-stream@1.0.5~install: no script for install, continuing
+10445 silly install escape-string-regexp@1.0.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/escape-string-regexp-9bbe23ba
+10446 info lifecycle escape-string-regexp@1.0.5~install: escape-string-regexp@1.0.5
+10447 silly lifecycle escape-string-regexp@1.0.5~install: no script for install, continuing
+10448 silly install extend@3.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extend-e2947899
+10449 info lifecycle extend@3.0.0~install: extend@3.0.0
+10450 silly lifecycle extend@3.0.0~install: no script for install, continuing
+10451 silly install extsprintf@1.0.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/extsprintf-0fcd767c
+10452 info lifecycle extsprintf@1.0.2~install: extsprintf@1.0.2
+10453 silly lifecycle extsprintf@1.0.2~install: no script for install, continuing
+10454 silly install eyes@0.1.8 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/eyes-91c37678
+10455 info lifecycle eyes@0.1.8~install: eyes@0.1.8
+10456 silly lifecycle eyes@0.1.8~install: no script for install, continuing
+10457 silly install forever-agent@0.6.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/forever-agent-ef659927
+10458 info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1
+10459 silly lifecycle forever-agent@0.6.1~install: no script for install, continuing
+10460 silly install form-data@1.0.0-rc4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/form-data-cdd24f98
+10461 info lifecycle form-data@1.0.0-rc4~install: form-data@1.0.0-rc4
+10462 silly lifecycle form-data@1.0.0-rc4~install: no script for install, continuing
+10463 silly install generate-function@2.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-function-c2aa9c5b
+10464 info lifecycle generate-function@2.0.0~install: generate-function@2.0.0
+10465 silly lifecycle generate-function@2.0.0~install: no script for install, continuing
+10466 silly install assert-plus@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/assert-plus-fd2837ed
+10467 info lifecycle assert-plus@1.0.0~install: assert-plus@1.0.0
+10468 silly lifecycle assert-plus@1.0.0~install: no script for install, continuing
+10469 silly install getpass@0.1.6 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/getpass-09b0fb8f
+10470 info lifecycle getpass@0.1.6~install: getpass@0.1.6
+10471 silly lifecycle getpass@0.1.6~install: no script for install, continuing
+10472 silly install graceful-readlink@1.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/graceful-readlink-09a2e845
+10473 info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
+10474 silly lifecycle graceful-readlink@1.0.1~install: no script for install, continuing
+10475 silly install commander@2.9.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/commander-4efe7c85
+10476 info lifecycle commander@2.9.0~install: commander@2.9.0
+10477 silly lifecycle commander@2.9.0~install: no script for install, continuing
+10478 silly install has-ansi@2.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/has-ansi-6b634b1b
+10479 info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
+10480 silly lifecycle has-ansi@2.0.0~install: no script for install, continuing
+10481 silly install hoek@2.16.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/hoek-a370eaba
+10482 info lifecycle hoek@2.16.3~install: hoek@2.16.3
+10483 silly lifecycle hoek@2.16.3~install: no script for install, continuing
+10484 silly install boom@2.10.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/boom-8ac4b2b6
+10485 info lifecycle boom@2.10.1~install: boom@2.10.1
+10486 silly lifecycle boom@2.10.1~install: no script for install, continuing
+10487 silly install cryptiles@2.0.5 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/cryptiles-d8a4619c
+10488 info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
+10489 silly lifecycle cryptiles@2.0.5~install: no script for install, continuing
+10490 silly install is-property@1.0.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-property-0e79b04a
+10491 info lifecycle is-property@1.0.2~install: is-property@1.0.2
+10492 silly lifecycle is-property@1.0.2~install: no script for install, continuing
+10493 silly install generate-object-property@1.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/generate-object-property-f6245318
+10494 info lifecycle generate-object-property@1.2.0~install: generate-object-property@1.2.0
+10495 silly lifecycle generate-object-property@1.2.0~install: no script for install, continuing
+10496 silly install is-typedarray@1.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/is-typedarray-fb72e7e9
+10497 info lifecycle is-typedarray@1.0.0~install: is-typedarray@1.0.0
+10498 silly lifecycle is-typedarray@1.0.0~install: no script for install, continuing
+10499 silly install isstream@0.1.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/isstream-c4226a94
+10500 info lifecycle isstream@0.1.2~install: isstream@0.1.2
+10501 silly lifecycle isstream@0.1.2~install: no script for install, continuing
+10502 silly install jsbn@0.1.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsbn-d5689ab9
+10503 info lifecycle jsbn@0.1.0~install: jsbn@0.1.0
+10504 silly lifecycle jsbn@0.1.0~install: no script for install, continuing
+10505 silly install jodid25519@1.0.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jodid25519-bb0c9ca1
+10506 info lifecycle jodid25519@1.0.2~install: jodid25519@1.0.2
+10507 silly lifecycle jodid25519@1.0.2~install: no script for install, continuing
+10508 silly install ecc-jsbn@0.1.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ecc-jsbn-806c38c3
+10509 info lifecycle ecc-jsbn@0.1.1~install: ecc-jsbn@0.1.1
+10510 silly lifecycle ecc-jsbn@0.1.1~install: no script for install, continuing
+10511 silly install json-schema@0.2.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-schema-4565d046
+10512 info lifecycle json-schema@0.2.2~install: json-schema@0.2.2
+10513 silly lifecycle json-schema@0.2.2~install: no script for install, continuing
+10514 silly install json-stringify-safe@5.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/json-stringify-safe-46ca6ea7
+10515 info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
+10516 silly lifecycle json-stringify-safe@5.0.1~install: no script for install, continuing
+10517 silly install jsonpointer@2.0.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/jsonpointer-d00ba384
+10518 info lifecycle jsonpointer@2.0.0~install: jsonpointer@2.0.0
+10519 silly lifecycle jsonpointer@2.0.0~install: no script for install, continuing
+10520 silly install lodash._basecopy@3.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._basecopy-45d9b131
+10521 info lifecycle lodash._basecopy@3.0.1~install: lodash._basecopy@3.0.1
+10522 silly lifecycle lodash._basecopy@3.0.1~install: no script for install, continuing
+10523 silly install lodash._bindcallback@3.0.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._bindcallback-050dfa5d
+10524 info lifecycle lodash._bindcallback@3.0.1~install: lodash._bindcallback@3.0.1
+10525 silly lifecycle lodash._bindcallback@3.0.1~install: no script for install, continuing
+10526 silly install lodash._getnative@3.9.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._getnative-44faf849
+10527 info lifecycle lodash._getnative@3.9.1~install: lodash._getnative@3.9.1
+10528 silly lifecycle lodash._getnative@3.9.1~install: no script for install, continuing
+10529 silly install lodash._isiterateecall@3.0.9 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._isiterateecall-184996ac
+10530 info lifecycle lodash._isiterateecall@3.0.9~install: lodash._isiterateecall@3.0.9
+10531 silly lifecycle lodash._isiterateecall@3.0.9~install: no script for install, continuing
+10532 silly install lodash.isarguments@3.0.9 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarguments-f2137674
+10533 info lifecycle lodash.isarguments@3.0.9~install: lodash.isarguments@3.0.9
+10534 silly lifecycle lodash.isarguments@3.0.9~install: no script for install, continuing
+10535 silly install lodash.isarray@3.0.4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.isarray-c5ed6c56
+10536 info lifecycle lodash.isarray@3.0.4~install: lodash.isarray@3.0.4
+10537 silly lifecycle lodash.isarray@3.0.4~install: no script for install, continuing
+10538 silly install lodash.keys@3.1.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.keys-d5f413db
+10539 info lifecycle lodash.keys@3.1.2~install: lodash.keys@3.1.2
+10540 silly lifecycle lodash.keys@3.1.2~install: no script for install, continuing
+10541 silly install lodash._baseassign@3.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._baseassign-21d6002c
+10542 info lifecycle lodash._baseassign@3.2.0~install: lodash._baseassign@3.2.0
+10543 silly lifecycle lodash._baseassign@3.2.0~install: no script for install, continuing
+10544 silly install lodash.restparam@3.6.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.restparam-48067b67
+10545 info lifecycle lodash.restparam@3.6.1~install: lodash.restparam@3.6.1
+10546 silly lifecycle lodash.restparam@3.6.1~install: no script for install, continuing
+10547 silly install lodash._createassigner@3.1.1 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash._createassigner-9535093e
+10548 info lifecycle lodash._createassigner@3.1.1~install: lodash._createassigner@3.1.1
+10549 silly lifecycle lodash._createassigner@3.1.1~install: no script for install, continuing
+10550 silly install lodash.assign@3.2.0 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/lodash.assign-21eebb5f
+10551 info lifecycle lodash.assign@3.2.0~install: lodash.assign@3.2.0
+10552 silly lifecycle lodash.assign@3.2.0~install: no script for install, continuing
+10553 silly install ltx@2.4.2 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/ltx-2a1b564b
+10554 info lifecycle ltx@2.4.2~install: ltx@2.4.2
+10555 silly lifecycle ltx@2.4.2~install: no script for install, continuing
+10556 silly install minimist@0.0.8 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/minimist-50475346
+10557 info lifecycle minimist@0.0.8~install: minimist@0.0.8
+10558 silly lifecycle minimist@0.0.8~install: no script for install, continuing
+10559 silly install nan@1.8.4 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/nan-f9c93e64
+10560 info lifecycle nan@1.8.4~install: nan@1.8.4
+10561 silly lifecycle nan@1.8.4~install: no script for install, continuing
+10562 silly install node-stringprep@0.7.3 /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging/node-stringprep-0732c9b2
+10563 info lifecycle node-stringprep@0.7.3~install: node-stringprep@0.7.3
+10564 verbose lifecycle node-stringprep@0.7.3~install: unsafe-perm in lifecycle true
+10565 verbose lifecycle node-stringprep@0.7.3~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-stringprep/node_modules/.bin:/home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.bin:/usr/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/adhisimon/.local/bin:/home/adhisimon/bin:/home/adhisimon/.local/bin:/home/adhisimon/bin
+10566 verbose lifecycle node-stringprep@0.7.3~install: CWD: /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/node-stringprep
+10567 silly lifecycle node-stringprep@0.7.3~install: Args: [ '-c', 'node-gyp rebuild' ]
+10568 silly lifecycle node-stringprep@0.7.3~install: Returned: code: 1  signal: null
+10569 info lifecycle node-stringprep@0.7.3~install: Failed to exec install script
+10570 verbose unlock done using /home/adhisimon/.npm/_locks/staging-648f78560b098a67.lock for /home/adhisimon/Projects/Reload 97/evo-xmpp-center/node_modules/.staging
+10571 silly rollbackFailedOptional Starting
+10572 silly rollbackFailedOptional Finishing
+10573 silly runTopLevelLifecycles Starting
+10574 silly runTopLevelLifecycles Finishing
+10575 silly install printInstalled
+10576 warn optional Skipping failed optional dependency /chokidar/fsevents:
+10577 warn notsup Not compatible with your operating system or architecture: fsevents@1.0.14
+10578 warn evo-xmpp-center@0.0.1 license should be a valid SPDX license expression
+10579 verbose stack Error: node-stringprep@0.7.3 install: `node-gyp rebuild`
+10579 verbose stack Exit status 1
+10579 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:245:16)
+10579 verbose stack     at emitTwo (events.js:87:13)
+10579 verbose stack     at EventEmitter.emit (events.js:172:7)
+10579 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:24:14)
+10579 verbose stack     at emitTwo (events.js:87:13)
+10579 verbose stack     at ChildProcess.emit (events.js:172:7)
+10579 verbose stack     at maybeClose (internal/child_process.js:827:16)
+10579 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
+10580 verbose pkgid node-stringprep@0.7.3
+10581 verbose cwd /home/adhisimon/Projects/Reload 97/evo-xmpp-center
+10582 error Linux 4.6.4-301.fc24.x86_64
+10583 error argv "/usr/bin/node" "/usr/bin/npm" "install"
+10584 error node v4.4.7
+10585 error npm  v3.9.6
+10586 error code ELIFECYCLE
+10587 error node-stringprep@0.7.3 install: `node-gyp rebuild`
+10587 error Exit status 1
+10588 error Failed at the node-stringprep@0.7.3 install script 'node-gyp rebuild'.
+10588 error Make sure you have the latest version of node.js and npm installed.
+10588 error If you do, this is most likely a problem with the node-stringprep package,
+10588 error not with npm itself.
+10588 error Tell the author that this fails on your system:
+10588 error     node-gyp rebuild
+10588 error You can get information on how to open an issue for this project with:
+10588 error     npm bugs node-stringprep
+10588 error Or if that isn't available, you can get their info via:
+10588 error     npm owner ls node-stringprep
+10588 error There is likely additional logging output above.
+10589 verbose exit [ 1, true ]
diff --git a/package.json b/package.json
index 044d34a..8b1de73 100644
--- a/package.json
+++ b/package.json
@@ -22,11 +22,13 @@
   "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
   "license": "BSD",
   "dependencies": {
-    "request": "~2.67.0",
-    "url": "~0.11.0",
+    "express": "^4.14.0",
     "ini": "~1.3.4",
+    "nunjucks": "^2.4.2",
+    "request": "~2.67.0",
+    "simple-xmpp": "~1.2.0",
     "strftime": "~0.9.2",
-    "winston": "~1.1.1",
-    "simple-xmpp": "~1.2.0"
+    "url": "~0.11.0",
+    "winston": "~1.1.1"
   }
 }
diff --git a/public/bootstrap-themes/cosmo/bootstrap.min.css b/public/bootstrap-themes/cosmo/bootstrap.min.css
new file mode 100644
index 0000000..765b561
--- /dev/null
+++ b/public/bootstrap-themes/cosmo/bootstrap.min.css
@@ -0,0 +1,11 @@
+@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");/*!
+ * bootswatch v3.3.6
+ * Homepage: http://bootswatch.com
+ * Copyright 2012-2016 Thomas Park
+ * Licensed under MIT
+ * Based on Bootstrap
+*//*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;font-size:15px;line-height:1.42857143;color:#333333;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#2780e3;text-decoration:none}a:hover,a:focus{color:#165ba8;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:0}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #e6e6e6}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;font-weight:300;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:22.5px}}small,.small{font-size:86%}mark,.mark{background-color:#ff7518;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#2780e3}a.text-primary:hover,a.text-primary:focus{color:#1967be}.text-success{color:#ffffff}a.text-success:hover,a.text-success:focus{color:#e6e6e6}.text-info{color:#ffffff}a.text-info:hover,a.text-info:focus{color:#e6e6e6}.text-warning{color:#ffffff}a.text-warning:hover,a.text-warning:focus{color:#e6e6e6}.text-danger{color:#ffffff}a.text-danger:hover,a.text-danger:focus{color:#e6e6e6}.bg-primary{color:#fff;background-color:#2780e3}a.bg-primary:hover,a.bg-primary:focus{background-color:#1967be}.bg-success{background-color:#3fb618}a.bg-success:hover,a.bg-success:focus{background-color:#2f8912}.bg-info{background-color:#9954bb}a.bg-info:hover,a.bg-info:focus{background-color:#7e3f9d}.bg-warning{background-color:#ff7518}a.bg-warning:hover,a.bg-warning:focus{background-color:#e45c00}.bg-danger{background-color:#ff0039}a.bg-danger:hover,a.bg-danger:focus{background-color:#cc002e}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid #e6e6e6}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #e6e6e6}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #e6e6e6;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:0}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:0;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#3fb618}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#379f15}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#9954bb}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#8d46b0}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#ff7518}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#fe6600}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#ff0039}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#e60033}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:11px;font-size:15px;line-height:1.42857143;color:#333333}.form-control{display:block;width:100%;height:43px;padding:10px 18px;font-size:15px;line-height:1.42857143;color:#333333;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#e6e6e6;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:43px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:31px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:64px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:11px;padding-bottom:11px;margin-bottom:0;min-height:36px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}select.input-sm{height:31px;line-height:31px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}.form-group-sm select.form-control{height:31px;line-height:31px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:31px;min-height:34px;padding:6px 10px;font-size:13px;line-height:1.5}.input-lg{height:64px;padding:18px 30px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-lg{height:64px;line-height:64px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:64px;padding:18px 30px;font-size:19px;line-height:1.3333333;border-radius:0}.form-group-lg select.form-control{height:64px;line-height:64px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:64px;min-height:40px;padding:19px 30px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:53.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:43px;height:43px;line-height:43px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:64px;height:64px;line-height:64px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:31px;height:31px;line-height:31px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#ffffff}.has-success .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-success .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#3fb618}.has-success .form-control-feedback{color:#ffffff}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#ffffff}.has-warning .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-warning .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#ff7518}.has-warning .form-control-feedback{color:#ffffff}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#ffffff}.has-error .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-error .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#ff0039}.has-error .form-control-feedback{color:#ffffff}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:11px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:32px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:11px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:19px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:13px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:10px 18px;font-size:15px;line-height:1.42857143;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ffffff;background-color:#222222;border-color:#222222}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#090909;border-color:#000000}.btn-default:hover{color:#ffffff;background-color:#090909;border-color:#040404}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#090909;border-color:#040404}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#000000;border-color:#000000}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#222222;border-color:#222222}.btn-default .badge{color:#222222;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#2780e3;border-color:#2780e3}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#1967be;border-color:#10427b}.btn-primary:hover{color:#ffffff;background-color:#1967be;border-color:#1862b5}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#1967be;border-color:#1862b5}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#15569f;border-color:#10427b}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#2780e3;border-color:#2780e3}.btn-primary .badge{color:#2780e3;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#3fb618;border-color:#3fb618}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#2f8912;border-color:#184509}.btn-success:hover{color:#ffffff;background-color:#2f8912;border-color:#2c8011}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#2f8912;border-color:#2c8011}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#24690e;border-color:#184509}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#3fb618;border-color:#3fb618}.btn-success .badge{color:#3fb618;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#9954bb;border-color:#9954bb}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#7e3f9d;border-color:#522967}.btn-info:hover{color:#ffffff;background-color:#7e3f9d;border-color:#783c96}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#7e3f9d;border-color:#783c96}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#6a3484;border-color:#522967}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#9954bb;border-color:#9954bb}.btn-info .badge{color:#9954bb;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#ff7518;border-color:#ff7518}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#e45c00;border-color:#983d00}.btn-warning:hover{color:#ffffff;background-color:#e45c00;border-color:#da5800}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#e45c00;border-color:#da5800}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#c04d00;border-color:#983d00}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#ff7518;border-color:#ff7518}.btn-warning .badge{color:#ff7518;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#ff0039;border-color:#ff0039}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#cc002e;border-color:#80001c}.btn-danger:hover{color:#ffffff;background-color:#cc002e;border-color:#c2002b}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#cc002e;border-color:#c2002b}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#a80026;border-color:#80001c}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#ff0039;border-color:#ff0039}.btn-danger .badge{color:#ff0039;background-color:#ffffff}.btn-link{color:#2780e3;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#165ba8;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:18px 30px;font-size:19px;line-height:1.3333333;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#2780e3}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#2780e3}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:1.42857143;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:64px;padding:18px 30px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:64px;line-height:64px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:31px;line-height:31px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:10px 18px;font-size:15px;font-weight:normal;line-height:1;color:#333333;text-align:center;background-color:#e6e6e6;border:1px solid #cccccc;border-radius:0}.input-group-addon.input-sm{padding:5px 10px;font-size:13px;border-radius:0}.input-group-addon.input-lg{padding:18px 30px;font-size:19px;border-radius:0}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#e6e6e6}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#e6e6e6;border-color:#2780e3}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:0 0 0 0}.nav-tabs>li>a:hover{border-color:#e6e6e6 #e6e6e6 #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:0 0 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:0}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#2780e3}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:0 0 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:0}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:14.5px 15px;font-size:19px;line-height:21px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.25px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:14.5px;padding-bottom:14.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:3.5px;margin-bottom:3.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:3.5px;margin-bottom:3.5px}.navbar-btn.btn-sm{margin-top:9.5px;margin-bottom:9.5px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:14.5px;margin-bottom:14.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#222222;border-color:#121212}.navbar-default .navbar-brand{color:#ffffff}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#ffffff;background-color:none}.navbar-default .navbar-text{color:#ffffff}.navbar-default .navbar-nav>li>a{color:#ffffff}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#ffffff;background-color:#090909}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#ffffff;background-color:#090909}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:transparent}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#090909}.navbar-default .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#121212}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#090909;color:#ffffff}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#090909}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#090909}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#ffffff}.navbar-default .navbar-link:hover{color:#ffffff}.navbar-default .btn-link{color:#ffffff}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#ffffff}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#2780e3;border-color:#1967be}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:none}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:#1967be}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#1967be}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:transparent}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#1967be}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#1a6ecc}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#1967be;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#1967be}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#1967be}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#1967be}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#1967be}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ffffff;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#ffffff}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#f5f5f5;border-radius:0}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#999999}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:10px 18px;line-height:1.42857143;text-decoration:none;color:#2780e3;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#165ba8;background-color:#e6e6e6;border-color:#dddddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#999999;background-color:#f5f5f5;border-color:#dddddd;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:18px 30px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:13px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:0}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#e6e6e6}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#222222}.label-default[href]:hover,.label-default[href]:focus{background-color:#090909}.label-primary{background-color:#2780e3}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#1967be}.label-success{background-color:#3fb618}.label-success[href]:hover,.label-success[href]:focus{background-color:#2f8912}.label-info{background-color:#9954bb}.label-info[href]:hover,.label-info[href]:focus{background-color:#7e3f9d}.label-warning{background-color:#ff7518}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#e45c00}.label-danger{background-color:#ff0039}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#cc002e}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#2780e3;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#2780e3;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#e6e6e6}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#cccccc}.container .jumbotron,.container-fluid .jumbotron{border-radius:0;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:0;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#2780e3}.thumbnail .caption{padding:9px;color:#333333}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#3fb618;border-color:#4e9f15;color:#ffffff}.alert-success hr{border-top-color:#438912}.alert-success .alert-link{color:#e6e6e6}.alert-info{background-color:#9954bb;border-color:#7643a8;color:#ffffff}.alert-info hr{border-top-color:#693c96}.alert-info .alert-link{color:#e6e6e6}.alert-warning{background-color:#ff7518;border-color:#ff4309;color:#ffffff}.alert-warning hr{border-top-color:#ee3800}.alert-warning .alert-link{color:#e6e6e6}.alert-danger{background-color:#ff0039;border-color:#f0005e;color:#ffffff}.alert-danger hr{border-top-color:#d60054}.alert-danger .alert-link{color:#e6e6e6}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#cccccc;border-radius:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:13px;line-height:21px;color:#ffffff;text-align:center;background-color:#2780e3;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#3fb618}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#9954bb}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#ff7518}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#ff0039}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#e6e6e6;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#2780e3;border-color:#dddddd}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#dceafa}.list-group-item-success{color:#ffffff;background-color:#3fb618}a.list-group-item-success,button.list-group-item-success{color:#ffffff}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#ffffff;background-color:#379f15}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-info{color:#ffffff;background-color:#9954bb}a.list-group-item-info,button.list-group-item-info{color:#ffffff}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#ffffff;background-color:#8d46b0}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-warning{color:#ffffff;background-color:#ff7518}a.list-group-item-warning,button.list-group-item-warning{color:#ffffff}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#ffffff;background-color:#fe6600}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-danger{color:#ffffff;background-color:#ff0039}a.list-group-item-danger,button.list-group-item-danger{color:#ffffff}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#ffffff;background-color:#e60033}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#ffffff;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1;border-top-left-radius:-1}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:-1;border-top-left-radius:-1}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:-1;border-top-right-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:0}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#2780e3}.panel-primary>.panel-heading{color:#ffffff;background-color:#2780e3;border-color:#2780e3}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#2780e3}.panel-primary>.panel-heading .badge{color:#2780e3;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#2780e3}.panel-success{border-color:#4e9f15}.panel-success>.panel-heading{color:#ffffff;background-color:#3fb618;border-color:#4e9f15}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#4e9f15}.panel-success>.panel-heading .badge{color:#3fb618;background-color:#ffffff}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#4e9f15}.panel-info{border-color:#7643a8}.panel-info>.panel-heading{color:#ffffff;background-color:#9954bb;border-color:#7643a8}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#7643a8}.panel-info>.panel-heading .badge{color:#9954bb;background-color:#ffffff}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#7643a8}.panel-warning{border-color:#ff4309}.panel-warning>.panel-heading{color:#ffffff;background-color:#ff7518;border-color:#ff4309}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ff4309}.panel-warning>.panel-heading .badge{color:#ff7518;background-color:#ffffff}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ff4309}.panel-danger{border-color:#f0005e}.panel-danger>.panel-heading{color:#ffffff;background-color:#ff0039;border-color:#f0005e}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f0005e}.panel-danger>.panel-heading .badge{color:#ff0039;background-color:#ffffff}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f0005e}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:0}.well-sm{padding:9px;border-radius:0}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#ffffff;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#ffffff;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:13px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:0}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:0;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:-1 -1 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar-inverse .badge{background-color:#fff;color:#2780e3}body{-webkit-font-smoothing:antialiased}.text-primary,.text-primary:hover{color:#2780e3}.text-success,.text-success:hover{color:#3fb618}.text-danger,.text-danger:hover{color:#ff0039}.text-warning,.text-warning:hover{color:#ff7518}.text-info,.text-info:hover{color:#9954bb}table a:not(.btn),.table a:not(.btn){text-decoration:underline}table .dropdown-menu a,.table .dropdown-menu a{text-decoration:none}table .success,.table .success,table .warning,.table .warning,table .danger,.table .danger,table .info,.table .info{color:#fff}table .success a,.table .success a,table .warning a,.table .warning a,table .danger a,.table .danger a,table .info a,.table .info a{color:#fff}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label,.has-warning .form-control-feedback{color:#ff7518}.has-warning .form-control,.has-warning .form-control:focus,.has-warning .input-group-addon{border:1px solid #ff7518}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label,.has-error .form-control-feedback{color:#ff0039}.has-error .form-control,.has-error .form-control:focus,.has-error .input-group-addon{border:1px solid #ff0039}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label,.has-success .form-control-feedback{color:#3fb618}.has-success .form-control,.has-success .form-control:focus,.has-success .input-group-addon{border:1px solid #3fb618}.nav-pills>li>a{border-radius:0}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:none}.close{text-decoration:none;text-shadow:none;opacity:0.4}.close:hover,.close:focus{opacity:1}.alert{border:none}.alert .alert-link{text-decoration:underline;color:#fff}.label{border-radius:0}.progress{height:8px;-webkit-box-shadow:none;box-shadow:none}.progress .progress-bar{font-size:8px;line-height:8px}.panel-heading,.panel-footer{border-top-right-radius:0;border-top-left-radius:0}.panel-default .close{color:#333333}a.list-group-item-success.active{background-color:#3fb618}a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{background-color:#379f15}a.list-group-item-warning.active{background-color:#ff7518}a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{background-color:#fe6600}a.list-group-item-danger.active{background-color:#ff0039}a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{background-color:#e60033}.modal .close{color:#333333}.popover{color:#333333}
\ No newline at end of file
diff --git a/public/bootstrap-themes/flatly/bootstrap.min.css b/public/bootstrap-themes/flatly/bootstrap.min.css
new file mode 100644
index 0000000..f30f263
--- /dev/null
+++ b/public/bootstrap-themes/flatly/bootstrap.min.css
@@ -0,0 +1,11 @@
+@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");/*!
+ * bootswatch v3.3.6
+ * Homepage: http://bootswatch.com
+ * Copyright 2012-2016 Thomas Park
+ * Licensed under MIT
+ * Based on Bootstrap
+*//*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:1.42857143;color:#2c3e50;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#18bc9c;text-decoration:none}a:hover,a:focus{color:#18bc9c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #ecf0f1;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #ecf0f1}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#b4bcc2}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:22.5px}}small,.small{font-size:86%}mark,.mark{background-color:#f39c12;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#b4bcc2}.text-primary{color:#2c3e50}a.text-primary:hover,a.text-primary:focus{color:#1a242f}.text-success{color:#ffffff}a.text-success:hover,a.text-success:focus{color:#e6e6e6}.text-info{color:#ffffff}a.text-info:hover,a.text-info:focus{color:#e6e6e6}.text-warning{color:#ffffff}a.text-warning:hover,a.text-warning:focus{color:#e6e6e6}.text-danger{color:#ffffff}a.text-danger:hover,a.text-danger:focus{color:#e6e6e6}.bg-primary{color:#fff;background-color:#2c3e50}a.bg-primary:hover,a.bg-primary:focus{background-color:#1a242f}.bg-success{background-color:#18bc9c}a.bg-success:hover,a.bg-success:focus{background-color:#128f76}.bg-info{background-color:#3498db}a.bg-info:hover,a.bg-info:focus{background-color:#217dbb}.bg-warning{background-color:#f39c12}a.bg-warning:hover,a.bg-warning:focus{background-color:#c87f0a}.bg-danger{background-color:#e74c3c}a.bg-danger:hover,a.bg-danger:focus{background-color:#d62c1a}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid transparent}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #b4bcc2}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #ecf0f1}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#b4bcc2}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ecf0f1;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#7b8a8b;background-color:#ecf0f1;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#b4bcc2;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ecf0f1}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ecf0f1}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ecf0f1}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ecf0f1}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ecf0f1}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#ecf0f1}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#ecf0f1}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#dde4e6}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#18bc9c}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#15a589}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#3498db}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#258cd1}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#f39c12}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#e08e0b}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#e74c3c}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#e43725}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ecf0f1}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#2c3e50;border:0;border-bottom:1px solid transparent}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:11px;font-size:15px;line-height:1.42857143;color:#2c3e50}.form-control{display:block;width:100%;height:45px;padding:10px 15px;font-size:15px;line-height:1.42857143;color:#2c3e50;background-color:#ffffff;background-image:none;border:1px solid #dce4ec;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#2c3e50;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(44,62,80,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(44,62,80,0.6)}.form-control::-moz-placeholder{color:#acb6c0;opacity:1}.form-control:-ms-input-placeholder{color:#acb6c0}.form-control::-webkit-input-placeholder{color:#acb6c0}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ecf0f1;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:45px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:35px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:66px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:11px;padding-bottom:11px;margin-bottom:0;min-height:36px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:35px;padding:6px 9px;font-size:13px;line-height:1.5;border-radius:3px}select.input-sm{height:35px;line-height:35px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:35px;padding:6px 9px;font-size:13px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:35px;line-height:35px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:35px;min-height:34px;padding:7px 9px;font-size:13px;line-height:1.5}.input-lg{height:66px;padding:18px 27px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-lg{height:66px;line-height:66px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:66px;padding:18px 27px;font-size:19px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:66px;line-height:66px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:66px;min-height:40px;padding:19px 27px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:56.25px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:45px;height:45px;line-height:45px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:66px;height:66px;line-height:66px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:35px;height:35px;line-height:35px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#ffffff}.has-success .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-success .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#18bc9c}.has-success .form-control-feedback{color:#ffffff}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#ffffff}.has-warning .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-warning .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#f39c12}.has-warning .form-control-feedback{color:#ffffff}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#ffffff}.has-error .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-error .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#e74c3c}.has-error .form-control-feedback{color:#ffffff}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#597ea2}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:11px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:32px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:11px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:19px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:7px;font-size:13px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:10px 15px;font-size:15px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ffffff;background-color:#95a5a6;border-color:#95a5a6}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#798d8f;border-color:#566566}.btn-default:hover{color:#ffffff;background-color:#798d8f;border-color:#74898a}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#798d8f;border-color:#74898a}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#687b7c;border-color:#566566}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#95a5a6;border-color:#95a5a6}.btn-default .badge{color:#95a5a6;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#2c3e50;border-color:#2c3e50}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#1a242f;border-color:#000000}.btn-primary:hover{color:#ffffff;background-color:#1a242f;border-color:#161f29}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#1a242f;border-color:#161f29}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#0d1318;border-color:#000000}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#2c3e50;border-color:#2c3e50}.btn-primary .badge{color:#2c3e50;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#18bc9c;border-color:#18bc9c}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#128f76;border-color:#0a4b3e}.btn-success:hover{color:#ffffff;background-color:#128f76;border-color:#11866f}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#128f76;border-color:#11866f}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#0e6f5c;border-color:#0a4b3e}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#18bc9c;border-color:#18bc9c}.btn-success .badge{color:#18bc9c;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#3498db;border-color:#3498db}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#217dbb;border-color:#16527a}.btn-info:hover{color:#ffffff;background-color:#217dbb;border-color:#2077b2}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#217dbb;border-color:#2077b2}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#1c699d;border-color:#16527a}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#3498db;border-color:#3498db}.btn-info .badge{color:#3498db;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f39c12;border-color:#f39c12}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#c87f0a;border-color:#7f5006}.btn-warning:hover{color:#ffffff;background-color:#c87f0a;border-color:#be780a}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#c87f0a;border-color:#be780a}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#a66908;border-color:#7f5006}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f39c12;border-color:#f39c12}.btn-warning .badge{color:#f39c12;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#e74c3c;border-color:#e74c3c}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#d62c1a;border-color:#921e12}.btn-danger:hover{color:#ffffff;background-color:#d62c1a;border-color:#cd2a19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#d62c1a;border-color:#cd2a19}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#b62516;border-color:#921e12}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#e74c3c;border-color:#e74c3c}.btn-danger .badge{color:#e74c3c;background-color:#ffffff}.btn-link{color:#18bc9c;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#18bc9c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#b4bcc2;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:18px 27px;font-size:19px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:6px 9px;font-size:13px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#7b8a8b;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#2c3e50}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#2c3e50}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#b4bcc2}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:1.42857143;color:#b4bcc2;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:66px;padding:18px 27px;font-size:19px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:66px;line-height:66px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:35px;padding:6px 9px;font-size:13px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:35px;line-height:35px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:10px 15px;font-size:15px;font-weight:normal;line-height:1;color:#2c3e50;text-align:center;background-color:#ecf0f1;border:1px solid #dce4ec;border-radius:4px}.input-group-addon.input-sm{padding:6px 9px;font-size:13px;border-radius:3px}.input-group-addon.input-lg{padding:18px 27px;font-size:19px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#ecf0f1}.nav>li.disabled>a{color:#b4bcc2}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#b4bcc2;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#ecf0f1;border-color:#18bc9c}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ecf0f1}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#ecf0f1 #ecf0f1 #ecf0f1}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#2c3e50;background-color:#ffffff;border:1px solid #ecf0f1;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ecf0f1}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ecf0f1;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#2c3e50}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ecf0f1}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ecf0f1;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:60px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:19.5px 15px;font-size:19px;line-height:21px;height:60px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:13px;margin-bottom:13px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:9.75px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:19.5px;padding-bottom:19.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:7.5px;margin-bottom:7.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:7.5px;margin-bottom:7.5px}.navbar-btn.btn-sm{margin-top:12.5px;margin-bottom:12.5px}.navbar-btn.btn-xs{margin-top:19px;margin-bottom:19px}.navbar-text{margin-top:19.5px;margin-bottom:19.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#2c3e50;border-color:transparent}.navbar-default .navbar-brand{color:#ffffff}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#18bc9c;background-color:transparent}.navbar-default .navbar-text{color:#ffffff}.navbar-default .navbar-nav>li>a{color:#ffffff}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#18bc9c;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#ffffff;background-color:#1a242f}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#1a242f}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#1a242f}.navbar-default .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#1a242f;color:#ffffff}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#18bc9c;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#1a242f}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#ffffff}.navbar-default .navbar-link:hover{color:#18bc9c}.navbar-default .btn-link{color:#ffffff}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#18bc9c}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#18bc9c;border-color:transparent}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#2c3e50;background-color:transparent}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#2c3e50;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#15a589}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#128f76}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#128f76}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#149c82}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#15a589;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#2c3e50;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#15a589}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#2c3e50}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#2c3e50}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#cccccc}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#ecf0f1;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#95a5a6}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:10px 15px;line-height:1.42857143;text-decoration:none;color:#ffffff;background-color:#18bc9c;border:1px solid transparent;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#ffffff;background-color:#0f7864;border-color:transparent}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#ffffff;background-color:#0f7864;border-color:transparent;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#ecf0f1;background-color:#3be6c4;border-color:transparent;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:18px 27px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:6px 9px;font-size:13px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#18bc9c;border:1px solid transparent;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#0f7864}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#ffffff;background-color:#18bc9c;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#95a5a6}.label-default[href]:hover,.label-default[href]:focus{background-color:#798d8f}.label-primary{background-color:#2c3e50}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#1a242f}.label-success{background-color:#18bc9c}.label-success[href]:hover,.label-success[href]:focus{background-color:#128f76}.label-info{background-color:#3498db}.label-info[href]:hover,.label-info[href]:focus{background-color:#217dbb}.label-warning{background-color:#f39c12}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#c87f0a}.label-danger{background-color:#e74c3c}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#d62c1a}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#2c3e50;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#2c3e50;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#ecf0f1}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#cfd9db}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.42857143;background-color:#ffffff;border:1px solid #ecf0f1;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#18bc9c}.thumbnail .caption{padding:9px;color:#2c3e50}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#18bc9c;border-color:#18bc9c;color:#ffffff}.alert-success hr{border-top-color:#15a589}.alert-success .alert-link{color:#e6e6e6}.alert-info{background-color:#3498db;border-color:#3498db;color:#ffffff}.alert-info hr{border-top-color:#258cd1}.alert-info .alert-link{color:#e6e6e6}.alert-warning{background-color:#f39c12;border-color:#f39c12;color:#ffffff}.alert-warning hr{border-top-color:#e08e0b}.alert-warning .alert-link{color:#e6e6e6}.alert-danger{background-color:#e74c3c;border-color:#e74c3c;color:#ffffff}.alert-danger hr{border-top-color:#e43725}.alert-danger .alert-link{color:#e6e6e6}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#ecf0f1;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:13px;line-height:21px;color:#ffffff;text-align:center;background-color:#2c3e50;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#18bc9c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#3498db}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f39c12}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#e74c3c}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #ecf0f1}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#ecf0f1}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#ecf0f1;color:#b4bcc2;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#b4bcc2}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#2c3e50;border-color:#2c3e50}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#8aa4be}.list-group-item-success{color:#ffffff;background-color:#18bc9c}a.list-group-item-success,button.list-group-item-success{color:#ffffff}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#ffffff;background-color:#15a589}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-info{color:#ffffff;background-color:#3498db}a.list-group-item-info,button.list-group-item-info{color:#ffffff}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#ffffff;background-color:#258cd1}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-warning{color:#ffffff;background-color:#f39c12}a.list-group-item-warning,button.list-group-item-warning{color:#ffffff}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#ffffff;background-color:#e08e0b}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-danger{color:#ffffff;background-color:#e74c3c}a.list-group-item-danger,button.list-group-item-danger{color:#ffffff}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#ffffff;background-color:#e43725}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#ecf0f1;border-top:1px solid #ecf0f1;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ecf0f1}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ecf0f1}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ecf0f1}.panel-default{border-color:#ecf0f1}.panel-default>.panel-heading{color:#2c3e50;background-color:#ecf0f1;border-color:#ecf0f1}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ecf0f1}.panel-default>.panel-heading .badge{color:#ecf0f1;background-color:#2c3e50}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ecf0f1}.panel-primary{border-color:#2c3e50}.panel-primary>.panel-heading{color:#ffffff;background-color:#2c3e50;border-color:#2c3e50}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#2c3e50}.panel-primary>.panel-heading .badge{color:#2c3e50;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#2c3e50}.panel-success{border-color:#18bc9c}.panel-success>.panel-heading{color:#ffffff;background-color:#18bc9c;border-color:#18bc9c}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#18bc9c}.panel-success>.panel-heading .badge{color:#18bc9c;background-color:#ffffff}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#18bc9c}.panel-info{border-color:#3498db}.panel-info>.panel-heading{color:#ffffff;background-color:#3498db;border-color:#3498db}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#3498db}.panel-info>.panel-heading .badge{color:#3498db;background-color:#ffffff}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#3498db}.panel-warning{border-color:#f39c12}.panel-warning>.panel-heading{color:#ffffff;background-color:#f39c12;border-color:#f39c12}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f39c12}.panel-warning>.panel-heading .badge{color:#f39c12;background-color:#ffffff}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f39c12}.panel-danger{border-color:#e74c3c}.panel-danger>.panel-heading{color:#ffffff;background-color:#e74c3c;border-color:#e74c3c}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#e74c3c}.panel-danger>.panel-heading .badge{color:#e74c3c;background-color:#ffffff}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#e74c3c}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#ecf0f1;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#000000;text-shadow:none;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:13px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{border-width:0}.navbar-default .badge{background-color:#fff;color:#2c3e50}.navbar-inverse .badge{background-color:#fff;color:#18bc9c}.navbar-brand{line-height:1}.btn{border-width:2px}.btn:active{-webkit-box-shadow:none;box-shadow:none}.btn-group.open .dropdown-toggle{-webkit-box-shadow:none;box-shadow:none}.text-primary,.text-primary:hover{color:#2c3e50}.text-success,.text-success:hover{color:#18bc9c}.text-danger,.text-danger:hover{color:#e74c3c}.text-warning,.text-warning:hover{color:#f39c12}.text-info,.text-info:hover{color:#3498db}table a:not(.btn),.table a:not(.btn){text-decoration:underline}table .dropdown-menu a,.table .dropdown-menu a{text-decoration:none}table .success,.table .success,table .warning,.table .warning,table .danger,.table .danger,table .info,.table .info{color:#fff}table .success>th>a,.table .success>th>a,table .warning>th>a,.table .warning>th>a,table .danger>th>a,.table .danger>th>a,table .info>th>a,.table .info>th>a,table .success>td>a,.table .success>td>a,table .warning>td>a,.table .warning>td>a,table .danger>td>a,.table .danger>td>a,table .info>td>a,.table .info>td>a,table .success>a,.table .success>a,table .warning>a,.table .warning>a,table .danger>a,.table .danger>a,table .info>a,.table .info>a{color:#fff}table>thead>tr>th,.table>thead>tr>th,table>tbody>tr>th,.table>tbody>tr>th,table>tfoot>tr>th,.table>tfoot>tr>th,table>thead>tr>td,.table>thead>tr>td,table>tbody>tr>td,.table>tbody>tr>td,table>tfoot>tr>td,.table>tfoot>tr>td{border:none}table-bordered>thead>tr>th,.table-bordered>thead>tr>th,table-bordered>tbody>tr>th,.table-bordered>tbody>tr>th,table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>th,table-bordered>thead>tr>td,.table-bordered>thead>tr>td,table-bordered>tbody>tr>td,.table-bordered>tbody>tr>td,table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ecf0f1}.form-control,input{border-width:2px;-webkit-box-shadow:none;box-shadow:none}.form-control:focus,input:focus{-webkit-box-shadow:none;box-shadow:none}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label,.has-warning .form-control-feedback{color:#f39c12}.has-warning .form-control,.has-warning .form-control:focus{border:2px solid #f39c12}.has-warning .input-group-addon{border-color:#f39c12}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label,.has-error .form-control-feedback{color:#e74c3c}.has-error .form-control,.has-error .form-control:focus{border:2px solid #e74c3c}.has-error .input-group-addon{border-color:#e74c3c}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label,.has-success .form-control-feedback{color:#18bc9c}.has-success .form-control,.has-success .form-control:focus{border:2px solid #18bc9c}.has-success .input-group-addon{border-color:#18bc9c}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{border-color:transparent}.pager a,.pager a:hover{color:#fff}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{background-color:#3be6c4}.close{color:#fff;text-decoration:none;opacity:0.4}.close:hover,.close:focus{color:#fff;opacity:1}.alert .alert-link{color:#fff;text-decoration:underline}.progress{height:10px;-webkit-box-shadow:none;box-shadow:none}.progress .progress-bar{font-size:10px;line-height:10px}.well{-webkit-box-shadow:none;box-shadow:none}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{border-color:#ecf0f1}a.list-group-item-success.active{background-color:#18bc9c}a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{background-color:#15a589}a.list-group-item-warning.active{background-color:#f39c12}a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{background-color:#e08e0b}a.list-group-item-danger.active{background-color:#e74c3c}a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{background-color:#e43725}.panel-default .close{color:#2c3e50}.modal .close{color:#2c3e50}.popover{color:#2c3e50}
\ No newline at end of file
diff --git a/public/bootstrap-themes/superhero/bootstrap.min.css b/public/bootstrap-themes/superhero/bootstrap.min.css
new file mode 100644
index 0000000..7954636
--- /dev/null
+++ b/public/bootstrap-themes/superhero/bootstrap.min.css
@@ -0,0 +1,11 @@
+@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");/*!
+ * bootswatch v3.3.6
+ * Homepage: http://bootswatch.com
+ * Copyright 2012-2016 Thomas Park
+ * Licensed under MIT
+ * Based on Bootstrap
+*//*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:1.42857143;color:#ebebeb;background-color:#2b3e50}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#df691a;text-decoration:none}a:hover,a:focus{color:#df691a;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:0}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#2b3e50;border:1px solid #dddddd;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #596a7b}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:400;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#ebebeb}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:22.5px}}small,.small{font-size:80%}mark,.mark{background-color:#f0ad4e;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#4e5d6c}.text-primary{color:#df691a}a.text-primary:hover,a.text-primary:focus{color:#b15315}.text-success{color:#ebebeb}a.text-success:hover,a.text-success:focus{color:#d2d2d2}.text-info{color:#ebebeb}a.text-info:hover,a.text-info:focus{color:#d2d2d2}.text-warning{color:#ebebeb}a.text-warning:hover,a.text-warning:focus{color:#d2d2d2}.text-danger{color:#ebebeb}a.text-danger:hover,a.text-danger:focus{color:#d2d2d2}.bg-primary{color:#fff;background-color:#df691a}a.bg-primary:hover,a.bg-primary:focus{background-color:#b15315}.bg-success{background-color:#5cb85c}a.bg-success:hover,a.bg-success:focus{background-color:#449d44}.bg-info{background-color:#5bc0de}a.bg-info:hover,a.bg-info:focus{background-color:#31b0d5}.bg-warning{background-color:#f0ad4e}a.bg-warning:hover,a.bg-warning:focus{background-color:#ec971f}.bg-danger{background-color:#d9534f}a.bg-danger:hover,a.bg-danger:focus{background-color:#c9302c}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid #ebebeb}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #4e5d6c}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #4e5d6c}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#ebebeb}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #4e5d6c;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:0}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:0;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:6px;padding-bottom:6px;color:#4e5d6c;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:6px;line-height:1.42857143;vertical-align:top;border-top:1px solid #4e5d6c}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #4e5d6c}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #4e5d6c}.table .table{background-color:#2b3e50}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:3px}.table-bordered{border:1px solid #4e5d6c}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #4e5d6c}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#4e5d6c}.table-hover>tbody>tr:hover{background-color:#485563}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#485563}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#3d4954}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#5cb85c}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#4cae4c}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#5bc0de}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#46b8da}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#f0ad4e}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#eea236}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#d9534f}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#d43f3a}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #4e5d6c}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#ebebeb;border:0;border-bottom:1px solid #4e5d6c}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:15px;line-height:1.42857143;color:#2b3e50}.form-control{display:block;width:100%;height:39px;padding:8px 16px;font-size:15px;line-height:1.42857143;color:#2b3e50;background-color:#ffffff;background-image:none;border:1px solid transparent;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:transparent;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6)}.form-control::-moz-placeholder{color:#cccccc;opacity:1}.form-control:-ms-input-placeholder{color:#cccccc}.form-control::-webkit-input-placeholder{color:#cccccc}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ebebeb;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:39px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:52px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:36px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:33px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:52px;padding:12px 24px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-lg{height:52px;line-height:52px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:52px;padding:12px 24px;font-size:19px;line-height:1.3333333;border-radius:0}.form-group-lg select.form-control{height:52px;line-height:52px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:52px;min-height:40px;padding:13px 24px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:48.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:39px;height:39px;line-height:39px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:52px;height:52px;line-height:52px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#ebebeb}.has-success .form-control{border-color:#ebebeb;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#d2d2d2;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-success .input-group-addon{color:#ebebeb;border-color:#ebebeb;background-color:#5cb85c}.has-success .form-control-feedback{color:#ebebeb}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#ebebeb}.has-warning .form-control{border-color:#ebebeb;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#d2d2d2;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-warning .input-group-addon{color:#ebebeb;border-color:#ebebeb;background-color:#f0ad4e}.has-warning .form-control-feedback{color:#ebebeb}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#ebebeb}.has-error .form-control{border-color:#ebebeb;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#d2d2d2;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-error .input-group-addon{color:#ebebeb;border-color:#ebebeb;background-color:#d9534f}.has-error .form-control-feedback{color:#ebebeb}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#ffffff}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:13px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 16px;font-size:15px;line-height:1.42857143;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ffffff;background-color:#4e5d6c;border-color:transparent}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#39444e;border-color:rgba(0,0,0,0)}.btn-default:hover{color:#ffffff;background-color:#39444e;border-color:rgba(0,0,0,0)}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#39444e;border-color:rgba(0,0,0,0)}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#2a323a;border-color:rgba(0,0,0,0)}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#4e5d6c;border-color:transparent}.btn-default .badge{color:#4e5d6c;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#df691a;border-color:transparent}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#b15315;border-color:rgba(0,0,0,0)}.btn-primary:hover{color:#ffffff;background-color:#b15315;border-color:rgba(0,0,0,0)}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#b15315;border-color:rgba(0,0,0,0)}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#914411;border-color:rgba(0,0,0,0)}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#df691a;border-color:transparent}.btn-primary .badge{color:#df691a;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#5cb85c;border-color:transparent}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#449d44;border-color:rgba(0,0,0,0)}.btn-success:hover{color:#ffffff;background-color:#449d44;border-color:rgba(0,0,0,0)}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#449d44;border-color:rgba(0,0,0,0)}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#398439;border-color:rgba(0,0,0,0)}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:transparent}.btn-success .badge{color:#5cb85c;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#5bc0de;border-color:transparent}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#31b0d5;border-color:rgba(0,0,0,0)}.btn-info:hover{color:#ffffff;background-color:#31b0d5;border-color:rgba(0,0,0,0)}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#31b0d5;border-color:rgba(0,0,0,0)}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#269abc;border-color:rgba(0,0,0,0)}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:transparent}.btn-info .badge{color:#5bc0de;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:transparent}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#ec971f;border-color:rgba(0,0,0,0)}.btn-warning:hover{color:#ffffff;background-color:#ec971f;border-color:rgba(0,0,0,0)}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ec971f;border-color:rgba(0,0,0,0)}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#d58512;border-color:rgba(0,0,0,0)}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:transparent}.btn-warning .badge{color:#f0ad4e;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#d9534f;border-color:transparent}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#c9302c;border-color:rgba(0,0,0,0)}.btn-danger:hover{color:#ffffff;background-color:#c9302c;border-color:rgba(0,0,0,0)}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#c9302c;border-color:rgba(0,0,0,0)}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#ac2925;border-color:rgba(0,0,0,0)}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:transparent}.btn-danger .badge{color:#d9534f;background-color:#ffffff}.btn-link{color:#df691a;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#df691a;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#4e5d6c;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:12px 24px;font-size:19px;line-height:1.3333333;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#4e5d6c;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#2b3e50}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#ebebeb;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ebebeb;background-color:#485563}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#df691a}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#2b3e50}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#2b3e50;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:52px;padding:12px 24px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:52px;line-height:52px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 16px;font-size:15px;font-weight:normal;line-height:1;color:#2b3e50;text-align:center;background-color:#4e5d6c;border:1px solid transparent;border-radius:0}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:0}.input-group-addon.input-lg{padding:12px 24px;font-size:19px;border-radius:0}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#4e5d6c}.nav>li.disabled>a{color:#4e5d6c}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#4e5d6c;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#4e5d6c;border-color:#df691a}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid transparent}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:0 0 0 0}.nav-tabs>li>a:hover{border-color:#4e5d6c #4e5d6c transparent}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#ebebeb;background-color:#2b3e50;border:1px solid #4e5d6c;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #4e5d6c}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #4e5d6c;border-radius:0 0 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#4e5d6c}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:0}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#df691a}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #4e5d6c}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #4e5d6c;border-radius:0 0 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#4e5d6c}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:40px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:0}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:9.5px 15px;font-size:19px;line-height:21px;height:40px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:3px;margin-bottom:3px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:4.75px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:9.5px;padding-bottom:9.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:0.5px;margin-bottom:0.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:0.5px;margin-bottom:0.5px}.navbar-btn.btn-sm{margin-top:5px;margin-bottom:5px}.navbar-btn.btn-xs{margin-top:9px;margin-bottom:9px}.navbar-text{margin-top:9.5px;margin-bottom:9.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#4e5d6c;border-color:transparent}.navbar-default .navbar-brand{color:#ebebeb}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#ebebeb;background-color:transparent}.navbar-default .navbar-text{color:#ebebeb}.navbar-default .navbar-nav>li>a{color:#ebebeb}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#ebebeb;background-color:#485563}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#ebebeb;background-color:#485563}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:transparent}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#485563}.navbar-default .navbar-toggle .icon-bar{background-color:#ebebeb}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#485563;color:#ebebeb}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#ebebeb}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#ebebeb;background-color:#485563}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ebebeb;background-color:#485563}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#ebebeb}.navbar-default .navbar-link:hover{color:#ebebeb}.navbar-default .btn-link{color:#ebebeb}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#ebebeb}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#df691a;border-color:transparent}.navbar-inverse .navbar-brand{color:#ebebeb}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ebebeb;background-color:transparent}.navbar-inverse .navbar-text{color:#ebebeb}.navbar-inverse .navbar-nav>li>a{color:#ebebeb}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ebebeb;background-color:#c85e17}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ebebeb;background-color:#c85e17}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:transparent}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#c85e17}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ebebeb}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#bf5a16}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#c85e17;color:#ebebeb}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ebebeb}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ebebeb;background-color:#c85e17}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ebebeb;background-color:#c85e17}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent}}.navbar-inverse .navbar-link{color:#ebebeb}.navbar-inverse .navbar-link:hover{color:#ebebeb}.navbar-inverse .btn-link{color:#ebebeb}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ebebeb}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#4e5d6c;border-radius:0}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ebebeb}.breadcrumb>.active{color:#ebebeb}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 16px;line-height:1.42857143;text-decoration:none;color:#ebebeb;background-color:#4e5d6c;border:1px solid transparent;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#ebebeb;background-color:#485563;border-color:transparent}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#ebebeb;background-color:#df691a;border-color:transparent;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#323c46;background-color:#4e5d6c;border-color:transparent;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:12px 24px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#4e5d6c;border:1px solid transparent;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#485563}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#323c46;background-color:#4e5d6c;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#4e5d6c}.label-default[href]:hover,.label-default[href]:focus{background-color:#39444e}.label-primary{background-color:#df691a}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#b15315}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:300;color:#ebebeb;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#4e5d6c;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#df691a;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#4e5d6c}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#39444e}.container .jumbotron,.container-fluid .jumbotron{border-radius:0;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.42857143;background-color:#2b3e50;border:1px solid #dddddd;border-radius:0;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#df691a}.thumbnail .caption{padding:9px;color:#ebebeb}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#5cb85c;border-color:transparent;color:#ebebeb}.alert-success hr{border-top-color:rgba(0,0,0,0)}.alert-success .alert-link{color:#d2d2d2}.alert-info{background-color:#5bc0de;border-color:transparent;color:#ebebeb}.alert-info hr{border-top-color:rgba(0,0,0,0)}.alert-info .alert-link{color:#d2d2d2}.alert-warning{background-color:#f0ad4e;border-color:transparent;color:#ebebeb}.alert-warning hr{border-top-color:rgba(0,0,0,0)}.alert-warning .alert-link{color:#d2d2d2}.alert-danger{background-color:#d9534f;border-color:transparent;color:#ebebeb}.alert-danger hr{border-top-color:rgba(0,0,0,0)}.alert-danger .alert-link{color:#d2d2d2}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#4e5d6c;border-radius:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:21px;color:#ffffff;text-align:center;background-color:#df691a;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#4e5d6c;border:1px solid transparent}.list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}a.list-group-item,button.list-group-item{color:#ebebeb}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#ebebeb}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#ebebeb;background-color:#485563}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#ebebeb;color:#4e5d6c;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#4e5d6c}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#df691a;border-color:#df691a}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#f9decc}.list-group-item-success{color:#ebebeb;background-color:#5cb85c}a.list-group-item-success,button.list-group-item-success{color:#ebebeb}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#ebebeb;background-color:#4cae4c}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#ebebeb;border-color:#ebebeb}.list-group-item-info{color:#ebebeb;background-color:#5bc0de}a.list-group-item-info,button.list-group-item-info{color:#ebebeb}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#ebebeb;background-color:#46b8da}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#ebebeb;border-color:#ebebeb}.list-group-item-warning{color:#ebebeb;background-color:#f0ad4e}a.list-group-item-warning,button.list-group-item-warning{color:#ebebeb}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#ebebeb;background-color:#eea236}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#ebebeb;border-color:#ebebeb}.list-group-item-danger{color:#ebebeb;background-color:#d9534f}a.list-group-item-danger,button.list-group-item-danger{color:#ebebeb}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#ebebeb;background-color:#d43f3a}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#ebebeb;border-color:#ebebeb}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#4e5d6c;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1;border-top-left-radius:-1}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#485563;border-top:1px solid transparent;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:-1;border-top-left-radius:-1}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:-1;border-top-right-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #4e5d6c}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:0}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid transparent}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid transparent}.panel-default{border-color:transparent}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:transparent}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:transparent}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:transparent}.panel-primary{border-color:transparent}.panel-primary>.panel-heading{color:#ffffff;background-color:#df691a;border-color:transparent}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:transparent}.panel-primary>.panel-heading .badge{color:#df691a;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:transparent}.panel-success{border-color:transparent}.panel-success>.panel-heading{color:#ebebeb;background-color:#5cb85c;border-color:transparent}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:transparent}.panel-success>.panel-heading .badge{color:#5cb85c;background-color:#ebebeb}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:transparent}.panel-info{border-color:transparent}.panel-info>.panel-heading{color:#ebebeb;background-color:#5bc0de;border-color:transparent}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:transparent}.panel-info>.panel-heading .badge{color:#5bc0de;background-color:#ebebeb}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:transparent}.panel-warning{border-color:transparent}.panel-warning>.panel-heading{color:#ebebeb;background-color:#f0ad4e;border-color:transparent}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:transparent}.panel-warning>.panel-heading .badge{color:#f0ad4e;background-color:#ebebeb}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:transparent}.panel-danger{border-color:transparent}.panel-danger>.panel-heading{color:#ebebeb;background-color:#d9534f;border-color:transparent}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:transparent}.panel-danger>.panel-heading .badge{color:#d9534f;background-color:#ebebeb}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:transparent}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#4e5d6c;border:1px solid transparent;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:0}.well-sm{padding:9px;border-radius:0}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#ebebeb;text-shadow:none;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#ebebeb;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#4e5d6c;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #2b3e50}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #2b3e50}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:0}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#4e5d6c;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#485563;border-bottom:1px solid #3d4954;border-radius:-1 -1 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:transparent;bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#4e5d6c}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:transparent}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#4e5d6c}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:transparent;top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#4e5d6c}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:transparent}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#4e5d6c;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{-webkit-box-shadow:none;box-shadow:none;border:none;font-size:12px}.navbar-default .badge{background-color:#fff;color:#4e5d6c}.navbar-inverse .badge{background-color:#fff;color:#df691a}.btn-default:hover{background-color:#485563}.btn-sm,.btn-xs{font-size:12px}.text-primary,.text-primary:hover{color:#df691a}.text-success,.text-success:hover{color:#5cb85c}.text-danger,.text-danger:hover{color:#d9534f}.text-warning,.text-warning:hover{color:#f0ad4e}.text-info,.text-info:hover{color:#5bc0de}.page-header{border-bottom-color:#4e5d6c}.dropdown-menu{border:none;margin:0;-webkit-box-shadow:none;box-shadow:none}.dropdown-menu>li>a{font-size:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:none;box-shadow:none}.dropdown-header{font-size:12px}table,.table{font-size:12px}table a:not(.btn),.table a:not(.btn){color:#fff;text-decoration:underline}table .dropdown-menu a,.table .dropdown-menu a{text-decoration:none}table .text-muted,.table .text-muted{color:#4e5d6c}table>thead>tr>th,.table>thead>tr>th,table>tbody>tr>th,.table>tbody>tr>th,table>tfoot>tr>th,.table>tfoot>tr>th,table>thead>tr>td,.table>thead>tr>td,table>tbody>tr>td,.table>tbody>tr>td,table>tfoot>tr>td,.table>tfoot>tr>td{border-color:transparent}input,textarea{color:#2b3e50}label,.radio label,.checkbox label,.help-block{font-size:12px}.input-addon,.input-group-addon{color:#ebebeb}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label,.has-warning .form-control-feedback{color:#f0ad4e}.has-warning .form-control,.has-warning .form-control:focus{border:4px solid #f0ad4e}.has-warning .input-group-addon{border:none}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label,.has-error .form-control-feedback{color:#d9534f}.has-error .form-control,.has-error .form-control:focus{border:4px solid #d9534f}.has-error .input-group-addon{border:none}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label,.has-success .form-control-feedback{color:#5cb85c}.has-success .form-control,.has-success .form-control:focus{border:4px solid #5cb85c}.has-success .input-group-addon{border:none}.form-control:focus{-webkit-box-shadow:none;box-shadow:none}.has-warning .form-control:focus,.has-error .form-control:focus,.has-success .form-control:focus{-webkit-box-shadow:none;box-shadow:none}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{border-color:transparent}.nav-tabs>li>a{color:#ebebeb}.nav-pills>li>a{color:#ebebeb}.pager a{color:#ebebeb}.alert{color:#fff}.alert a,.alert .alert-link{color:#fff}.close{opacity:0.4}.close:hover,.close:focus{opacity:1}.well{-webkit-box-shadow:none;box-shadow:none}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{border:none}a.list-group-item-success.active{background-color:#5cb85c}a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{background-color:#4cae4c}a.list-group-item-warning.active{background-color:#f0ad4e}a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{background-color:#eea236}a.list-group-item-danger.active{background-color:#d9534f}a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{background-color:#d43f3a}.panel{border:none}.panel-default>.panel-heading{background-color:#485563;color:#ebebeb}.thumbnail{background-color:#4e5d6c;border:none}.modal{padding:0}.modal-header,.modal-footer{background-color:#485563;border:none;border-radius:0}.popover-title{border:none}
\ No newline at end of file
diff --git a/public/bootstrap-themes/yeti/bootstrap.min.css b/public/bootstrap-themes/yeti/bootstrap.min.css
new file mode 100644
index 0000000..48b22af
--- /dev/null
+++ b/public/bootstrap-themes/yeti/bootstrap.min.css
@@ -0,0 +1,11 @@
+@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");/*!
+ * bootswatch v3.3.6
+ * Homepage: http://bootswatch.com
+ * Copyright 2012-2016 Thomas Park
+ * Licensed under MIT
+ * Based on Bootstrap
+*//*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;color:#222222;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#008cba;text-decoration:none}a:hover,a:focus{color:#008cba;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:0}.img-thumbnail{padding:4px;line-height:1.4;background-color:#ffffff;border:1px solid #dddddd;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #dddddd}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:22.5px}}small,.small{font-size:80%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#008cba}a.text-primary:hover,a.text-primary:focus{color:#006687}.text-success{color:#43ac6a}a.text-success:hover,a.text-success:focus{color:#358753}.text-info{color:#5bc0de}a.text-info:hover,a.text-info:focus{color:#31b0d5}.text-warning{color:#e99002}a.text-warning:hover,a.text-warning:focus{color:#b67102}.text-danger{color:#f04124}a.text-danger:hover,a.text-danger:focus{color:#d32a0e}.bg-primary{color:#fff;background-color:#008cba}a.bg-primary:hover,a.bg-primary:focus{background-color:#006687}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid #dddddd}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.4}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #dddddd}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.4;color:#6f6f6f}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #dddddd;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:0}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:0;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.4;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:15px;line-height:1.4;color:#6f6f6f}.form-control{display:block;width:100%;height:39px;padding:8px 12px;font-size:15px;line-height:1.4;color:#6f6f6f;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:39px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:36px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:60px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:36px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:36px;padding:8px 12px;font-size:12px;line-height:1.5;border-radius:0}select.input-sm{height:36px;line-height:36px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:36px;padding:8px 12px;font-size:12px;line-height:1.5;border-radius:0}.form-group-sm select.form-control{height:36px;line-height:36px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:36px;min-height:33px;padding:9px 12px;font-size:12px;line-height:1.5}.input-lg{height:60px;padding:16px 20px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-lg{height:60px;line-height:60px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:60px;padding:16px 20px;font-size:19px;line-height:1.3333333;border-radius:0}.form-group-lg select.form-control{height:60px;line-height:60px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:60px;min-height:40px;padding:17px 20px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:48.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:39px;height:39px;line-height:39px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:60px;height:60px;line-height:60px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:36px;height:36px;line-height:36px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#43ac6a}.has-success .form-control{border-color:#43ac6a;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#358753;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #85d0a1;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #85d0a1}.has-success .input-group-addon{color:#43ac6a;border-color:#43ac6a;background-color:#dff0d8}.has-success .form-control-feedback{color:#43ac6a}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#e99002}.has-warning .form-control{border-color:#e99002;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#b67102;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #febc53;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #febc53}.has-warning .input-group-addon{color:#e99002;border-color:#e99002;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#e99002}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#f04124}.has-error .form-control{border-color:#f04124;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#d32a0e;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f79483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f79483}.has-error .input-group-addon{color:#f04124;border-color:#f04124;background-color:#f2dede}.has-error .form-control-feedback{color:#f04124}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#626262}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:30px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:17px;font-size:19px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:9px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:15px;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333333;background-color:#e7e7e7;border-color:#cccccc}.btn-default:focus,.btn-default.focus{color:#333333;background-color:#cecece;border-color:#8c8c8c}.btn-default:hover{color:#333333;background-color:#cecece;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333333;background-color:#cecece;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333333;background-color:#bcbcbc;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#e7e7e7;border-color:#cccccc}.btn-default .badge{color:#e7e7e7;background-color:#333333}.btn-primary{color:#ffffff;background-color:#008cba;border-color:#0079a1}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#006687;border-color:#001921}.btn-primary:hover{color:#ffffff;background-color:#006687;border-color:#004b63}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#006687;border-color:#004b63}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#004b63;border-color:#001921}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#008cba;border-color:#0079a1}.btn-primary .badge{color:#008cba;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#43ac6a;border-color:#3c9a5f}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#358753;border-color:#183e26}.btn-success:hover{color:#ffffff;background-color:#358753;border-color:#2b6e44}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#358753;border-color:#2b6e44}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#2b6e44;border-color:#183e26}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#43ac6a;border-color:#3c9a5f}.btn-success .badge{color:#43ac6a;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#e99002;border-color:#d08002}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#b67102;border-color:#513201}.btn-warning:hover{color:#ffffff;background-color:#b67102;border-color:#935b01}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#b67102;border-color:#935b01}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#935b01;border-color:#513201}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#e99002;border-color:#d08002}.btn-warning .badge{color:#e99002;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#f04124;border-color:#ea2f10}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#d32a0e;border-color:#731708}.btn-danger:hover{color:#ffffff;background-color:#d32a0e;border-color:#b1240c}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#d32a0e;border-color:#b1240c}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#b1240c;border-color:#731708}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#f04124;border-color:#ea2f10}.btn-danger .badge{color:#f04124;background-color:#ffffff}.btn-link{color:#008cba;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#008cba;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:16px 20px;font-size:19px;line-height:1.3333333;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:8px 12px;font-size:12px;line-height:1.5;border-radius:0}.btn-xs,.btn-group-xs>.btn{padding:4px 6px;font-size:12px;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:rgba(0,0,0,0.2)}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.4;color:#555555;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#eeeeee}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#008cba}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.4;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:60px;padding:16px 20px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:60px;line-height:60px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:36px;padding:8px 12px;font-size:12px;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:36px;line-height:36px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:15px;font-weight:normal;line-height:1;color:#6f6f6f;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:0}.input-group-addon.input-sm{padding:8px 12px;font-size:12px;border-radius:0}.input-group-addon.input-lg{padding:16px 20px;font-size:19px;border-radius:0}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#008cba}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.4;border:1px solid transparent;border-radius:0 0 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#6f6f6f;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:0 0 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:0}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#008cba}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:0 0 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:45px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:0}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:12px 15px;font-size:19px;line-height:21px;height:45px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:5.5px;margin-bottom:5.5px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:6px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:12px;padding-bottom:12px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:3px;margin-bottom:3px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:3px;margin-bottom:3px}.navbar-btn.btn-sm{margin-top:4.5px;margin-bottom:4.5px}.navbar-btn.btn-xs{margin-top:11.5px;margin-bottom:11.5px}.navbar-text{margin-top:12px;margin-bottom:12px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#333333;border-color:#222222}.navbar-default .navbar-brand{color:#ffffff}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#ffffff;background-color:transparent}.navbar-default .navbar-text{color:#ffffff}.navbar-default .navbar-nav>li>a{color:#ffffff}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#ffffff;background-color:#272727}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#ffffff;background-color:#272727}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:transparent}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:transparent}.navbar-default .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#222222}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#272727;color:#ffffff}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#272727}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#272727}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#ffffff}.navbar-default .navbar-link:hover{color:#ffffff}.navbar-default .btn-link{color:#ffffff}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#ffffff}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#008cba;border-color:#006687}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:#006687}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#006687}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:transparent}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:transparent}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#007196}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#006687;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#006687}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#006687}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#006687}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#006687}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#f5f5f5;border-radius:0}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#999999}.breadcrumb>.active{color:#333333}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.4;text-decoration:none;color:#008cba;background-color:transparent;border:1px solid transparent;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#008cba;background-color:#eeeeee;border-color:transparent}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#ffffff;background-color:#008cba;border-color:transparent;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:transparent;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:16px 20px;font-size:19px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination-sm>li>a,.pagination-sm>li>span{padding:8px 12px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:transparent;border:1px solid transparent;border-radius:3px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:transparent;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#008cba}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#006687}.label-success{background-color:#43ac6a}.label-success[href]:hover,.label-success[href]:focus{background-color:#358753}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#e99002}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#b67102}.label-danger{background-color:#f04124}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#d32a0e}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#008cba;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#008cba;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#fafafa}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#e1e1e1}.container .jumbotron,.container-fluid .jumbotron{border-radius:0;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:68px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.4;background-color:#ffffff;border:1px solid #dddddd;border-radius:0;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#008cba}.thumbnail .caption{padding:9px;color:#222222}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#43ac6a;border-color:#3c9a5f;color:#ffffff}.alert-success hr{border-top-color:#358753}.alert-success .alert-link{color:#e6e6e6}.alert-info{background-color:#5bc0de;border-color:#3db5d8;color:#ffffff}.alert-info hr{border-top-color:#2aabd2}.alert-info .alert-link{color:#e6e6e6}.alert-warning{background-color:#e99002;border-color:#d08002;color:#ffffff}.alert-warning hr{border-top-color:#b67102}.alert-warning .alert-link{color:#e6e6e6}.alert-danger{background-color:#f04124;border-color:#ea2f10;color:#ffffff}.alert-danger hr{border-top-color:#d32a0e}.alert-danger .alert-link{color:#e6e6e6}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#f5f5f5;border-radius:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:21px;color:#ffffff;text-align:center;background-color:#008cba;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#43ac6a}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#e99002}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#f04124}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#008cba;border-color:#008cba}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#87e1ff}.list-group-item-success{color:#43ac6a;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#43ac6a}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#43ac6a;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.list-group-item-info{color:#5bc0de;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#5bc0de}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#5bc0de;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.list-group-item-warning{color:#e99002;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#e99002}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#e99002;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#e99002;border-color:#e99002}.list-group-item-danger{color:#f04124;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#f04124}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#f04124;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#f04124;border-color:#f04124}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#ffffff;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1;border-top-left-radius:-1}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:-1;border-top-left-radius:-1}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:-1;border-top-right-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:0}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#008cba}.panel-primary>.panel-heading{color:#ffffff;background-color:#008cba;border-color:#008cba}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#008cba}.panel-primary>.panel-heading .badge{color:#008cba;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#008cba}.panel-success{border-color:#3c9a5f}.panel-success>.panel-heading{color:#ffffff;background-color:#43ac6a;border-color:#3c9a5f}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#3c9a5f}.panel-success>.panel-heading .badge{color:#43ac6a;background-color:#ffffff}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#3c9a5f}.panel-info{border-color:#3db5d8}.panel-info>.panel-heading{color:#ffffff;background-color:#5bc0de;border-color:#3db5d8}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#3db5d8}.panel-info>.panel-heading .badge{color:#5bc0de;background-color:#ffffff}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#3db5d8}.panel-warning{border-color:#d08002}.panel-warning>.panel-heading{color:#ffffff;background-color:#e99002;border-color:#d08002}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d08002}.panel-warning>.panel-heading .badge{color:#e99002;background-color:#ffffff}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d08002}.panel-danger{border-color:#ea2f10}.panel-danger>.panel-heading{color:#ffffff;background-color:#f04124;border-color:#ea2f10}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ea2f10}.panel-danger>.panel-heading .badge{color:#f04124;background-color:#ffffff}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ea2f10}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#fafafa;border:1px solid #e8e8e8;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:0}.well-sm{padding:9px;border-radius:0}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#ffffff;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#ffffff;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.4}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.4;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#333333;border-radius:0}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#333333}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#333333}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#333333}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#333333}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#333333}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#333333}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#333333}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#333333}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.4;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:15px;background-color:#333333;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #333333;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#333333;border-bottom:1px solid #262626;border-radius:-1 -1 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#000000;border-top-color:rgba(0,0,0,0.05);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#333333}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#000000;border-right-color:rgba(0,0,0,0.05)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#333333}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#000000;border-bottom-color:rgba(0,0,0,0.05);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#333333}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#000000;border-left-color:rgba(0,0,0,0.05)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#333333;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{border:none;font-size:13px;font-weight:300}.navbar .navbar-toggle:hover .icon-bar{background-color:#b3b3b3}.navbar-collapse{border-top-color:rgba(0,0,0,0.2);-webkit-box-shadow:none;box-shadow:none}.navbar .btn{padding-top:6px;padding-bottom:6px}.navbar-form{margin-top:7px;margin-bottom:5px}.navbar-form .form-control{height:auto;padding:4px 6px}.navbar-text{margin:12px 15px;line-height:21px}.navbar .dropdown-menu{border:none}.navbar .dropdown-menu>li>a,.navbar .dropdown-menu>li>a:focus{background-color:transparent;font-size:13px;font-weight:300}.navbar .dropdown-header{color:rgba(255,255,255,0.5)}.navbar-default .dropdown-menu{background-color:#333333}.navbar-default .dropdown-menu>li>a,.navbar-default .dropdown-menu>li>a:focus{color:#ffffff}.navbar-default .dropdown-menu>li>a:hover,.navbar-default .dropdown-menu>.active>a,.navbar-default .dropdown-menu>.active>a:hover{background-color:#272727}.navbar-inverse .dropdown-menu{background-color:#008cba}.navbar-inverse .dropdown-menu>li>a,.navbar-inverse .dropdown-menu>li>a:focus{color:#ffffff}.navbar-inverse .dropdown-menu>li>a:hover,.navbar-inverse .dropdown-menu>.active>a,.navbar-inverse .dropdown-menu>.active>a:hover{background-color:#006687}.btn{padding:8px 12px}.btn-lg{padding:16px 20px}.btn-sm{padding:8px 12px}.btn-xs{padding:4px 6px}.btn-group .btn~.dropdown-toggle{padding-left:16px;padding-right:16px}.btn-group .dropdown-menu{border-top-width:0}.btn-group.dropup .dropdown-menu{border-top-width:1px;border-bottom-width:0;margin-bottom:0}.btn-group .dropdown-toggle.btn-default~.dropdown-menu{background-color:#e7e7e7;border-color:#cccccc}.btn-group .dropdown-toggle.btn-default~.dropdown-menu>li>a{color:#333333}.btn-group .dropdown-toggle.btn-default~.dropdown-menu>li>a:hover{background-color:#d3d3d3}.btn-group .dropdown-toggle.btn-primary~.dropdown-menu{background-color:#008cba;border-color:#0079a1}.btn-group .dropdown-toggle.btn-primary~.dropdown-menu>li>a{color:#ffffff}.btn-group .dropdown-toggle.btn-primary~.dropdown-menu>li>a:hover{background-color:#006d91}.btn-group .dropdown-toggle.btn-success~.dropdown-menu{background-color:#43ac6a;border-color:#3c9a5f}.btn-group .dropdown-toggle.btn-success~.dropdown-menu>li>a{color:#ffffff}.btn-group .dropdown-toggle.btn-success~.dropdown-menu>li>a:hover{background-color:#388f58}.btn-group .dropdown-toggle.btn-info~.dropdown-menu{background-color:#5bc0de;border-color:#46b8da}.btn-group .dropdown-toggle.btn-info~.dropdown-menu>li>a{color:#ffffff}.btn-group .dropdown-toggle.btn-info~.dropdown-menu>li>a:hover{background-color:#39b3d7}.btn-group .dropdown-toggle.btn-warning~.dropdown-menu{background-color:#e99002;border-color:#d08002}.btn-group .dropdown-toggle.btn-warning~.dropdown-menu>li>a{color:#ffffff}.btn-group .dropdown-toggle.btn-warning~.dropdown-menu>li>a:hover{background-color:#c17702}.btn-group .dropdown-toggle.btn-danger~.dropdown-menu{background-color:#f04124;border-color:#ea2f10}.btn-group .dropdown-toggle.btn-danger~.dropdown-menu>li>a{color:#ffffff}.btn-group .dropdown-toggle.btn-danger~.dropdown-menu>li>a:hover{background-color:#dc2c0f}.lead{color:#6f6f6f}cite{font-style:italic}blockquote{border-left-width:1px;color:#6f6f6f}blockquote.pull-right{border-right-width:1px}blockquote small{font-size:12px;font-weight:300}table{font-size:12px}label,.control-label,.help-block,.checkbox,.radio{font-size:12px;font-weight:normal}input[type="radio"],input[type="checkbox"]{margin-top:1px}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{border-color:transparent}.nav-tabs>li>a{background-color:#e7e7e7;color:#222222}.nav-tabs .caret{border-top-color:#222222;border-bottom-color:#222222}.nav-pills{font-weight:300}.breadcrumb{border:1px solid #dddddd;border-radius:3px;font-size:10px;font-weight:300;text-transform:uppercase}.pagination{font-size:12px;font-weight:300;color:#999999}.pagination>li>a,.pagination>li>span{margin-left:4px;color:#999999}.pagination>.active>a,.pagination>.active>span{color:#fff}.pagination>li>a,.pagination>li:first-child>a,.pagination>li:last-child>a,.pagination>li>span,.pagination>li:first-child>span,.pagination>li:last-child>span{border-radius:3px}.pagination-lg>li>a,.pagination-lg>li>span{padding-left:22px;padding-right:22px}.pagination-sm>li>a,.pagination-sm>li>span{padding:0 5px}.pager{font-size:12px;font-weight:300;color:#999999}.list-group{font-size:12px;font-weight:300}.close{opacity:0.4;text-decoration:none;text-shadow:none}.close:hover,.close:focus{opacity:1}.alert{font-size:12px;font-weight:300}.alert .alert-link{font-weight:normal;color:#fff;text-decoration:underline}.label{padding-left:1em;padding-right:1em;border-radius:0;font-weight:300}.label-default{background-color:#e7e7e7;color:#333333}.badge{font-weight:300}.progress{height:22px;padding:2px;background-color:#f6f6f6;border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none}.dropdown-menu{padding:0;margin-top:0;font-size:12px}.dropdown-menu>li>a{padding:12px 15px}.dropdown-header{padding-left:15px;padding-right:15px;font-size:9px;text-transform:uppercase}.popover{color:#fff;font-size:12px;font-weight:300}.panel-heading,.panel-footer{border-top-right-radius:0;border-top-left-radius:0}.panel-default .close{color:#222222}.modal .close{color:#222222}
\ No newline at end of file
diff --git a/public/bootstrap.min.js b/public/bootstrap.min.js
new file mode 100644
index 0000000..e79c065
--- /dev/null
+++ b/public/bootstrap.min.js
@@ -0,0 +1,7 @@
+/*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under the MIT license
+ */
+if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>2)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.6",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.6",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),a(c.target).is('input[type="radio"]')||a(c.target).is('input[type="checkbox"]')||c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.6",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.6",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.6",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",c).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.6",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in"),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a(document.createElement("div")).addClass("modal-backdrop "+e).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c.VERSION="3.3.6",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),c.isInStateTrue()?void 0:(clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide())},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<o.top?"bottom":"right"==h&&k.right+l>o.width?"left":"left"==h&&k.left-l<o.left?"right":h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.6",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.6",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");
+d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.6",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.6",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
\ No newline at end of file
diff --git a/public/ie-emulation-modes-warning.js b/public/ie-emulation-modes-warning.js
new file mode 100644
index 0000000..3f97ba5
--- /dev/null
+++ b/public/ie-emulation-modes-warning.js
@@ -0,0 +1,51 @@
+// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
+// IT'S JUST JUNK FOR OUR DOCS!
+// ++++++++++++++++++++++++++++++++++++++++++
+/*!
+ * Copyright 2014-2015 Twitter, Inc.
+ *
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see https://creativecommons.org/licenses/by/3.0/.
+ */
+// Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes.
+(function () {
+  'use strict';
+
+  function emulatedIEMajorVersion() {
+    var groups = /MSIE ([0-9.]+)/.exec(window.navigator.userAgent)
+    if (groups === null) {
+      return null
+    }
+    var ieVersionNum = parseInt(groups[1], 10)
+    var ieMajorVersion = Math.floor(ieVersionNum)
+    return ieMajorVersion
+  }
+
+  function actualNonEmulatedIEMajorVersion() {
+    // Detects the actual version of IE in use, even if it's in an older-IE emulation mode.
+    // IE JavaScript conditional compilation docs: https://msdn.microsoft.com/library/121hztk3%28v=vs.94%29.aspx
+    // @cc_on docs: https://msdn.microsoft.com/library/8ka90k2e%28v=vs.94%29.aspx
+    var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // jshint ignore:line
+    if (jscriptVersion === undefined) {
+      return 11 // IE11+ not in emulation mode
+    }
+    if (jscriptVersion < 9) {
+      return 8 // IE8 (or lower; haven't tested on IE<8)
+    }
+    return jscriptVersion // IE9 or IE10 in any mode, or IE11 in non-IE11 mode
+  }
+
+  var ua = window.navigator.userAgent
+  if (ua.indexOf('Opera') > -1 || ua.indexOf('Presto') > -1) {
+    return // Opera, which might pretend to be IE
+  }
+  var emulated = emulatedIEMajorVersion()
+  if (emulated === null) {
+    return // Not IE
+  }
+  var nonEmulated = actualNonEmulatedIEMajorVersion()
+
+  if (emulated !== nonEmulated) {
+    window.alert('WARNING: You appear to be using IE' + nonEmulated + ' in IE' + emulated + ' emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON\'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!')
+  }
+})();
diff --git a/public/ie10-viewport-bug-workaround.css b/public/ie10-viewport-bug-workaround.css
new file mode 100644
index 0000000..8b3803b
--- /dev/null
+++ b/public/ie10-viewport-bug-workaround.css
@@ -0,0 +1,15 @@
+/*!
+ * IE10 viewport hack for Surface/desktop Windows 8 bug
+ * Copyright 2014-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+
+/*
+ * See the Getting Started docs for more information:
+ * http://getbootstrap.com/getting-started/#support-ie10-width
+ */
+@-webkit-viewport { width: device-width; }
+@-moz-viewport    { width: device-width; }
+@-ms-viewport     { width: device-width; }
+@-o-viewport      { width: device-width; }
+@viewport         { width: device-width; }
diff --git a/public/ie10-viewport-bug-workaround.js b/public/ie10-viewport-bug-workaround.js
new file mode 100644
index 0000000..479a6eb
--- /dev/null
+++ b/public/ie10-viewport-bug-workaround.js
@@ -0,0 +1,23 @@
+/*!
+ * IE10 viewport hack for Surface/desktop Windows 8 bug
+ * Copyright 2014-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+
+// See the Getting Started docs for more information:
+// http://getbootstrap.com/getting-started/#support-ie10-width
+
+(function () {
+  'use strict';
+
+  if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
+    var msViewportStyle = document.createElement('style')
+    msViewportStyle.appendChild(
+      document.createTextNode(
+        '@-ms-viewport{width:auto!important}'
+      )
+    )
+    document.querySelector('head').appendChild(msViewportStyle)
+  }
+
+})();
diff --git a/public/signin.css b/public/signin.css
new file mode 100644
index 0000000..995df48
--- /dev/null
+++ b/public/signin.css
@@ -0,0 +1,40 @@
+body {
+  padding-top: 40px;
+  padding-bottom: 40px;
+  background-color: #eee;
+}
+
+.form-signin {
+  max-width: 330px;
+  padding: 15px;
+  margin: 0 auto;
+}
+.form-signin .form-signin-heading,
+.form-signin .checkbox {
+  margin-bottom: 10px;
+}
+.form-signin .checkbox {
+  font-weight: normal;
+}
+.form-signin .form-control {
+  position: relative;
+  height: auto;
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+  padding: 10px;
+  font-size: 16px;
+}
+.form-signin .form-control:focus {
+  z-index: 2;
+}
+.form-signin input[type="email"] {
+  margin-bottom: -1px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.form-signin input[type="password"] {
+  margin-bottom: 10px;
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
diff --git a/public/starter-template.css b/public/starter-template.css
new file mode 100644
index 0000000..a2ab503
--- /dev/null
+++ b/public/starter-template.css
@@ -0,0 +1,7 @@
+body {
+  padding-top: 50px;
+}
+.starter-template {
+  padding: 40px 15px;
+  
+}
diff --git a/sample.config.ini b/sample.config.ini
new file mode 100644
index 0000000..88be3e5
--- /dev/null
+++ b/sample.config.ini
@@ -0,0 +1,12 @@
+[globals]
+log_level=verbose
+listen_port=24234
+evo_url=http://127.0.0.1:9192/service
+smsc=SMSC0
+warming_up=30000
+jid=please@change.me
+password=please-change-me
+
+[webadmin]
+listen_port=24235
+password=please-change-me
diff --git a/views/restart.html b/views/restart.html
new file mode 100644
index 0000000..4399e05
--- /dev/null
+++ b/views/restart.html
@@ -0,0 +1,20 @@
+{% extends "starter-template.html" %}
+{% block content %}
+
+<form class="form-horizontal" method="POST">
+
+    <div class="form-group">
+        <label for="inputPassword" class="col-sm-2 control-label">Password</label>
+        <div class="col-sm-10">
+            <input name="password" type="password" class="form-control" id="inputPassword" placeholder="Password">
+        </div>
+    </div>
+
+    <div class="form-group">
+        <div class="col-sm-offset-2 col-sm-10">
+            <input type="submit" class="btn btn-primary" value="Restart">
+        </div>
+    </div>
+
+</form>
+{% endblock %}
diff --git a/views/starter-template.html b/views/starter-template.html
new file mode 100644
index 0000000..6bbc1d8
--- /dev/null
+++ b/views/starter-template.html
@@ -0,0 +1,77 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+    <title>{{ title }}</title>
+
+    <!-- Bootstrap core CSS -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
+
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
+    <!-- Custom styles for this template -->
+    <link href="/starter-template.css" rel="stylesheet">
+
+    <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
+    <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+    <script src="/ie-emulation-modes-warning.js"></script>
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+
+  <body>
+
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">{{ title }}</a>
+        </div>
+        <div id="navbar" class="collapse navbar-collapse">
+          <ul class="nav navbar-nav">
+            <li><a href="/">Home</a></li>
+          </ul>
+        </div><!--/.nav-collapse -->
+      </div>
+    </nav>
+
+    <div class="container">
+
+      <div class="starter-template">
+
+        <h1>{{ title }}</h1>
+
+        {% block content %}
+
+        <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
+
+        {% endblock %}
+
+      </div>
+
+    </div><!-- /.container -->
+
+    <!-- Bootstrap core JavaScript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+    <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <script src="/ie10-viewport-bug-workaround.js"></script>
+  </body>
+</html>
diff --git a/webadmin.js b/webadmin.js
new file mode 100644
index 0000000..d04702b
--- /dev/null
+++ b/webadmin.js
@@ -0,0 +1,33 @@
+var express = require('express');
+var nunjucks = require('nunjucks');
+
+var config;
+var logger;
+
+var app = express();
+
+function pageHome(req, res, next) {
+    res.render('restart.html');
+}
+
+function init(options) {
+    config = options.config;
+    logger = options.logger;
+
+    app.set('views', './views');
+    app.use(express.static('public', {maxAge: 24 * 3600 * 1000}));
+    nunjucks.configure('views', {
+        autoescape: true,
+        express: app
+    });
+
+    app.get('/', pageHome);
+
+    app.listen(config.webadmin.listen_port, function () {
+        logger.info('Webadmin listening on port ' + config.webadmin.listen_port);
+    }
+});
+
+exports.init = init;
+
+}
-- 
1.9.0